Compare computes the difference between two mounts and returns a descriptor for the computed diff. The options can provide a ref which can be used to track the content creation of the diff. The media type which is used to determine the format of the created content can also be provided as an option.
(ctx context.Context, lower, upper []mount.Mount, opts ...Opt)
| 61 | // The media type which is used to determine the format of the created |
| 62 | // content can also be provided as an option. |
| 63 | Compare(ctx context.Context, lower, upper []mount.Mount, opts ...Opt) (ocispec.Descriptor, error) |
| 64 | } |
| 65 | |
| 66 | // ApplyConfig is used to hold parameters needed for a apply operation |
no outgoing calls