Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/koding/kite
/ Watcher
Method
Watcher
kontrol/etcd_keysapi_logger.go:52–55 ·
view source on GitHub ↗
(key string, opts *etcd.WatcherOptions)
Source
from the content-addressed store, hash-verified
50
}
51
52
func
(k KeysAPILogger) Watcher(key string, opts *etcd.WatcherOptions) etcd.Watcher {
53
k.log.Debug(
"Watcher: key: %v opts: %v"
, key, opts)
54
return
k.kapi.Watcher(key, opts)
55
}
Callers
nothing calls this directly
Calls
1
Debug
Method · 0.80
Tested by
no test coverage detected