Versions in this module Expand all Collapse all v0 v0.2.1 Apr 17, 2026 v0.2.0 Apr 15, 2026 Changes in this version + type Client struct + func New(baseURL, token string) *Client + func (c *Client) DeleteManifest(ctx context.Context, name, tag string) error + func (c *Client) HasManifest(ctx context.Context, name, tag string) (bool, error) + type SnapshotRegistry interface + DeleteManifest func(ctx context.Context, name, tag string) error + HasManifest func(ctx context.Context, name, tag string) (bool, error)