package
0.16.2
Repository: https://github.com/hashicorp/consul.git
Documentation: pkg.go.dev

# Functions

Deprecated: Please use Take/Return calls instead.
Deprecated: Please use Take/Return calls instead.
GetN returns n free ports from the reserved port block, and returns the ports to the pool when the test ends.
GetOne returns a single free port from the reserved port block, and returns the port to the pool when the test ends.
Deprecated: Please use Take/Return calls instead.
MustTake is the same as Take except it panics on error.
Return returns a block of ports back to the general pool.
Take returns a list of free ports from the reserved port block.

# Interfaces

TestingT is the minimal set of methods implemented by *testing.T that are used by functions in freelist.