-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new diff.EntityAction type and child types. This struct describes an object and some action taken by the diff engine. Add a new ResultChan diff.EntityAction field to the diff.Syncer type, initialize it on Syncer Run(), and close it when Run() completes. Disable console output when the result channel is enabled. Together, these provide tooling for the Syncer to report its actions downstream, rather than sending text descriptions of them direct to stdout/stderr.
- Loading branch information
Showing
1 changed file
with
159 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters