Documentation ¶
Index ¶
Constants ¶
View Source
const ( // nameOfTag = "gpa" // tag 名称 TagIgnore = "-" TagPrimaryKey = "pk" TagAutoIncrement = "autoincr" TagNullAble = "null" TagNotNull = "not-null" TagIndex = "index" TagUnique = "unique" TagDefault = "default" TagUTC = "utc" TagLocal = "local" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PropsParser ¶
type PropsParser struct {
// contains filtered or unexported fields
}
func NewPropsParser ¶
func NewPropsParser(dialect dialect.Dialect) *PropsParser
func (*PropsParser) Parse ¶
func (p *PropsParser) Parse(col *schema.Column, field reflect.StructField, fieldVal reflect.Value) error
Click to show internal directories.
Click to hide internal directories.