Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicTemplateData ¶ added in v1.62.0
type BasicTemplateData struct {
Schema string `json:"schema"`
Entries []*declcfg.Meta `json:"entries"`
}
func FromReader ¶ added in v1.44.0
func FromReader(r io.Reader) (*BasicTemplateData, error)
FromReader reads FBC from a reader and generates a BasicTemplateData from it
type Factory ¶ added in v1.62.0
type Factory struct{}
Factory represents the basic template factory
func (*Factory) CreateTemplate ¶ added in v1.62.0
func (f *Factory) CreateTemplate(renderBundle api.BundleRenderer) api.Template
CreateTemplate creates a new template instance with the given RenderBundle function
Click to show internal directories.
Click to hide internal directories.