Diff creates a diff between the given mounts and uploads the result to the content store.
(ctx context.Context, in *DiffRequest, opts ...grpc.CallOption)
| 31 | // Diff creates a diff between the given mounts and uploads the result |
| 32 | // to the content store. |
| 33 | Diff(ctx context.Context, in *DiffRequest, opts ...grpc.CallOption) (*DiffResponse, error) |
| 34 | } |
| 35 | |
| 36 | type diffClient struct { |
no outgoing calls