Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProtoFiles ¶ added in v0.0.15
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 includes all the API requests. // The keys is the HTTP request method which as lower-case, for example: get, post. 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.