Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
InstallPath string
}
func MakeContext ¶
func MakeContext() Context
type InstalledVersion ¶
func (InstalledVersion) Version ¶
func (i InstalledVersion) Version() string
type RemoteVersion ¶
type RemoteVersion struct { Version string `json:"version"` Stable bool `json:"stable"` Files []RemoteVersionFile `json:"files"` }
func (RemoteVersion) Archs ¶
func (v RemoteVersion) Archs() []string
func (RemoteVersion) PrettyVersion ¶
func (v RemoteVersion) PrettyVersion() string
Click to show internal directories.
Click to hide internal directories.