Versions in this module Expand all Collapse all v0 v0.6.10 Jul 8, 2024 Changes in this version + type ConfigStore struct + func NewConfigStore(t interface{ ... }) *ConfigStore + func (_m *ConfigStore) EXPECT() *ConfigStore_Expecter + func (_m *ConfigStore) GetConfigValue(ctx context.Context, key string) (string, error) + type ConfigStore_Expecter struct + func (_e *ConfigStore_Expecter) GetConfigValue(ctx interface{}, key interface{}) *ConfigStore_GetConfigValue_Call + type ConfigStore_GetConfigValue_Call struct + func (_c *ConfigStore_GetConfigValue_Call) Return(_a0 string, _a1 error) *ConfigStore_GetConfigValue_Call + func (_c *ConfigStore_GetConfigValue_Call) Run(run func(ctx context.Context, key string)) *ConfigStore_GetConfigValue_Call + func (_c *ConfigStore_GetConfigValue_Call) RunAndReturn(run func(context.Context, string) (string, error)) *ConfigStore_GetConfigValue_Call