Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibreTemplate ¶
type LibreTemplate struct {
// contains filtered or unexported fields
}
func (LibreTemplate) Ext ¶
func (tpl LibreTemplate) Ext() string
func (LibreTemplate) Name ¶
func (tpl LibreTemplate) Name() string
func (LibreTemplate) Render ¶
func (tpl LibreTemplate) Render(dst io.Writer, data interface{}) error
func (LibreTemplate) Type ¶
func (tpl LibreTemplate) Type() string
type MsTemplate ¶
type MsTemplate struct {
// contains filtered or unexported fields
}
func (MsTemplate) Ext ¶
func (tpl MsTemplate) Ext() string
func (MsTemplate) Name ¶
func (tpl MsTemplate) Name() string
func (MsTemplate) Type ¶
func (tpl MsTemplate) Type() string
Click to show internal directories.
Click to hide internal directories.