Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APIKey = ""
APIKey is the Osu API key.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
UserID string `json:"user_id"`
UserName string `json:"username"`
Count300 string `json:"count300"`
Count100 string `json:"count100"`
Count50 string `json:"count50"`
PlayCount string `json:"playcount"`
RankedScore string `json:"ranked_score"`
TotalScore string `json:"total_score"`
PPRank string `json:"pp_rank"`
Level string `json:"level"`
PPRaw string `json:"pp_raw"`
Accuracy string `json:"accuracy"`
CountryRankSS string `json:"count_rank_ss"`
CountryRankS string `json:"count_rank_s"`
CountryRankA string `json:"count_rank_a"`
Country string `json:"country"`
PPCountryRank string `json:"pp_country_rank"`
Events []interface{} `json:"events"`
}
User is a user in Osu.
Click to show internal directories.
Click to hide internal directories.