Documentation ¶
Index ¶
Constants ¶
View Source
const ( GroupByTag = "tag" GroupByMethod = "method" GroupByNone = "none" )
Variables ¶
This section is empty.
Functions ¶
func LoadSwaggerFile ¶
LoadSwaggerFile loads the Swagger/OpenAPI file into a parsed document.
func LocateSwaggerFile ¶
func LocateSwaggerFile() string
LocateSwaggerFile tries to find the Swagger file in the current directory.
Types ¶
type Components ¶
func NewComponents ¶
func NewComponents(doc *openapi3.T) Components
type ConvertOptions ¶
type Endpoints ¶
type Endpoints interface { ListEndpoints(options ListOptions) error ViewEndpoint(options ViewOptions) error ConvertEndpoint(options ConvertOptions) error }
func NewEndpoints ¶
type ListOptions ¶
type ViewOptions ¶
Click to show internal directories.
Click to hide internal directories.