Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FuncMap = template.FuncMap{ "registerStruct": RegisterStruct, "structLocation": StructLocation, "structRegistry": StructRegistry, "NewStruct": NewStruct, "NewMyProperty": NewProperty, "NewImports": NewImports, } )
Functions ¶
func RegisterStruct ¶
func StructLocation ¶
func StructRegistry ¶
Types ¶
type Imports ¶
type Imports []Import
func NewImports ¶
func NewImports() *Imports
func (*Imports) AddWithAlias ¶
type Property ¶
Property represents strictly what is needed to represent a struct property in Golang
func NewProperty ¶
func (*Property) AddBinding ¶
Click to show internal directories.
Click to hide internal directories.