Documentation
¶
Overview ¶
Package load provides a function to load an OpenAPI spec from a URL or a Path.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Loader ¶ added in v0.0.8
type Loader interface {
LoadFromURI(*url.URL) (*openapi3.T, error)
LoadFromFile(string) (*openapi3.T, error)
}
Loader interface includes the OAS load functions
type OpenAPISpecInfo ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.