Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHofTemplate ¶
func NewHofTemplate(val cue.Value) (hofcontext.Runner, error)
Types ¶
type HofTemplate ¶
type HofTemplate struct { Name string Data any Template string Partials map[string]string Delims templates.Delims }
func (*HofTemplate) Run ¶
func (T *HofTemplate) Run(ctx *hofcontext.Context) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.