bilibili-backup/app/service/main/spy/model/spy.go
2019-04-22 02:59:20 +00:00

8 lines
143 B
Go

package model
// UserScore rpc return for getting user score.
type UserScore struct {
Mid int64 `json:"mid"`
Score int8 `json:"score"`
}