Documentation
¶
Overview ¶
Package api provides api handlers for the Lambda
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct{}
Handler the API Handler.
func (*Handler) HelloWorld ¶
HelloWorld handler for Hello World request.
type YourNameRequest ¶
type YourNameRequest struct {
Name string `json:"name"`
}
YourNameRequest request for the YourName handler.
Click to show internal directories.
Click to hide internal directories.