| 41 | } |
| 42 | |
| 43 | type diffRemote struct { |
| 44 | client diffapi.DiffClient |
| 45 | } |
| 46 | |
| 47 | func (r *diffRemote) Apply(ctx context.Context, desc ocispec.Descriptor, mounts []mount.Mount, opts ...diff.ApplyOpt) (ocispec.Descriptor, error) { |
| 48 | var config diff.ApplyConfig |
nothing calls this directly
no outgoing calls
no test coverage detected