MCPcopy Create free account
hub / github.com/apache/casbin-etcd-watcher / Close

Method Close

watcher.go:108–110  ·  view source on GitHub ↗

Close closes the Watcher.

()

Source from the content-addressed store, hash-verified

106
107// Close closes the Watcher.
108func (w *Watcher) Close() {
109 finalizer(w)
110}
111
112func (w *Watcher) createClient() error {
113 cfg := client.Config{

Callers

nothing calls this directly

Calls 1

finalizerFunction · 0.85

Tested by

no test coverage detected