| 302 | } |
| 303 | |
| 304 | type testCustomConstraintWithTypedAnalyzer struct{} |
| 305 | |
| 306 | func (*testCustomConstraintWithTypedAnalyzer) Name() string { return "customRole" } |
| 307 | func (*testCustomConstraintWithTypedAnalyzer) Execute(param string, args ...string) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected