8 lines
229 B
Go
8 lines
229 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, stopChan chan struct{}) {
|
|
|
|
}
|