package
Version:
v0.0.0-...-79ec17b
Opens a new window with list of versions in this module.
Published: Jun 16, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
ID string `json:"id,omitempty"`
Data string `json:"data,omitempty"`
}
Item resource
type Request struct {
HTTPMethod string `json:"httpMethod"`
PathParameters map[string]string `json:"pathParameters,omitempty"`
Body string `json:"body,omitempty"`
}
Request type
type Response struct {
StatusCode int `json:"statusCode"`
Body string `json:"body,omitempty"`
}
Response type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.