Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StructTemplate = `
type {{.StructName}} struct{
{{.Fields.String}}
}`
Functions ¶
func EsimFuncMap ¶
func EsimFuncMap() map[string]interface{}
Types ¶
type HtmlTpl ¶
type HtmlTpl struct {
// contains filtered or unexported fields
}
HtmlTpl is the representation of the html parsed template
type StructInfo ¶
func NewStructInfo ¶
func NewStructInfo() StructInfo
func (StructInfo) String ¶
func (si StructInfo) String() string
Click to show internal directories.
Click to hide internal directories.