Documentation
¶
Overview ¶
Package loader provides utilities for loading OpenAPI specifications from various sources.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader wraps the OpenAPI loader with additional functionality.
func NewWithOptions ¶
NewWithOptions creates a new loader with custom options.
func (*Loader) LoadFromData ¶
LoadFromData loads an OpenAPI specification from raw data.
func (*Loader) LoadFromFile ¶
LoadFromFile loads an OpenAPI specification from a local file.
func (*Loader) LoadFromSource ¶
LoadFromSource automatically detects and loads from file or URL.
Click to show internal directories.
Click to hide internal directories.