Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HeadToUpper ¶
HeadToUpper ... @return string @desc 以下划线作切割对首字母大写
Types ¶
type Field ¶
type Field struct {
Name string `orm:"column(Field)"`
Type string `orm:"column(Type)"`
Null string `orm:"column(Null)"`
Key string `orm:"column(Key)"`
Default string `orm:"column(Default)"`
Extra string `orm:"column(Extra)"`
}
func GetAllFields ¶
GetAllFields ... @return []slice @desc 获取表中所有表名
Click to show internal directories.
Click to hide internal directories.