Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConverage ¶
func NewFakeAPISpec ¶
func NewFakeAPISpec(apis [][]string) APIConverage
NewFakeAPISpec creates a new instance of fakeAPISpec
type Swagger ¶
type Swagger struct {
Swagger string `json:"swagger"`
Paths map[string]map[string]SwaggerAPI `json:"paths"`
Info SwaggerInfo `json:"info"`
}
func ParseStreamToSwagger ¶
func ParseToSwagger ¶
func ParseURLToSwagger ¶
type SwaggerAPI ¶
type SwaggerInfo ¶
Click to show internal directories.
Click to hide internal directories.