template

package
v0.0.0-...-bd13ba8 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HTML_TEMPLATE templateType = iota
	JSON_TEMPLATE
	XML_TEMPLATE
	TEXT_TEMPLATE
)
View Source
const (
	XML_TEMPLATE_EXTENSION  = ".txml"
	JSON_TEMPLATE_EXTENSION = ".tjson"
	HTML_TEMPLATE_EXTENSION = ".thtml"
	TEXT_TEMPLATE_EXTENSION = ".ttxt"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Template

type Template struct {
	Templatetype templateType
}

func (*Template) Render

func (this *Template) Render(OutData interface{}) error

type TemplateFuncMap

type TemplateFuncMap map[string]interface{}

Jump to

Keyboard shortcuts

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