Documentation ¶
Index ¶
Constants ¶
View Source
const ( MethodFull = iota MethodInfo MethodChart )
View Source
const ( ServerBandori = iota ServerBestdori ServerLLSif TotalServerCnt )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { PostID int `json:"id"` // Bestdori的谱面ID Title string `json:"title"` // 谱面的标题 Artists string `json:"artists"` // 谱面的艺术家 Username string `json:"username"` // 谱面作者 官谱返回craftegg Nickname string `json:"nickname,omitempty"` // 谱面作者昵称 可为空 Diff int `json:"diff"` // 谱面难度 Rating int `json:"rating"` // 谱面等级 AudioUrl string `json:"audioURL"` // 谱面资源 CoverUrl string `json:"coverURL"` // 封面资源 Time int64 `json:"time"` // ms时间戳 Content string `json:"content"` // 内容 }
Click to show internal directories.
Click to hide internal directories.