Documentation ¶
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) DeleteManifest(manifest registry.Manifest) error
- func (c *Client) First(image registry.Image) (bool, error)
- func (c *Client) GetManifest(image registry.Image) (registry.Manifest, error)
- func (c *Client) ListImage() (map[string][]registry.Manifest, error)
- func (c *Client) ListManifest() ([]registry.Manifest, error)
- func (c *Client) Migrate() error
- func (c *Client) PutManifest(image registry.Image, manifest registry.Manifest) error
- func (c *Client) ReadMetadata() error
- func (c *Client) WriteMetadata(metadata Metadata) error
- type Metadata
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client represents an active db object
func (*Client) DeleteManifest ¶ added in v4.17.0
DeleteManifest deletes a Docker image manifest
func (*Client) GetManifest ¶
GetManifest returns Docker image manifest
func (*Client) ListImage ¶ added in v4.17.0
ListImage return a list of Docker images with their linked manifests
func (*Client) ListManifest ¶ added in v4.17.0
ListManifest return a list of Docker images manifests
func (*Client) PutManifest ¶
PutManifest add Docker image manifest in db
func (*Client) ReadMetadata ¶
ReadMetadata returns db metadata
func (*Client) WriteMetadata ¶
WriteMetadata writes db metadata
Click to show internal directories.
Click to hide internal directories.