Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Beatmap ¶
type Beatmap struct { ID int `json:"BeatmapID"` ParentSetID int DiffName string FileMD5 string Mode int BPM float64 AR float32 OD float32 CS float32 HP float32 TotalLength int HitLength int Playcount int Passcount int MaxCombo int DifficultyRating float64 }
func GetBeatmapData ¶
type BeatmapSet ¶
type BeatmapSet struct { ID int `json:"SetID"` ChildrenBeatmaps []Beatmap RankedStatus int ApprovedDate time.Time LastUpdate time.Time LastChecked time.Time Artist string Title string Creator string Source string Tags string HasVideo bool Genre int Language int Favourites int }
func GetBeatmapSetData ¶
func GetBeatmapSetData(beatmap Beatmap) (bset BeatmapSet, err error)
Click to show internal directories.
Click to hide internal directories.