overflow_discovery/discovery/ipv4/port.go
crusader 2754bbc056 ing
2017-11-18 21:08:08 +09:00

8 lines
229 B
Go

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