Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Demo ¶
type Demo struct { g.Meta `orm:"table:demo, do:true"` Id interface{} // ID Fielda interface{} // Field demo Fieldb interface{} // Private field demo CreatedAt *gtime.Time // Created Time UpdatedAt *gtime.Time // Updated Time }
Demo is the golang structure of table demo for DAO operations like Where/Data.
Click to show internal directories.
Click to hide internal directories.