Documentation ¶
Overview ¶
Package openapi3 provides functions for generating OpenAPI v3 (Swagger) documentation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace provides template functions for the "openapi3".
func (*Namespace) Unmarshal ¶
func (ns *Namespace) Unmarshal(r resource.UnmarshableResource) (*OpenAPIDocument, error)
Unmarshal unmarshals the given resource into an OpenAPI 3 document.
type OpenAPIDocument ¶ added in v0.109.0
OpenAPIDocument represents an OpenAPI 3 document.
Click to show internal directories.
Click to hide internal directories.