10 lines
253 B
Go
Raw Normal View History

2017-11-18 00:12:38 +09:00
package ipv6
2017-12-04 18:37:39 +09:00
import (
discoveryM "git.loafle.net/overflow/overflow_commons_go/modules/discovery/model"
)
2017-11-18 00:12:38 +09:00
2017-12-04 18:37:39 +09:00
func ScanHost(zone *discoveryM.Zone, dh *discoveryM.DiscoveryHost, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
2017-11-18 00:12:38 +09:00
}