Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + type AddBotToAccount struct + type AddBotToAccountHandler struct + func NewAddBotToAccountHandler() AddBotToAccountHandler + func (h AddBotToAccountHandler) Handle(ctx context.Context, cmd AddBotToAccount) error + type RegisterAccount struct + ID string + TelegramID int64 + type RegisterAccountHandler struct + func NewRegisterAccountHandler(accountRepository domain.AccountRepository) RegisterAccountHandler + func (h RegisterAccountHandler) Handle(ctx context.Context, cmd RegisterAccount) error