Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseBody ¶
type ResponseBody struct {
// The foo value
// example: 123456
Foo int64 `json:"foo"`
// FooBars
// example: [{"amount":1,"value":4900},{"amount":15,"value":4500}]
FooBars []FooBarStruct `json:"fooBars"`
}
ResponseBody has an array-of-structs example (#2160).
swagger:model
Click to show internal directories.
Click to hide internal directories.