Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeserializeAvro ¶
func MarshalAttributeNames ¶
func SerializeLocalRequest ¶
Types ¶
type ExecutionResponse ¶
type ExecutionResponse struct { StatusCode int `json:"statusCode"` Message interface{} `json:"message"` Error error `json:"error"` }
func (*ExecutionResponse) ToGatewayResponse ¶
func (response *ExecutionResponse) ToGatewayResponse() (events.APIGatewayProxyResponse, error)
Click to show internal directories.
Click to hide internal directories.