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