Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwaggerLoader ¶ added in v0.0.8
type SwaggerLoader struct {
Loader Loader
}
func NewSwaggerLoader ¶ added in v0.0.8
func NewSwaggerLoader() *SwaggerLoader
NewSwaggerLoader returns a loader object that can be used to load swagger specs
func (*SwaggerLoader) From ¶ added in v0.0.8
func (swaggerLoader *SwaggerLoader) From(path string) (*openapi3.Swagger, error)
From is a convenience function that opens a swagger spec from a URL or a local path based on the format of the path parameter
Click to show internal directories.
Click to hide internal directories.