Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Set = wire.NewSet( NewEventHandler, wire.Bind(new(usecase.EventHandler), new(*EventHandler)), )
Set provides a wire set.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler struct {
// contains filtered or unexported fields
}
func NewEventHandler ¶
func NewEventHandler( conversation service.Conversation, shopping service.Shopping, nlParser repository.NLParser, message repository.MessageProviderSet, bot service.Bot, conf repository.Config, log *logger.Logger, ) (*EventHandler, error)
type Shopping ¶
type Shopping struct {
// contains filtered or unexported fields
}
func NewShopping ¶
func NewShopping( conversation service.Conversation, shopping service.Shopping, nlParser repository.NLParser, message repository.MessageProviderSet, bot service.Bot, ) *Shopping
Click to show internal directories.
Click to hide internal directories.