service

package
v0.0.0-...-50ba02b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2021 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type EventService

type EventService interface {
	ProcessReward(ctx context.Context, msg *entity.TrackingEvent) (err error)
}

func NewEventService

func NewEventService(
	rewardRepo repo.RewardRepo,
) EventService

type LinkService

type LinkService interface {
	Create(ctx context.Context, campaign *entity.Link) error
}

func NewLinkService

func NewLinkService(
	linkRepo repo.LinkRepo,
) LinkService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL