mirror of https://github.com/hashicorp/consul
7 lines
66 B
Go
7 lines
66 B
Go
|
package ports
|
||
|
|
||
|
type hostPort struct {
|
||
|
host string
|
||
|
port string
|
||
|
}
|