Documentation ¶
Overview ¶
Package groups ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entity ¶
type Entity struct { ID uint64 `json:"id" xorm:"'id' pk index autoincr"` Created uint64 `json:"created" xorm:"'created'"` Updated uint64 `json:"updated" xorm:"'updated'"` Name string `json:"name" xorm:"index unique 'name'"` Note string `json:"note"` }
Entity represents group
func FindByParams ¶
FindByParams return groups that matches params
func (*Entity) ExtractFrom ¶
ExtractFrom extracts group from database with strict data
Click to show internal directories.
Click to hide internal directories.