Documentation
¶
Index ¶
Constants ¶
View Source
const (
// TemplateSuffix for files to consider as template files for embedding.
TemplateSuffix = "tmpl"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Embedder ¶
type Embedder interface { // EmbedFile in the Go code EmbedFile(fileName string, contents []byte) (err error) // Finalize writes the structure to the file Finalize(fileDescriptor io.Writer) (err error) }
Embedder defines basic functionality of an Embedder module
func NewTemplateEmbedder ¶
NewTemplateEmbedder for including templates in a go binary.
Click to show internal directories.
Click to hide internal directories.