Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// contains filtered or unexported fields
}
func NewCompiler ¶
func NewCompiler() *Compiler
type Program ¶
type Program struct {
// contains filtered or unexported fields
}
func (*Program) ExecuteFunction ¶
func (p *Program) ExecuteFunction(w io.Writer, moduleName string, functionName string, data any) error
ExecuteFunction executes a specific function from the template with the given parameters
func (*Program) GetModules ¶
Click to show internal directories.
Click to hide internal directories.