package
0.7.65
Repository: https://github.com/layer5io/meshkit.git
Documentation: pkg.go.dev

# Packages

Package provider provides config provider implementations that can be used in the adapters, as well as the Options type containing options for various aspects of an adapter.

# Functions

ErrViper returns a MeshKit error indicating an (initialization) error in the in-memory provider.
ErrViper returns a MeshKit error indicating an (initialization) error in the Viper provider.

# Variables

ErrEmptyConfig is returned when the config has not been initialized.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Interface Handler is the interface to be implemented by config providers used by adapters.