Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateBankCommand ¶
CreateBankCommand is a struct that contains the fields required to create a bank
type CreateBankCommandHandler ¶
type CreateBankCommandHandler struct {
// contains filtered or unexported fields
}
func NewCreateBankCommandHandler ¶
func NewCreateBankCommandHandler(service *iservice.IBankService) *CreateBankCommandHandler
func (*CreateBankCommandHandler) Handle ¶
func (h *CreateBankCommandHandler) Handle(command *CreateBankCommand) error
Click to show internal directories.
Click to hide internal directories.