Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct { Browserless *Browserless `yaml:"browserless"` PlayerList *PlayerList `yaml:"player-list"` }
type Browserless ¶
type ClientInfo ¶
type PlayerList ¶
type PlayerListRequest ¶
type PlayerListRequest struct { Entry []*PlayerListRequestEntry Options *PlayerListRequestOptions // contains filtered or unexported fields }
type PlayerListRequestEntry ¶
type PlayerListRequestOptions ¶
type PlayerListRequestOptions struct { // TODO 支持关闭头像 ShowAvatar bool `json:"show-avatar,omitempty"` }
type Release ¶
type Release struct { // 版本号 ID string // package 信息 PackageInfoURL string // client.jar 信息 ClientInfo *ClientInfo }
Click to show internal directories.
Click to hide internal directories.