Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultConfig = GextConfig{LeftDelimeter: "{{", RightDelimeter: "}}", PathTemplates: "./", WatchInterval: 0, LogModify: true}
)
Functions ¶
This section is empty.
Types ¶
type Gext ¶
type Gext struct {
Config GextConfig
// contains filtered or unexported fields
}
Engine the goforms template engine
func (*Gext) ClearTemplateCache ¶
func (g *Gext) ClearTemplateCache()
ClearTemplateCache - Clear cached templates
func (*Gext) GetTemplate ¶
GetTemplate - get parsed template from cache or parse new and cache
func (*Gext) TemplateRemove ¶
TemplateRemove - template remove from cache
Source Files
¶
Click to show internal directories.
Click to hide internal directories.