Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + type Applier interface + Apply func(ctx context.Context, desc ocispec.Descriptor, mount []mount.Mount) (ocispec.Descriptor, error) + type Comparer interface + Compare func(ctx context.Context, lower, upper []mount.Mount, opts ...Opt) (ocispec.Descriptor, error) + type Config struct + Labels map[string]string + MediaType string + Reference string + type Opt func(*Config) error + func WithLabels(labels map[string]string) Opt + func WithMediaType(m string) Opt + func WithReference(ref string) Opt