Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Thing ¶
type Thing struct { ID int64 `beget:"search" json:"id" db:"id"` Color string `beget:"search,create,update" json:"color" db:"color"` Description string `beget:"search,create,update" json:"description" db:"description"` Length int `beget:"search,create,update" json:"length" db:"length"` Height int `beget:"search,create,update" json:"height" db:"height"` }
Thing has characteristics
Click to show internal directories.
Click to hide internal directories.