(m sqltypes.VariableMatcher)
| 19 | } |
| 20 | |
| 21 | func groupACLMatcher(m sqltypes.VariableMatcher) ACLMappingVar { |
| 22 | return ACLMappingMatcher(m, "group_acl", []string{"input", "object", "acl_group_list"}) |
| 23 | } |
| 24 | |
| 25 | func userACLMatcher(m sqltypes.VariableMatcher) ACLMappingVar { |
| 26 | return ACLMappingMatcher(m, "user_acl", []string{"input", "object", "acl_user_list"}) |
no test coverage detected