rank.go 83 B

123456
  1. package nameRemote
  2. const (
  3. UpdateRank = "update_rank"
  4. GetRank = "get_rank"
  5. )