(indexMatcher sqltypes.VariableMatcher, selectSQL string, structPath []string)
| 51 | } |
| 52 | |
| 53 | func ACLMappingMatcher(indexMatcher sqltypes.VariableMatcher, selectSQL string, structPath []string) ACLMappingVar { |
| 54 | return ACLMappingVar{IndexMatcher: indexMatcher, SelectSQL: selectSQL, StructPath: structPath} |
| 55 | } |
| 56 | |
| 57 | func (g ACLMappingVar) UsingSubfield(subfield string) ACLMappingVar { |
| 58 | g.Subfield = subfield |
no outgoing calls
no test coverage detected