Documentation
¶
Overview ¶
Package sprout connects the ginger-sprout
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BMSModel ¶
type BMSModel struct {
FileName string `json:"fileName"`
Artist string `json:"artist"`
BackBMP string `json:"backBMP"`
Banner string `json:"banner"`
Base int `json:"base"`
BPM float64 `json:"bpm"`
Difficulty int `json:"difficulty"`
Genre string `json:"genre"`
JudgeRank int `json:"judgeRank"`
JudgeRankType string `json:"judgeRankType"`
LnMode string `json:"lnMode"`
LnObj int `json:"lnObj"`
MaxBPM float64 `json:"maxBPM"`
MinBPM float64 `json:"minBPM"`
MD5 string `json:"md5"`
Mode string `json:"mode"`
PlayLevel string `json:"playLevel"`
Player int `json:"player"`
Preview string `json:"preview"`
SHA256 string `json:"sha256"`
StageFile string `json:"stageFile"`
SubArtist string `json:"subArtist"`
SubTitle string `json:"subTitle"`
Title string `json:"title"`
Total float64 `json:"total"`
TotalType string `json:"totalType"`
Length int `json:"length"`
Notes int `json:"notes"`
}
Click to show internal directories.
Click to hide internal directories.