(namespace string, options Options)
| 36 | type Analyzer interface { |
| 37 | Analyze(namespace string, options Options) error |
| 38 | CreateReport(namespace string, options Options) ([]*ReportItem, error) |
| 39 | } |
| 40 | |
| 41 | // Options is the options to pass to the analyzer |
no outgoing calls