Versions in this module Expand all Collapse all v3 v3.0.0 May 27, 2020 Changes in this version + type Client struct + func New(cfg model.Db) (*Client, error) + func (c *Client) Close() error + func (c *Client) First(image registry.Image) (bool, error) + func (c *Client) GetManifest(image registry.Image) (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 struct + Version int Other modules containing this package github.com/crazy-max/diun github.com/crazy-max/diun/v4