Versions in this module Expand all Collapse all v0 v0.1.0 Aug 6, 2024 Changes in this version + var LowLatencyStatistics = GlobalStatistics + type GlobalStatistics struct + Bans int + Last_updated time.Time + Minigames map[string]int64 + Skills map[string]int64 + SuspiciousUsers int + TotalExperience int64 + type LoginType struct + Gcaptcha string + Hcaptcha string + Password string + Username string + type MachineLearningMetrics struct + AccuracyClass0 float64 + AccuracyClass1 float64 + MeanAccuracy float64 + ROCAUC float64 + RecallClass0 float64 + RecallClass1 float64 + type MinigameToplist struct + Count int + LastUpdated time.Time + Metrics MachineLearningMetrics + Minigame string + type Player struct + CombatLevel int + MinigameGains map[string]float64 + Minigames map[string]int + SkillGains map[string]float64 + SkillGainsRatio map[string]float64 + SkillLevels map[string]int + SkillRatios map[string]float64 + Skills map[string]int64 + TotalExperience int64 + TotalLevel int + Username string + type ProfileStats struct + BannedExperience int64 + BotsBanned int + BotsPlayerIds []int + BotsTracked int + PlayersAdded int + Username string + type RegisterType struct + Gcaptcha string + Hcaptcha string + Password string + Username string + type SimplePlayer struct + CombatLevel int + Minigames map[string]int + PID int + SkillLevels map[string]int + SkillRatios map[string]float32 + Skills map[string]int + TotalExperience int64 + TotalLevel int + Username string + type Toplist struct + Activities []string + BannedCount int + BannedPlayerIds []int + Id int + LastUpdated time.Time + LifetimeCount int + UnbannedCount int + UnbannedPlayerIds []int