Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleRequest ¶
func HandleRequest(ctx context.Context, request events.APIGatewayProxyRequest) (events.APIGatewayProxyResponse, error)
Types ¶
type ErrorCollector ¶
type ErrorCollector []error
func (*ErrorCollector) Collect ¶
func (c *ErrorCollector) Collect(e error)
func (*ErrorCollector) Error ¶
func (c *ErrorCollector) Error() error
func (*ErrorCollector) Length ¶
func (c *ErrorCollector) Length() int
Click to show internal directories.
Click to hide internal directories.