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