Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PersonResponse ¶
type PersonResponse struct {
// in: body
Body struct {
// The person's name
// required: true
// example: Bob
Name string `json:"name"`
}
}
swagger:response personResponse
Click to show internal directories.
Click to hide internal directories.