overflow_discovery/discovery/ipv4/port_udp.go
crusader 58f1cd09a5 ing
2017-11-18 22:03:37 +09:00

8 lines
232 B
Go

package ipv4
import "git.loafle.net/overflow/overflow_discovery/api/module/discovery/model"
func scanPortUDP(host *model.Host, dp *model.DiscoveryPort, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
}