Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrLoadTmpl load template ErrLoadTmpl = errors.New("load template") // ErrParseTmpl parse template ErrParseTmpl = errors.New("parse template") )
Functions ¶
This section is empty.
Types ¶
type Struct ¶
type Struct struct {
Name string
Comment string
Fields []StructField
}
Struct describe the whole struct
type StructField ¶
type StructField struct {
Key string
Typ string
Tags []StructFieldTag
Comment string
}
StructField is the field in struct
type StructFieldTag ¶
StructFieldTag is the struct tag
Click to show internal directories.
Click to hide internal directories.