Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckingAccount ¶
type Router ¶
type Router struct { CustomerManager *customer_management.UseCase CheckingAccountManager *checking_account_management.UseCase Debit *debit.UseCase Deposit *deposit.UseCase Mapper *assign_customer_to_checking_account.UseCase Port int GracefullyShutdownTimout time.Duration }
Router is a basic http router with ezb specific REST API
func (*Router) StartRouter ¶
StartRouter inits a new HTTP router which implements a REST API for interacting with the ezb service
Click to show internal directories.
Click to hide internal directories.