()
| 11 | } |
| 12 | |
| 13 | func organizationOwnerMatcher() sqltypes.VariableMatcher { |
| 14 | return sqltypes.StringVarMatcher("organization_id :: text", []string{"input", "object", "org_owner"}) |
| 15 | } |
| 16 | |
| 17 | func userOwnerMatcher() sqltypes.VariableMatcher { |
| 18 | return sqltypes.StringVarMatcher("owner_id :: text", []string{"input", "object", "owner"}) |
no test coverage detected