Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffDTO ¶
type DiffDTO struct {
BeatmapID int32 `json:"beatmap_id"`
Difficulty string `json:"difficulty"`
Stars float64 `json:"stars"`
ApproachRate float32 `json:"approach_rate"`
DrainTime int32 `json:"drain_time"`
BPM float64 `json:"bpm"`
AudioFile string `json:"audio_file_name"`
CreatorName string `json:"creator_name"`
Skills *SkillsDTO `json:"skills,omitempty"` // nil when no mods= given
}
type OsuGetBackgroundHandler ¶
type OsuGetBackgroundHandler struct {
// contains filtered or unexported fields
}
func NewOsuGetBackgroundHandler ¶
func NewOsuGetBackgroundHandler(osuService *service.Osu) *OsuGetBackgroundHandler
type OsuQueueAdjacentHandler ¶
type OsuQueueAdjacentHandler struct {
// contains filtered or unexported fields
}
func NewOsuQueueAdjacentHandler ¶
func NewOsuQueueAdjacentHandler(repos *repository.Repos) *OsuQueueAdjacentHandler
type OsuSongHandler ¶
type OsuSongHandler struct {
// contains filtered or unexported fields
}
func NewOsuSongHandler ¶
func NewOsuSongHandler(osuService *service.Osu) *OsuSongHandler
type OsuSongsHandler ¶
type OsuSongsHandler struct {
// contains filtered or unexported fields
}
func NewOsuSongsHandler ¶
func NewOsuSongsHandler(repos *repository.Repos) *OsuSongsHandler
type OsuSongsSearchHandler ¶
type OsuSongsSearchHandler struct {
// contains filtered or unexported fields
}
func NewOsuSongsSearchHandler ¶
func NewOsuSongsSearchHandler(repos *repository.Repos) *OsuSongsSearchHandler
type OsuTrackStreamHandler ¶
type OsuTrackStreamHandler struct {
// contains filtered or unexported fields
}
func NewOsuTrackStreamHandler ¶
func NewOsuTrackStreamHandler(service *service.Osu) *OsuTrackStreamHandler
Click to show internal directories.
Click to hide internal directories.