AddMetrics adds metrics from another analysis
(other LogAnalysis)
| 31 | SetBlockedDomains(domains []string) |
| 32 | // AddMetrics adds metrics from another analysis |
| 33 | AddMetrics(other LogAnalysis) |
| 34 | } |
| 35 | |
| 36 | // LogParser is a function type that parses a single log file |
no outgoing calls