MCPcopy
hub / github.com/google/seesaw / Reload

Method Reload

engine/config/notifier.go:110–117  ·  view source on GitHub ↗

Reload requests an immediate reload from the configuration source.

()

Source from the content-addressed store, hash-verified

108
109// Reload requests an immediate reload from the configuration source.
110func (n *Notifier) Reload() error {
111 select {
112 case n.reload <- true:
113 default:
114 return errors.New("reload request already queued")
115 }
116 return nil
117}
118
119// Shutdown shuts down a Notifier.
120func (n *Notifier) Shutdown() {

Callers 2

SetSourceMethod · 0.95
ConfigReloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected