package
0.0.0-20200811114812-5a4ccde59e80
Repository: https://github.com/carnoud/go-rebbl-elo.git
Documentation: pkg.go.dev

# Functions

IsCompetitionValid evaluates the name of a competition to determine whether it should be ignored.
NewCoach creates a Coach from Spike API team.
NewCompetition creates a Competition instance from a Spike API payload.
NewMatch returns a Match instance from a Contest instance.
NewRace creates a race from a Spike API team.
NewTeam creates a Team from Spike API payload.

# Structs

Coach has teams.
Competition belongs to a League and a Season.
League values are REL, GMAN, BIGO.
Match .
Predictor is the internal representation of a predictor.
Race represent a team's race.
Rating represents a team's rating according to a predictor.
Team holds information about a REBBL team.