(dfunc func(path []string, a, b reflect.Value, p interface{}) error)
| 29 | } |
| 30 | |
| 31 | func (*noopDiffer) InsertParentDiffer(dfunc func(path []string, a, b reflect.Value, p interface{}) error) { |
| 32 | } |
| 33 | |
| 34 | type syncMapDiffer struct { |
| 35 | DiffFunc func(path []string, a, b reflect.Value, p interface{}) error |
nothing calls this directly
no outgoing calls
no test coverage detected