embed

package
v0.0.0-...-1a797b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2020 License: MIT Imports: 6 Imported by: 0

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

func NewTemplateEmbedder(packageName string) Embedder

NewTemplateEmbedder for including templates in a go binary.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL