Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
Registry is an interface for a component that returns registered configuration store implementations.
var DefaultRegistry *Registry
DefaultRegistry is the singleton with the registry.
func NewRegistry ¶
func NewRegistry() *Registry
NewRegistry is used to create configuration store registry.
func (*Registry) Create ¶
func (s *Registry) Create(name, version, logName string) (configuration.Store, error)
func (*Registry) RegisterComponent ¶ added in v1.9.0
Click to show internal directories.
Click to hide internal directories.