Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloWorldRequest ¶
type HelloWorldRequest struct {
Name string `json:"name"`
}
HelloWorldRequest defines a request sent to the /helloworld endpoint
type HelloWorldResponse ¶
type HelloWorldResponse struct {
Message string `json:"message"`
}
HelloWorldResponse defines a response returned from the /helloworld endpoint
Click to show internal directories.
Click to hide internal directories.