Documentation
¶
Index ¶
- type View
- func (v *View) AddContext(ctx *exec.Context)
- func (v *View) AddControlStructure(controlStructure *exec.ControlStructureSet)
- func (v *View) AddFilter(filter *exec.FilterSet)
- func (v *View) AddTest(test *exec.TestSet)
- func (v *View) Compile() error
- func (*View) Construct() interface{}
- func (v *View) Render(template string, data map[string]interface{}) ([]byte, error)
- type ViewProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View struct {
// contains filtered or unexported fields
}
func (*View) AddContext ¶
func (*View) AddControlStructure ¶
func (v *View) AddControlStructure(controlStructure *exec.ControlStructureSet)
Click to show internal directories.
Click to hide internal directories.