package
1.10.16
Repository: https://github.com/hyperhq/hypercli.git
Documentation: pkg.go.dev

# Functions

NewRegistrar creates a new Registrar with the an empty index.

# Variables

ErrNameNotReserved is an error which is returned when trying to find a name that is not reserved.
ErrNameReserved is an error which is returned when a name is requested to be reserved that already is reserved.
ErrNoSuchKey is returned when trying to find the names for a key which is not known.

# Structs

Registrar stores indexes a list of keys and their registered names as well as indexes names and the key that they are registred to Names must be unique.