Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct { ID int HomeTeam Team VisitorTeam Team ScoreboardHomeTeam int ScoreboardVisitorTeam int Date time.Time }
Match represents a draw between two teams
type Player ¶
type Player struct { ID int Name string Nickname string Photo string Price decimal.Decimal Score decimal.Decimal Median decimal.Decimal NumMatches int ScoutStats []PlayerStats Team Team Position Position Status Status }
Player struct is the data of players of Team
type PlayerStats ¶
PlayerStats represents stats of a Player
Click to show internal directories.
Click to hide internal directories.