medal

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FansRank

type FansRank struct {
	UID        int64  `json:"uid"`
	Rank       int64  `json:"rank"`
	Score      int64  `json:"score"`
	Level      int64  `json:"level"`
	Uname      string `json:"uname"`
	MedalName  string `json:"medal_name"`
	Special    string `json:"special"`
	MedalColor int64  `json:"medal_color"`
	Face       string `json:"face"`
}

FansRank for fans rank

type Medal

type Medal struct {
	UID          string `json:"uid"`
	MedalName    string `json:"medal_name"`
	LiveStatus   string `json:"live_status"`
	MasterStatus string `json:"master_status"`
	TimeToChange int64  `json:"time_able_change"`
	RenameStatus int8   `json:"rename_status"`
	Status       string `json:"status"`
	Reason       string `json:"reason"`
	Elec         int64  `json:"charge_num"`
	Coin         int64  `json:"coin_num"`
}

Medal for fan medal

type RecentFans

type RecentFans struct {
	FansID      int    `json:"fans_id"`
	FansName    string `json:"fans_name"`
	HeadURL     string `json:"head_url"`
	CTime       string `json:"ctime"`
	ReceiveTime string `json:"receive_time"`
}

RecentFans for recent list

type Status

type Status struct {
	Enable  bool  `json:"enable"`
	MedalID int64 `json:"medal_id"`
}

Status for medal status

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL