Discover Packages
github.com/JanMa/nomad
helper
freeport
package
Version:
v0.11.1
Opens a new window with list of versions in this module.
Published: Apr 22, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Copied from github.com/hashicorp/consul/sdk/freeport
and tweaked for use by Nomad.
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.