Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
type Meta struct { Id string `json:"id" bson:"_id" gorm:"primaryKey"` CreateAt time.Time `json:"create_at" bson:"create_at" gorm:"column:create_at"` CreateBy string `json:"create_by" bson:"create_by" gorm:"column:create_by"` UpdateAt time.Time `json:"update_at" bson:"update_at" gorm:"column:update_at"` UpdateBy string `json:"update_by" bson:"update_by" gorm:"column:update_by"` }
Click to show internal directories.
Click to hide internal directories.