Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + type Config struct + func NewConfig(value interface{}) *Config + func (c *Config) ClearValue() + func (c *Config) Get(_ context.Context) (interface{}, error) + func (c *Config) InduceErrors() + func (c *Config) SetValue(value interface{}) + func (c *Config) Shutdown() + func (c *Config) StopInducingErrors()