Versions in this module Expand all Collapse all v1 v1.15.1 Jun 9, 2025 Changes in this version + func NewPostgresConfigUpdater(logger logger.Logger) configupdater.Updater + type ConfigUpdater struct + func (r *ConfigUpdater) AddKey(items map[string]*configuration.Item) error + func (r *ConfigUpdater) CreateTrigger(channel string) error + func (r *ConfigUpdater) DeleteKey(keys []string) error + func (r *ConfigUpdater) Init(props map[string]string) error + func (r *ConfigUpdater) UpdateKey(items map[string]*configuration.Item) error