Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Thing ¶
type Thing struct {
// the label
// example: ""
Label string `json:"label"`
// the title
// example: "Foo"
// default: "bar"
Title string `json:"title"`
}
Thing probes string example/default values written with surrounding quotes (go-swagger#2547, quirk F8). The quotes are delimiters and must be stripped: `example: ""` is the empty string, `example: "Foo"` is `Foo`.
swagger:model
Click to show internal directories.
Click to hide internal directories.