Versions in this module Expand all Collapse all v6 v6.9.3 Mar 25, 2026 Changes in this version + func BuildAPIKeyClients(cfg *config.Config) (int, int, int, int, int) + type AuthUpdate struct + Action AuthUpdateAction + Auth *coreauth.Auth + ID string + type AuthUpdateAction string + const AuthUpdateActionAdd + const AuthUpdateActionDelete + const AuthUpdateActionModify + type Watcher struct + func NewWatcher(configPath, authDir string, reloadCallback func(*config.Config)) (*Watcher, error) + func (w *Watcher) DispatchRuntimeAuthUpdate(update AuthUpdate) bool + func (w *Watcher) SetAuthUpdateQueue(queue chan<- AuthUpdate) + func (w *Watcher) SetConfig(cfg *config.Config) + func (w *Watcher) SnapshotCoreAuths() []*coreauth.Auth + func (w *Watcher) Start(ctx context.Context) error + func (w *Watcher) Stop() error v6.9.2-rc1 Mar 25, 2026