package openapi3
import "github.com/gohugoio/hugo/tpl/openapi/openapi3"
Index ¶
- type Namespace
- func New(deps *deps.Deps) *Namespace
- func (ns *Namespace) Unmarshal(r resource.UnmarshableResource) (*OpenAPIDocument, error)
- type OpenAPIDocument
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace provides template functions for the "openapi3".
func New ¶
New returns a new instance of the openapi3-namespaced template functions.
func (*Namespace) Unmarshal ¶
func (ns *Namespace) Unmarshal(r resource.UnmarshableResource) (*OpenAPIDocument, error)
type OpenAPIDocument ¶
OpenAPIDocument represents an OpenAPI 3 document.
Source Files ¶
- Version
- v0.109.0
- Published
- Dec 23, 2022
- Platform
- windows/amd64
- Imports
- 10 packages
- Last checked
- 1 minute ago –
Tools for package owners.