Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsUnderHomebrew ¶
func IsUnderHomebrew() bool
Check whether the depot binary was found under the Homebrew prefix
Types ¶
type ReleaseInfo ¶ added in v0.0.9
type ReleaseInfo struct { Version string `json:"version"` URL string `json:"url"` PublishedAt time.Time `json:"publishedAt"` }
func CheckForUpdate ¶ added in v0.0.9
func CheckForUpdate(client *api.Depot, stateFilePath, currentVersion string) (*ReleaseInfo, error)
type StateEntry ¶ added in v0.0.9
type StateEntry struct { CheckedForUpdateAt time.Time `yaml:"checkedForUpdateAt"` LatestRelease ReleaseInfo `yaml:"latestRelease"` }
Click to show internal directories.
Click to hide internal directories.