KeyPath is an ordered set of strings that govern where data is read/written from the backend
| 38 | // KeyPath is an ordered set of strings that govern where data is read/written |
| 39 | // from the backend |
| 40 | type KeyPath []string |
| 41 | |
| 42 | // FindFunc is executed for each object in the backend. The provided FindMatch |
| 43 | // are used to determine how to handle the object. Any collection of these |
no outgoing calls
no test coverage detected