consul/troubleshoot/ports/hostport.go

7 lines
66 B
Go

package ports
type hostPort struct {
host string
port string
}