Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TplFieldItem ¶
type TplFieldItem struct { StructFieldName string `json:"struct_field_name"` // 结构体字段名称 StructFieldRequired bool `json:"struct_field_required"` // 结构字段必选项 Comment string `json:"comment"` // 注释 StructFieldType string `json:"struct_field_type"` // 结构体字段类型 GormOptions string `json:"gorm_options"` // gorm配置项 InShort bool `json:"inshort"` //字段存在于短结构中 }
TplFieldItem 模板字段项
Click to show internal directories.
Click to hide internal directories.