Skip to content

Commit

Permalink
Removes unused fields from API client. Refs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ariel17 committed Mar 7, 2023
1 parent 7937b8b commit be2cd20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/clients/football.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ var (
)

type Area struct {
ID int64 `json:"id"`
Name string `json:"name"`
Code string `json:"code"`
}

type League struct {
Area Area `json:"area"`
ID int64 `json:"id"`
Name string `json:"name"`
Code string `json:"code"`
Type string `json:"type"`
}

type Person struct {
Expand All @@ -45,7 +41,6 @@ type Person struct {

type Team struct {
Area Area `json:"area"`
ID int64 `json:"id"`
Name string `json:"name"`
ShortName string `json:"shortName"`
TLA string `json:"tla"`
Expand Down

0 comments on commit be2cd20

Please sign in to comment.