Skip to main content

Module config_store

Module config_store 

Source
Expand description

ConfigStore - A singleton store for structured configurations.

This module provides a Rust implementation of Hydra’s ConfigStore, which stores structured configs that can be composed with file-based configs.

Structs§

ConfigNode
A config node stored in the ConfigStore
ConfigStore
A singleton ConfigStore for structured configurations

Enums§

RepoEntry
Entry in the repository - either a group (directory) or a config (file)

Functions§

instance
Get the global ConfigStore instance
reset_instance
Clear and reset the global ConfigStore instance This is primarily for testing purposes