Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApiRouter ¶
func ApiRouter(request events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error)
Types ¶
type HandlerInterface ¶
type HandlerInterface interface { Handles(request events.APIGatewayProxyRequest) bool Boot() error Handle(request events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error) }
Click to show internal directories.
Click to hide internal directories.