Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Docs ¶
type Docs struct {
Swagger string `json:"swagger"`
Info struct {
Title string `json:"title"`
Version string `json:"version"`
}
Consumes []string `json:"consumes"`
Produces []string `json:"produces"`
Paths map[string]map[string]struct {
Summary string `json:"summary"`
OperationId string `json:"operationId"`
Tags []string `json:"tags"`
} `json:"paths"`
}
var Doc Docs
Click to show internal directories.
Click to hide internal directories.