Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FunctionPool = drive.NewPool[Function](drive.DEFAULT_POOL_SIZE, drive.DEFAULT_POOL_SIZE)
View Source
var ProcessorPool = drive.NewPool[Processor](drive.DEFAULT_POOL_SIZE, drive.DEFAULT_POOL_SIZE)
View Source
var Registry = map[string][]string{}
View Source
var UsedNamespaces = map[string]byte{}
Functions ¶
Types ¶
type Function ¶
type Function struct {
Path string
Scanner *templates.BufferedScanner
Templates map[string]*templates.Inline
}
type Processor ¶
type Processor struct {
Function *Function
}
func NewProcessor ¶
func (*Processor) ExecInlineTemplates ¶
Click to show internal directories.
Click to hide internal directories.