# Functions
CreateMockRegistry creates a mock registry containing default values for any sub-registry.
NewConfigurationContext creates a new instance of ConfigurationContext.
NewDoguRegistry creates a new instance of DoguRegistry.
NewRegistry creates a new instance of Registry.
NewWatchConfigurationContext creates a new instance of WatchConfigurationContext.
OnDelete provides a helper function to mock the "Delete" method of a configuration context.
OnDeleteRecursive provides a helper function to mock the "Delete" method of a configuration context.
OnExists provides a helper function to mock the "Exists" method of a configuration context.
OnGet provides a helper function to mock the "Get" method of a configuration context.
OnGetOrFalse provides a helper function to mock the "GetOrFalse" method of a configuration context.
OnRefresh provides a helper function to mock the "Refresh" method of a configuration context.
OnRemoveAll provides a helper function to mock the "RemoveAll" method of a configuration context.
OnSet provides a helper function to mock the "Set" method of a configuration context.
OnSetWithLifetime provides a helper function to mock the "SetWithLifetime" method of a configuration context.
# Structs
ConfigurationContext is an autogenerated mock type for the ConfigurationContext type.
DoguRegistry is an autogenerated mock type for the DoguRegistry type.
Registry is an autogenerated mock type for the Registry type.
No description provided by the author
WatchConfigurationContext is an autogenerated mock type for the WatchConfigurationContext type.
# Interfaces
No description provided by the author