This commit is contained in:
crusader
2017-11-18 00:12:38 +09:00
parent bc3790375a
commit 6ac80b1a88
6 changed files with 187 additions and 148 deletions

7
discovery/ipv6/host.go Normal file
View File

@@ -0,0 +1,7 @@
package ipv6
import "git.loafle.net/overflow/overflow_discovery/api/module/discovery/model"
func ScanHost(zone *model.Zone, dh *model.DiscoveryHost, resultChan chan interface{}, errChan chan error, doneChan chan<- struct{}) {
}