DefaultViewComparer provides default view comparison logic that can be used by most engines.
| 67 | |
| 68 | // DefaultViewComparer provides default view comparison logic that can be used by most engines. |
| 69 | type DefaultViewComparer struct{} |
| 70 | |
| 71 | // CompareView compares two views using default logic. |
| 72 | func (*DefaultViewComparer) CompareView(oldView, newView *storepb.ViewMetadata) ([]ViewChange, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected