# Functions
NewRegistry returns a new registry.
ProvideRecord returns a ValueProvider the exposes read-only access to r.
Register is like Registry.Register but uses the package DefaultRegistry.
TraceProvider returns a new ValueProvider that wraps vp but traces all Set and Get methods calls.
# Variables
DefaultRegistry is the default registry that is used by the module-level API.
ErrInjected is returned by Registry.InjectAsDatabase if the registry has already been injected.
ErrKeyTaken is returned when trying to register a value provider at database key or prefix that is already occupied by another provider.
ErrKeyUnmanaged is returned when a Put operation on an unmanaged key is performed.
ErrReadOnly should be returned from ValueProvider.Set if a runtime record is considered read-only.
ErrWriteOnly should be returned from ValueProvider.Get if a runtime record is considered write-only.
# Structs
ModulesIntegration provides integration with the modules system.
Registry keeps track of registered runtime value providers and exposes them via an injected database.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author