Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalDocs ¶
ExternalDocs is a programmatic representation of the External Docs object defined here: https://swagger.io/specification/#external-documentation-object
type OpenAPI ¶
type OpenAPI struct { tree.Node OpenAPI string `yaml:"openapi"` // TODO it's unclear what this refers to Info info.Info Servers []servers.Server Paths map[string]*path.Item Components components.Components }
OpenAPI is a programmatic representation of the OpenApi Document object defined here: https://swagger.io/specification/#openapi-object
func LoadAPISpec ¶ added in v0.0.7
func (*OpenAPI) GetChildren ¶ added in v0.0.7
func (o *OpenAPI) GetChildren() map[string]tree.NodeTraverser
Click to show internal directories.
Click to hide internal directories.