update

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2022 License: MIT Imports: 9 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL