Versions in this module Expand all Collapse all v0 v0.9.0 Aug 17, 2022 Changes in this version + type Client interface + Copy func(source image.Name, target image.Name) (image.Digest, int64, error) + Digest func(image.Name) (image.Digest, error) + NewLayout func(path string) (Layout, error) + ReadLayout func(path string) (Layout, error) + type Image interface + Digest func() (image.Digest, error) + Write func(target image.Name) (image.Digest, int64, error) + type Layout interface + Add func(n image.Name) (image.Digest, error) + Find func(n image.Name) (image.Digest, error) + Push func(digest image.Digest, name image.Name) error