# Functions
CreateConfig creates a new configuration with the provided entries.
CreateDoguConfig creates a new Dogu-specific configuration with the provided Dogu name and entries.
CreateGlobalConfig creates a new global configuration with the provided entries.
DirectoryFilter is a WatchFilter to watch for changes for a directory.
KeyFilter is a WatchFilter to watch for changes for a single Key.
No description provided by the author
WithInitialListResourceVersion adds the resourceVersion of the list containing the config.
No description provided by the author
# Structs
Change represents a change to a configuration key.
Config represents a general configuration with entries and change history.
DiffResult represents a result of a configuration comparison.
DoguConfig represents a Dogu-specific configuration.
GlobalConfig represents a global configuration.
OptionalValue represents a configuration value as a string that may be null.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
Entries represents a map of configuration keys and values.
Key represents a configuration key as a string.
Value represents a configuration value as a string.
WatchFilter can be applied to the result of a comparison of two configurations.