Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FrontendWindow fyne.Window
View Source
var Icon []byte
Functions ¶
This section is empty.
Types ¶
type ELOHistoryStruct ¶
type EndOfSeasonStatsStruct ¶
type LookupDataStruct ¶
type LookupResultsTypeStruct ¶
type LookupStruct ¶
type LookupStruct struct { MessageType string `json:"type"` Data LookupDataStruct `json:"data"` }
type PayloadTypeStruct ¶
type PayloadTypeStruct struct {
MessageType string `json:"type"`
}
type PongStruct ¶
type SpawnTypeStruct ¶
type UserLookupResultDataStruct ¶
type UserLookupResultDataStruct struct { ID string `json:"_id"` UID string `json:"id"` PilotNames []string `json:"pilotNames"` LoginTimes []int64 `json:"loginTimes"` LogoutTimes []int64 `json:"logoutTimes"` Kills int Deaths int Spawns SpawnTypeStruct `json:"spawns"` ELO float64 `json:"elo"` ELOHistory []ELOHistoryStruct `json:"eloHistory"` Rank int `json:"rank"` History []string `json:"history"` DiscordID string `json:"discordId"` IsBanned bool `json:"isBanned"` TeamKills int `json:"teamKills"` IgnoreKillsAgainstUsers []string `json:"ignoreKillsAgainstUsers"` EndOfSeasonStats []EndOfSeasonStatsStruct `json:"endOfSeasonStats"` ELOFreeze bool `json:"eloFreeze"` }
type UserLookupResultStruct ¶
type UserLookupResultStruct struct { PID string `json:"pid"` MessageType string `json:"type"` OrgType string `json:"orgType"` Result UserLookupResultDataStruct `json:"result"` }
Click to show internal directories.
Click to hide internal directories.