Versions in this module Expand all Collapse all v0 v0.8.0 Aug 9, 2018 Changes in this version + type Client struct + func NewClient(user, password string) (*Client, error) + func (c *Client) ImageDigest(ctx context.Context, image string) (string, error) + func (c *Client) Size(ctx context.Context, imageID string) (int64, error) + func (c *Client) Upload(ctx context.Context, image, dest string) (string, error) v0.6.0 Jul 31, 2018