overflow_discovery/discovery/service.go
crusader 570a0241a0 ing
2017-11-15 21:33:46 +09:00

8 lines
268 B
Go

package discovery
import "git.loafle.net/overflow/overflow_discovery/api/module/discovery/model"
func scanService(port *model.Port, ds *model.DiscoveryService, resultChan chan *model.Service, errChan chan error, doneChan chan<- struct{}) {
doneChan <- struct{}{}
}