container_discovery/internal/discoverer/ipv6/service.go
crusader c40d8eb004 ing
2018-04-19 20:36:56 +09:00

10 lines
224 B
Go

package ipv6
import (
ocdm "git.loafle.net/overflow/commons-go/discovery/model"
)
func ScanService(port *ocdm.Port, ds *ocdm.DiscoveryService, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
}