Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GCSEvent ¶
type GCSEvent struct {
Bucket string `json:"bucket"`
Name string `json:"name"`
Metageneration string `json:"metageneration"`
ResourceState string `json:"resourceState"`
TimeCreated time.Time `json:"timeCreated"`
Updated time.Time `json:"updated"`
}
GCSEvent is the payload of a GCS event.
type Team ¶
type Team struct {
Team string `json:"team" firestore:"team"`
Player string `json:"player" firestore:"player"`
Nationality string `json:"nationality" firestore:"nationality"`
Position string `json:"postion" firestore:"position"`
Appearences int `json:"appearences" firestore:"appearences"`
Goals int `json:"goals" firestore:"goals"`
Assists int `json:"assists" firestore:"assists"`
Passes int `json:"passes" firestore:"passes"`
Interceptions int `json:"interceptions" firestores:"interceptions"`
Tackles int `json:"tackles" firestores:"tackles"`
Fouls int `json:"fouls" firestores:"fouls"`
Price int `json:"price" firestores:"price"`
}
Team holds the team member information
Click to show internal directories.
Click to hide internal directories.