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"`
}
type HelloWorldResponse ¶
type HelloWorldResponse struct {
Message string `json:"message,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.