Documentation
¶
Index ¶
Constants ¶
View Source
const ( FWALeague = "fwa" OtherLeague = "cc" )
Variables ¶
View Source
var ( ErrUnknownLeague = errors.New("unknown league") ErrFailedToFixWarPid = errors.New("failed to fix war pid issue") )
Functions ¶
This section is empty.
Types ¶
type API ¶
type Member ¶
type Member struct { Tag string `json:"tag"` Name string `json:"name"` Synchronized bool `json:"synchronized"` InGameUrl string `json:"inGameUrl"` Donations int `json:"donations"` DonationsReceived int `json:"donationsReceived"` TownHallLevel int `json:"townHallLevel"` Role string `json:"role"` Clan Clan `json:"clan"` Actions []Action `json:"actions"` Attacks []Attack `json:"attacks"` Notes []Note `json:"notes"` }
Click to show internal directories.
Click to hide internal directories.