template

package
v0.84.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2019 License: GPL-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadManifestDataAsObject

func LoadManifestDataAsObject(data util.GenericJson, manifestDir string, loader Loader) (filepath string, res util.GenericJson, err error)

func LoadManifestDataAsRawJson

func LoadManifestDataAsRawJson(data util.GenericJson, manifestDir string) (filepath string, res json.RawMessage, err error)

func N

func N(n interface{}) ([]struct{}, error)

N returns a slice of n 0-sized elements, suitable for ranging over. (github.com/bradfitz)

Types

type Loader

type Loader struct {
	// contains filtered or unexported fields
}

func NewLoader

func NewLoader(datastore *datastore.Datastore) Loader

func (*Loader) Render

func (loader *Loader) Render(
	tmplBytes []byte,
	rootDir string,
	ctx interface{}) (res []byte, err error)

Jump to

Keyboard shortcuts

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