Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeagueFixtuers ¶
type LeagueFixtuers struct {
Matches []Matches `json:"matches"`
}
type LeagueStandings ¶
type LeagueStandings struct {
Standings []struct {
Table []Table `json:"table"`
} `json:"standings"`
}
type Score ¶
type Score struct {
FullTime ScoreByTime `json:"fullTime"`
HalfTime ScoreByTime `json:"halfTime"`
Winner string `json:"winner"`
}
type ScoreByTime ¶
type Widget ¶
type Widget struct {
view.TextWidget
*Client
League leagueInfo
// contains filtered or unexported fields
}
func (*Widget) GetMatches ¶
GetMatches of particular league
func (*Widget) GetStandings ¶
GetStandings of particular league
Click to show internal directories.
Click to hide internal directories.