Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreInfo ¶
type CoreInfo struct { Name string SupportMcVersion []string HistoryVersion map[string]CoreVersionInfo }
func NewCoreInfo ¶
func NewCoreInfo() *CoreInfo
func (*CoreInfo) GetCoreBuildListSingleMCVersion ¶
func (*CoreInfo) GetCoreSupportMcList ¶
type CoreVersionInfo ¶
type CoreVersionInfoRepose ¶
type TargetBuildInfoRepose ¶
type TargetBuildInfoRepose struct { Data struct { Type string `json:"type"` Build struct { SyncTime time.Time `json:"sync_time"` DownloadUrl string `json:"download_url"` CoreType string `json:"core_type"` McVersion string `json:"mc_version"` CoreVersion string `json:"core_version"` } `json:"build"` } `json:"data"` Code int `json:"code"` Msg string `json:"msg"` }
Click to show internal directories.
Click to hide internal directories.