Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct {
// settings
// example: {"timeout":"30s","retries":"3"}
Settings map[string]string `json:"settings"`
}
Cfg shows that a map field accepts a custom `example` with meaningful keys (go-swagger#1459) — the Swagger UI's additionalProp1/2/3 placeholders only appear when no example is set.
swagger:model
Click to show internal directories.
Click to hide internal directories.