overflow_discovery/discovery/ipv6/service.go
crusader 9527a68c71 ing
2017-12-04 18:37:39 +09:00

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{}) {
}