# Functions
InitConfig will take opts["conf"][pkg], parse it into the given Configuration object validate it, and store under the proper key in the database Returns an error if anything goes wrong.
No description provided by the author
NewUpdateConfigurationHandler returns a message handler that process configuration patch message.
RegisterQuery expose all configurations to queries.
Save will Validate the object, before writing it to a special "configuration" singleton for that package name.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
OwnedConfig must have an Owner field in protobuf.
ReadStore is a subset of weave.ReadOnlyKVStore.
Store is a subset of weave.KVStore.
Unmarshaler is implemented by object that can load their state from given binary representation.
ValidMarshaler is implemented by object that can serialize itself to a binary representation.