Documentation
¶
Index ¶
- func HTTPErrorResponse(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, ...) *events.APIGatewayProxyResponse
- func HTTPResponse(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, ...) *events.APIGatewayProxyResponse
- func HTTPResponseRaw(log *logrus.Entry, status int, body string) *events.APIGatewayProxyResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HTTPErrorResponse ¶
func HTTPErrorResponse(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, err error) *events.APIGatewayProxyResponse
func HTTPResponse ¶
func HTTPResponse(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, body interface{}) *events.APIGatewayProxyResponse
func HTTPResponseRaw ¶ added in v3.2.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.