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