MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / SetAuthUpdateQueue

Method SetAuthUpdateQueue

internal/watcher/watcher.go:152–154  ·  view source on GitHub ↗

SetAuthUpdateQueue sets the queue used to emit auth updates.

(queue chan<- AuthUpdate)

Source from the content-addressed store, hash-verified

150
151// SetAuthUpdateQueue sets the queue used to emit auth updates.
152func (w *Watcher) SetAuthUpdateQueue(queue chan<- AuthUpdate) {
153 w.setAuthUpdateQueue(queue)
154}
155
156// DispatchRuntimeAuthUpdate allows external runtime providers (e.g., websocket-driven auths)
157// to push auth updates through the same queue used by file/config watchers.

Calls 1

setAuthUpdateQueueMethod · 0.95