Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IHandler ¶
type IHandler interface { // HandleRequest business logic/* HandleRequest(ctx context.Context, req events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error) }
type IRepository ¶
type IRepository interface { // Delete removes domain.TModel from db/* Delete(id interface{}) error }
Click to show internal directories.
Click to hide internal directories.