| 8 | ) |
| 9 | |
| 10 | type KeysAPILogger struct { |
| 11 | kapi etcd.KeysAPI |
| 12 | log kite.Logger |
| 13 | } |
| 14 | |
| 15 | func NewKeysAPILogger(kapi etcd.KeysAPI, log kite.Logger) KeysAPILogger { |
| 16 | return KeysAPILogger{ |
nothing calls this directly
no outgoing calls
no test coverage detected