open-consul/troubleshoot/ports/troubleshoot_protocol.go

6 lines
91 B
Go

package ports
type troubleShootProtocol interface {
dialPort(hostPort *hostPort) error
}