func(d *et.Event, addr *oamnet.IPAddress, src *et.Source)
| 36 | ) |
| 37 | |
| 38 | type SweepCallback func(d *et.Event, addr *oamnet.IPAddress, src *et.Source) |
| 39 | |
| 40 | var done chan struct{} |
| 41 | var subre, urlre *regexp.Regexp |
nothing calls this directly
no outgoing calls
no test coverage detected