10 lines
259 B
Go
10 lines
259 B
Go
package ipv6
|
|
|
|
import (
|
|
discoveryM "git.loafle.net/overflow/overflow_commons_go/modules/discovery/model"
|
|
)
|
|
|
|
func ScanService(port *discoveryM.Port, ds *discoveryM.DiscoveryService, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
|
|
|
|
}
|