# Functions
NewBaseConfigHandler creates a new BaseConfigHandler instance.
NewMockConfigHandler is a constructor for MockConfigHandler.
NewYamlConfigHandler creates a new instance of YamlConfigHandler with default context configuration.
# Variables
DefaultConfig returns the default configuration.
No description provided by the author
No description provided by the author
# Structs
BaseConfigHandler is a base implementation of the ConfigHandler interface.
MockConfigHandler is a mock implementation of the ConfigHandler interface.
YamlConfigHandler implements the ConfigHandler interface using goccy/go-yaml.
# Interfaces
ConfigHandler defines the interface for handling configuration operations.