Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type API ¶
type API struct {
ID string `json:"-"`
URL string `json:"url"`
OperationIDs OperationIDs `json:"operationIds"`
Dereference struct {
Circular string `json:"circular"`
} `json:"dereference"`
}
type Config ¶
type Config struct {
Swagger string `json:"swagger"`
Info Info `json:"info"`
APIs []API `json:"apis"`
}
Config represent swagger-combine config.
type OperationIDs ¶
Click to show internal directories.
Click to hide internal directories.