Documentation
¶
Index ¶
- type Client
- func (c *Client) Exists(ctx context.Context, ref, digest string) (bool, error)
- func (c *Client) Fetch(ctx context.Context, bundle *ResolvedBundle) (*FetchResult, error)
- func (c *Client) FetchAll(ctx context.Context, bundles []ResolvedBundle) ([]FetchResult, error)
- func (c *Client) ResolveDigest(ctx context.Context, ref string) (string, error)
- type FetchResult
- type Metadata
- type ResolvedBundle
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Fetch ¶
func (c *Client) Fetch(ctx context.Context, bundle *ResolvedBundle) (*FetchResult, error)
func (*Client) FetchAll ¶
func (c *Client) FetchAll(ctx context.Context, bundles []ResolvedBundle) ([]FetchResult, error)
type FetchResult ¶
Click to show internal directories.
Click to hide internal directories.