container_discovery/internal/discoverer/ipv6/port.go

10 lines
217 B
Go
Raw Normal View History

2018-04-19 11:36:56 +00:00
package ipv6
import (
2018-04-26 09:00:24 +00:00
ocmd "git.loafle.net/overflow/commons-go/model/discovery"
2018-04-19 11:36:56 +00:00
)
2018-04-27 16:20:01 +00:00
func ScanPort(host *ocmd.Host, dp *ocmd.DiscoverPort, resultChan chan interface{}, errChan chan error, stopChan chan struct{}) {
2018-04-19 11:36:56 +00:00
}