Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewEventUseCase, )
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type EventUseCase ¶
type EventUseCase struct {
// contains filtered or unexported fields
}
func NewEventUseCase ¶
func NewEventUseCase(repo EventRepo, logger log.Logger) *EventUseCase
func (*EventUseCase) HandleEvent ¶
Click to show internal directories.
Click to hide internal directories.