package
Version:
v0.0.0-...-c477cf1
Opens a new window with list of versions in this module.
Published: Jan 12, 2020
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Goal struct {
ID int `gorm:"column:player_id"`
Ts time.Time
Auto bool
}
type MR struct {
Result []MResult `json:"result"`
}
type OverallResult struct {
Matches int
Goals int
}
type Scorer struct {
Total int
Id int `gorm:"column:player_id"`
Games int
}
type Scorers struct {
Result []Scorer `json:"result"`
Position string `json:"position"`
Auto bool `json:"auto"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.