Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Demo ¶
type Demo struct { Id uint `json:"id" description:"ID"` Fielda string `json:"fielda" description:"Field demo"` Fieldb string `json:"fieldb" description:"Private field demo"` CreatedAt *gtime.Time `json:"created_at" description:"Created Time"` UpdatedAt *gtime.Time `json:"updated_at" description:"Updated Time"` }
Demo is the golang structure for table demo.
Click to show internal directories.
Click to hide internal directories.