Versions in this module Expand all Collapse all v0 v0.0.5 Oct 23, 2024 v0.0.4 Sep 11, 2024 Changes in this version + func NewFactory() assetsclient.Factory + type Client struct + Repository *remote.Repository + func NewClient() (*Client, error) + func NewClientForRepository(repo string) (*Client, error) + func (c *Client) CopyRelease(ctx context.Context, sourceTag, targetRepository, targetTag string) error + func (c *Client) DownloadReleaseAssets(ctx context.Context, tag, path string) (reterr error) + func (c *Client) FoundRelease(ctx context.Context, tag string) bool + func (c *Client) ListRelease(ctx context.Context) ([]string, error) + func (c *Client) PushReleaseAssets(ctx context.Context, releaseAssets []assetsclient.ReleaseAsset, ...) error