bilibili-backup/app/service/main/spy/model/spy.go

8 lines
143 B
Go
Raw Permalink Normal View History

2019-04-22 10:59:20 +08:00
package model
// UserScore rpc return for getting user score.
type UserScore struct {
Mid int64 `json:"mid"`
Score int8 `json:"score"`
}