Versions in this module Expand all Collapse all v0 v0.1.1 Aug 9, 2021 v0.1.0 Jan 8, 2021 Changes in this version + type Client interface + DownloadReleaseAsset func(org string, repository string, tag string, assetName string) (io.ReadCloser, error) + GetLatestReleaseTag func(org string, repository string) (string, error) + SetApiToken func(apiToken string) + func NewClient() Client