(ctx context.Context, networkStats map[netlogtype.Connection]netlogtype.Counts)
| 21 | |
| 22 | type statsCollector interface { |
| 23 | Collect(ctx context.Context, networkStats map[netlogtype.Connection]netlogtype.Counts) *proto.Stats |
| 24 | } |
| 25 | |
| 26 | type statsDest interface { |
no outgoing calls