Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiErrorResponse ¶
type ApiErrorResponse struct {
Message string `json:"message"`
}
type InvokeResponse ¶
type ListFunctionsResponse ¶
type ListFunctionsResponse struct {
Functions []Function `json:"functions"`
}
type UploadErrorResponse ¶
type UploadErrorResponse struct {
Message string `json:"message"`
}
type UploadResponse ¶
type UploadResponse struct {
Location string `json:"location"`
}
Click to show internal directories.
Click to hide internal directories.