Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThingGetRequest ¶
type ThingGetRequest struct {
Name string `path:"name" validate:"required"`
}
type ThingGetResponse ¶
type ThingGetResponse struct {
Result string
}
type ThingPutRequest ¶
type ThingPutResponse ¶
type ThingPutResponse struct { }
Click to show internal directories.
Click to hide internal directories.