type Params struct {
// Target is the old version of the data Target string// Source is the new version of the data Source string// Patch is where to write the patch Patch string Compression pwr.CompressionSettings// Verify enables dry-run apply patch validation (slow) Verify bool
}