Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoTemplate ¶
type GoTemplate struct {
// contains filtered or unexported fields
}
type Implementation ¶
type MustacheTemplate ¶
type MustacheTemplate struct {
// contains filtered or unexported fields
}
type PassThrough ¶
type PassThrough struct{}
func (*PassThrough) ParseFile ¶
func (self *PassThrough) ParseFile(filename string) (Template, error)
func (*PassThrough) ParseString ¶
func (self *PassThrough) ParseString(text, name string) (Template, error)
type PassThroughTemplate ¶
type PassThroughTemplate struct {
// contains filtered or unexported fields
}
type PrintfTemplate ¶
type PrintfTemplate struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.