MCPcopy Create free account
hub / github.com/koding/kite / KeysAPILogger

Struct KeysAPILogger

kontrol/etcd_keysapi_logger.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type KeysAPILogger struct {
11 kapi etcd.KeysAPI
12 log kite.Logger
13}
14
15func NewKeysAPILogger(kapi etcd.KeysAPI, log kite.Logger) KeysAPILogger {
16 return KeysAPILogger{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected