Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultAPIURL = "https://api.github.com/repos/daoleno/zen/releases?per_page=100" ManifestAsset = "release-manifest.json" ManifestSignature = "release-manifest.json.sig" CacheTTL = 24 * time.Hour UpdatePublicKeyPKIX = "MCowBQYDK2VwAyEAD+GvALNRsWlmuB8FL5nwWchsLuXI7tasTGYSqkdabzw=" )
Variables ¶
This section is empty.
Functions ¶
func NoticeLine ¶
func PlatformArtifactName ¶
func ReplaceExecutable ¶
func WriteCache ¶
Types ¶
type Cache ¶
type Client ¶
type Client struct {
HTTPClient *http.Client
APIURL string
PublicKey ed25519.PublicKey
GOOS string
GOARCH string
}
func (*Client) DownloadBinary ¶
Click to show internal directories.
Click to hide internal directories.