freeport

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2020 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Copied from github.com/hashicorp/consul/sdk/freeport

and tweaked for use by Nomad.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustTake

func MustTake(n int) (ports []int)

MustTake is the same as Take except it panics on error.

func Return

func Return(ports []int)

Return returns a block of ports back to the general pool. These ports should have been returned from a call to Take().

func Take

func Take(n int) (ports []int, err error)

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.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL