Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Insert ¶
func Insert(d *FantasySettingGroup) error
Insert will create a new record in the database
func Save ¶
func Save(s *FantasySettingGroup) error
Types ¶
type FantasySettingGroup ¶
type FantasySettingGroup struct { FantasySettingGroupID int64 `db:"fantasy_setting_group_id"` Name string `db:"name"` DisplayOrder database.NullInt64 `db:"display_order"` }
func ReadAll ¶
func ReadAll() ([]FantasySettingGroup, error)
ReadAll reads all records in the database
Click to show internal directories.
Click to hide internal directories.