2017-11-18 08:23:39 +00:00
|
|
|
package ipv6
|
|
|
|
|
2017-12-04 09:37:39 +00:00
|
|
|
import (
|
|
|
|
discoveryM "git.loafle.net/overflow/overflow_commons_go/modules/discovery/model"
|
|
|
|
)
|
2017-11-18 08:23:39 +00:00
|
|
|
|
2017-12-04 09:37:39 +00:00
|
|
|
func ScanPort(host *discoveryM.Host, dp *discoveryM.DiscoveryPort, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
|
2017-11-18 08:23:39 +00:00
|
|
|
|
|
|
|
}
|