Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAccountCommand ¶
type CreateAccountOutput ¶
type CreateAccountUseCase ¶
type CreateAccountUseCase struct { AccountGateway gateway.AccountGateway CustomerGateway gateway.CustomerGateway }
func NewCreateAccountUseCase ¶
func NewCreateAccountUseCase( accountGateway gateway.AccountGateway, customerGateway gateway.CustomerGateway, ) *CreateAccountUseCase
func (*CreateAccountUseCase) Execute ¶
func (uc *CreateAccountUseCase) Execute(command CreateAccountCommand) (*CreateAccountOutput, error)
Click to show internal directories.
Click to hide internal directories.