Searched defs:DiffReporter (Results 1 – 1 of 1) sorted by relevance
16 type DiffReporter struct { struct17 path cmp.Path18 diffs []string21 func (r *DiffReporter) PushStep(ps cmp.PathStep) {25 func (r *DiffReporter) Report(rs cmp.Result) {32 func (r *DiffReporter) PopStep() {36 func (r *DiffReporter) String() string {