# Functions
No description provided by the author
MustNew is like New but panics if an error occurs.
New creates a new T instance with a defined name and value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrEntryNotFound is returned when a runtime entry is not saved in the store.
ErrNameNotSet is returned when a runtime entry is created without a name.
# Structs
Manager is the singleton that produces resolvers for runtime configuration.
NamespacedResolver prefixes all keys with a namespace.
NoopResolver is a useful test device.
RuntimeEntry are **only** runtime configurable.
StoreResolver uses the database as the underlying store for runtime settings.
# Interfaces
EntryMarshaller requires all entries to marshal to and from a string.
No description provided by the author
No description provided by the author
No description provided by the author
Store is a subset of database.Store.