Versions in this module Expand all Collapse all v1 v1.0.0 Mar 21, 2026 Changes in this version + func NewConfigManagerService(logger models.Logger, configManager models.ConfigManager) services.ConfigManagerService + type ConfigManagerService struct + func (s *ConfigManagerService) GetAuthSettings(ctx context.Context) (map[string]any, error) + func (s *ConfigManagerService) GetConfig(ctx context.Context) (*models.Config, error) + func (s *ConfigManagerService) GetPluginConfig(ctx context.Context, pluginName string) (any, error) + func (s *ConfigManagerService) NotifyWatchers(config *models.Config) error + func (s *ConfigManagerService) RegisterConfigWatcher(pluginID string, plugin models.PluginWithConfigWatcher) error