package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Feb 7, 2022
License: Unlicense
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Request struct {
HttpMethod string `json:"httpMethod"`
Body string `json:"body"`
IsBase64Encoded bool `json:"isBase64Encoded"`
}
type Response struct {
StatusCode int `json:"statusCode"`
Body string `json:"body"`
IsBase64Encoded bool `json:"isBase64Encoded"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.