Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddBotToAccount ¶
type AddBotToAccount struct{}
type AddBotToAccountHandler ¶
type AddBotToAccountHandler struct{}
func NewAddBotToAccountHandler ¶
func NewAddBotToAccountHandler() AddBotToAccountHandler
func (AddBotToAccountHandler) Handle ¶
func (h AddBotToAccountHandler) Handle(ctx context.Context, cmd AddBotToAccount) error
type RegisterAccount ¶
RegisterAccount register a new user account in the system
type RegisterAccountHandler ¶
type RegisterAccountHandler struct {
// contains filtered or unexported fields
}
RegisterAccountHandler is a handler for the RegisterAccount command.
func NewRegisterAccountHandler ¶
func NewRegisterAccountHandler(accountRepository domain.AccountRepository) RegisterAccountHandler
NewRegisterAccountHandler insantiate an instance of NewRegisterAccount.
func (RegisterAccountHandler) Handle ¶
func (h RegisterAccountHandler) Handle(ctx context.Context, cmd RegisterAccount) error
Handle execute the RegisterAccount command.
Click to show internal directories.
Click to hide internal directories.