Documentation ¶
Index ¶
- func Response(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, ...) *events.APIGatewayProxyResponse
- func ResponseError(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, ...) *events.APIGatewayProxyResponse
- func ResponseRaw(log *logrus.Entry, status int, body string) *events.APIGatewayProxyResponse
- type ErrorBody
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Response ¶
func Response(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, body interface{}) *events.APIGatewayProxyResponse
func ResponseError ¶
func ResponseError(log *logrus.Entry, status int, request *events.APIGatewayProxyRequest, err error) *events.APIGatewayProxyResponse
func ResponseRaw ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.