Scanner universal scanner
| 159 | |
| 160 | // Scanner universal scanner |
| 161 | type Scanner struct { |
| 162 | Matcher |
| 163 | Path string |
| 164 | Code string |
| 165 | } |
| 166 | |
| 167 | // SetMatcher setting matcher scanner |
| 168 | func (s *Scanner) SetMatcher(m Matcher) { |
nothing calls this directly
no outgoing calls
no test coverage detected