()
| 656 | } |
| 657 | |
| 658 | func (policy *Policy) GetResourcePathRegexp() *regexp.Regexp { |
| 659 | return policy.resource.Path |
| 660 | } |
| 661 | |
| 662 | func (policy *Policy) GetPropertyFilter() *Filter { |
| 663 | return policy.resource.PropertiesFilter |
no outgoing calls
no test coverage detected