Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + func Parse(remotePath string) (*model.Metadata, error) + type Asset struct + BrowserDownloadURL string + Name string + type Client struct + func (*Client) DownloadRelease(ctx context.Context, apiPath string) (*model.RepositoryRelease, error) + func (c *Client) DownloadAsset(ctx context.Context, apiPath string) ([]byte, error) + type Release struct + Assets []*Asset + Draft bool + Prerelease bool + TagName string