Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
more updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fischersean committed Nov 22, 2020
1 parent d5353a1 commit 44914af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chadwick/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"os"
)

// Person is the struct representation of a single person as represented in the Chadwick register
type Person struct {
KeyPerson string `csv:"key_person"`
KeyUuid string `csv:"key_uuid"`
Expand Down Expand Up @@ -47,6 +48,7 @@ type Person struct {
MlbUmpiredLast int `csv:"mlb_umpired_last"`
}

// Country is the struct representation of a country as represented in the Chadwick register
type Country struct {
KeyIsoAlpha2 string `csv:"key_iso_alpha2"`
KeyIsoAlpha3 string `csv:"key_iso_alpha3"`
Expand Down

0 comments on commit 44914af

Please sign in to comment.