package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev

# Functions

New sets up a new GenMap based on the supplied configuration.

# Variables

ErrGenMapClosed is returned by blocking operations called on a GenMap that has been closed.
ErrNoGenerator is the only possible error returned by New and indicates that the required generator config value was not supplied.

# Structs

Config configures a generative map.
GenMap is a mapping used to pre-generate and store values that we want to always have available *immediately*, such as client tls configs.