Documentation ¶ Index ¶ type AddForm func (a *AddForm) Check(data map[string]string) error func (a *AddForm) GetFunc(t orm.FieldType) func(text string, tmp []string) string func (a *AddForm) GetTemplate(t orm.FieldType) string func (a *AddForm) Transfer() interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type AddForm ¶ type AddForm struct{} func (*AddForm) Check ¶ func (a *AddForm) Check(data map[string]string) error 检查并赋值参数 func (*AddForm) GetFunc ¶ func (a *AddForm) GetFunc(t orm.FieldType) func(text string, tmp []string) string func (*AddForm) GetTemplate ¶ func (a *AddForm) GetTemplate(t orm.FieldType) string func (*AddForm) Transfer ¶ func (a *AddForm) Transfer() interface{} Source Files ¶ View all Source files columns.go factory.go Click to show internal directories. Click to hide internal directories.