Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Save ¶
func Save(s *PickEmStandings) error
Types ¶
type PickEmStandings ¶
type PickEmStandings struct { PickEmStandingsID int64 `db:"pickem_standings_id"` FantasyTeamID int64 `db:"fantasy_team_id"` WeekID int64 `db:"week_id"` WeekGamePoints int64 `db:"week_game_pts"` TotalGamePoints int64 `db:"total_game_pts"` LeagueRanking database.NullInt64 `db:"league_ranking"` GamesCorrect database.NullInt64 `db:"games_correct"` TotalGamesCorrect database.NullInt64 `db:"total_games_correct"` GamesWrong database.NullInt64 `db:"games_wrong"` TotalGamesWrong database.NullInt64 `db:"total_games_wrong"` }
Click to show internal directories.
Click to hide internal directories.