overflow_discovery/discovery/ipv6/port.go
crusader be4832f7a9 ing
2017-11-18 17:23:39 +09:00

8 lines
231 B
Go

package ipv6
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, doneChan chan<- struct{}) {
}