Documentation
¶
Index ¶
Constants ¶
View Source
const ( TemplateTypeFile = "file" TemplateTypeURL = "url" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateContext ¶
type TemplateContext struct {
Template string
TemplateType string
TemplateContent string
Output string
Values any
}
func NewTemplateContext ¶
func NewTemplateContext(template string, output string, values any) (*TemplateContext, error)
Click to show internal directories.
Click to hide internal directories.