package
1.5.4
Repository: https://github.com/openziti/ziti.git
Documentation: pkg.go.dev

# Functions

Get will return an instance provided by the Provider mapped to the given name If no provider for the given name exists, or if the instance is not of the type requested an error will be returned.
NewRegistry returns a new Registry instance.

# Interfaces

Provider instances return instances of a given type.
Registry instances store Providers keyed by name.

# Type aliases

ProviderF is a function implementation of the Provider interface.