Documentation
¶
Index ¶
- func Register(d Driver)
- type BaseDriver
- func (d *BaseDriver) Appended() bool
- func (d *BaseDriver) Execute(w io.Writer, t string, data interface{}) error
- func (d *BaseDriver) Name() string
- func (d *BaseDriver) Parse()
- func (d *BaseDriver) SetFuncs(f template.FuncMap)
- func (d *BaseDriver) Type(t string) string
- func (d *BaseDriver) Types() map[string]string
- type Driver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseDriver ¶
type BaseDriver struct {
// contains filtered or unexported fields
}
func (*BaseDriver) Appended ¶
func (d *BaseDriver) Appended() bool
func (*BaseDriver) Execute ¶
func (d *BaseDriver) Execute(w io.Writer, t string, data interface{}) error
func (*BaseDriver) Name ¶
func (d *BaseDriver) Name() string
func (*BaseDriver) Parse ¶
func (d *BaseDriver) Parse()
func (*BaseDriver) SetFuncs ¶
func (d *BaseDriver) SetFuncs(f template.FuncMap)
func (*BaseDriver) Type ¶
func (d *BaseDriver) Type(t string) string
func (*BaseDriver) Types ¶
func (d *BaseDriver) Types() map[string]string
Click to show internal directories.
Click to hide internal directories.