()
| 15 | } |
| 16 | |
| 17 | func userOwnerMatcher() sqltypes.VariableMatcher { |
| 18 | return sqltypes.StringVarMatcher("owner_id :: text", []string{"input", "object", "owner"}) |
| 19 | } |
| 20 | |
| 21 | func groupACLMatcher(m sqltypes.VariableMatcher) ACLMappingVar { |
| 22 | return ACLMappingMatcher(m, "group_acl", []string{"input", "object", "acl_group_list"}) |
no test coverage detected