Versions in this module Expand all Collapse all v4 v4.0.0 Jun 18, 2024 Changes in this version + const DefaultRegistry + type Client struct + func NewClient(debugLogFn func(string, ...any)) (*Client, error) + func (c *Client) Exists(imageID string) (bool, error) + func (c *Client) SizeBytes(imageID string) (int64, error) + func (c *Client) Upload(image, registryAddr, repository, tag string) (string, error) v4.0.0-rc1 Jun 10, 2024 Other modules containing this package github.com/simplesurance/baur/v5