Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HelloHandler ¶
func HelloHandler(ctx context.Context) http.HandlerFunc
HelloHandler returns function containing a simple hello world example of an api handler
Types ¶
type HelloResponse ¶
type HelloResponse struct {
Message string `json:"message,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.