(maxPeriod time.Duration, maxConns int, dump func(start, end time.Time, virtual, physical map[netlogtype.Connection]netlogtype.Counts))
| 17 | |
| 18 | type networkStatsSource interface { |
| 19 | SetConnStatsCallback(maxPeriod time.Duration, maxConns int, dump func(start, end time.Time, virtual, physical map[netlogtype.Connection]netlogtype.Counts)) |
| 20 | } |
| 21 | |
| 22 | type statsCollector interface { |
no outgoing calls
no test coverage detected