Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandHandler ¶
type CommandHandler interface {
Handle() error
}
type CommandsHandler ¶
type CommandsHandler struct { SignUpHandler *SignUpHandler // contains filtered or unexported fields }
func New ¶
func New(signUpHandler *SignUpHandler, logger log.Logger) (*CommandsHandler, error)
type SignUpHandler ¶
type SignUpHandler struct { DoneKey string // contains filtered or unexported fields }
func NewSignUpCommandHandler ¶
func NewSignUpCommandHandler(consumer meesage_broker.Consumer, service app.UseCase, logger log.Logger, publisher publisher.CommandPublisher) *SignUpHandler
func (SignUpHandler) Handle ¶
func (h SignUpHandler) Handle() error
Click to show internal directories.
Click to hide internal directories.