| 30 | } |
| 31 | |
| 32 | type GetTest struct { |
| 33 | desc string |
| 34 | json string |
| 35 | path []string |
| 36 | |
| 37 | isErr bool |
| 38 | isFound bool |
| 39 | |
| 40 | data interface{} |
| 41 | } |
| 42 | |
| 43 | type SetTest struct { |
| 44 | desc string |
nothing calls this directly
no outgoing calls
no test coverage detected