(t testing.TB, q *ketoapi.RelationQuery)
| 151 | } |
| 152 | |
| 153 | func (g *cliClient) deleteAllTuples(t testing.TB, q *ketoapi.RelationQuery) { |
| 154 | _ = g.c.ExecNoErr(t, append(g.assembleQueryFlags(q, nil), "relation-tuple", "delete-all", "--force")...) |
| 155 | } |
nothing calls this directly
no test coverage detected