Quaver / Nameless

A high-performance and scalable score submission server for Quaver.
GNU Affero General Public License v3.0
3 stars 4 forks source link

Publish first place scores to redis #11

Closed Swan closed 11 months ago

Swan commented 11 months ago

quaver:first_place_scores

type redisFirstPlaceScore struct {
  User struct {
      Username string `json:"username"`
  } `json:"user"`
  Map struct {
      Artist         string `json:"artist"`
      Title          string `json:"title"`
      DifficultyName string `json:"difficulty_name"`
  } `json:"map"`
}