Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionInfo ¶
func GetVersionInfos ¶
func GetVersionInfos() ([]VersionInfo, error)
type VersionManifestJSON ¶
type VersionManifestJSON struct { Latest struct { Release string `json:"release"` Snapshot string `json:"snapshot"` } `json:"latest"` Versions []struct { ID string `json:"id"` Type string `json:"type"` URL string `json:"url"` Time string `json:"time"` ReleaseTime string `json:"releaseTime"` } `json:"versions"` }
Click to show internal directories.
Click to hide internal directories.