// Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: BUSL-1.1 package ports type hostPort struct { host string port string }