mirror of https://github.com/hashicorp/consul
6 lines
91 B
Go
6 lines
91 B
Go
|
package ports
|
||
|
|
||
|
type troubleShootProtocol interface {
|
||
|
dialPort(hostPort *hostPort) error
|
||
|
}
|