| 42 | } |
| 43 | |
| 44 | type SetTest struct { |
| 45 | desc string |
| 46 | json string |
| 47 | setData string |
| 48 | path []string |
| 49 | |
| 50 | isErr bool |
| 51 | isFound bool |
| 52 | |
| 53 | data interface{} |
| 54 | } |
| 55 | |
| 56 | type DeleteTest struct { |
| 57 | desc string |
nothing calls this directly
no outgoing calls
no test coverage detected