8 lines
232 B
Go
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{}) {
|
|
|
|
}
|