10 lines
217 B
Go
10 lines
217 B
Go
package ipv6
|
|
|
|
import (
|
|
ocmd "git.loafle.net/overflow/commons-go/model/discovery"
|
|
)
|
|
|
|
func ScanPort(host *ocmd.Host, dp *ocmd.DiscoverPort, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
|
|
|
|
}
|