dbfantasyfootballplayerstats

package
v0.0.0-...-8bbd0fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Delete

Delete deletes a record from the database

func Insert

Insert will create a new record in the database

func Update

Update will update a record in the database

Types

type FantasyFootballPlayerStats

type FantasyFootballPlayerStats struct {
	FantasyFootballPlayerStatsID int64   `db:"fantasy_football_player_stats_id"`
	WeekID                       int64   `db:"week_id"`
	FantasyLeagueID              int64   `db:"fantasy_league_id"`
	PlayerID                     int64   `db:"player_id"`
	FantasyPoints                float64 `db:"fantasy_points"`
}

func ReadAll

func ReadAll() ([]FantasyFootballPlayerStats, error)

ReadAll reads all records in the database

func ReadByID

func ReadByID(ID int64) (*FantasyFootballPlayerStats, error)

ReadByID reads by id column

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL