8 lines
259 B
Go
Raw Normal View History

2017-11-15 21:33:46 +09:00
package discovery
import "git.loafle.net/overflow/overflow_discovery/api/module/discovery/model"
2017-11-16 20:01:42 +09:00
func scanPort(host *model.Host, dp *model.DiscoveryPort, resultChan chan interface{}, errChan chan error, doneChan chan<- struct{}) {
2017-11-15 21:33:46 +09:00
doneChan <- struct{}{}
}