Discover Packages
github.com/hashicorp/consul/sdk
freeport
package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Feb 11, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 15
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Package freeport provides a helper for allocating free ports across multiple
processes on the same machine.
Deprecated: Please use Take/Return calls instead.
Deprecated: Please use Take/Return calls instead.
func GetT(t testing.T, n int ) (ports []int )
Deprecated: Please use Take/Return calls instead.
func MustTake(n int ) (ports []int )
MustTake is the same as Take except it panics on error.
Return returns a block of ports back to the general pool. These ports should
have been returned from a call to Take().
Take returns a list of free ports from the allocated port block. It is safe
to call this method concurrently. Ports have been tested to be available on
127.0.0.1 TCP but there is no guarantee that they will remain free in the
future.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.