mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Remove unused data models for JSON parsing
This commit is contained in:
@@ -17,18 +17,6 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
type TeamListings struct {
|
||||
NumberOfTeams int `json:"teamCountTotal"`
|
||||
Teams []JSONTeam `json:"teams"`
|
||||
}
|
||||
|
||||
type JSONTeam struct {
|
||||
ShortName string `json:"nameShort"`
|
||||
TeamNumber string `json:"teamNumber"`
|
||||
LongName string `json:"nameFull"`
|
||||
City string `json:"city"`
|
||||
}
|
||||
|
||||
const wpaKeyLength = 8
|
||||
|
||||
var officialTeamInfoUrl = "https://frc-api.usfirst.org/api/v1.0/teams/2015"
|
||||
|
||||
Reference in New Issue
Block a user