| 11 | ) |
| 12 | |
| 13 | type Event struct { |
| 14 | Action string `json:"action"` |
| 15 | Node *etcd.Node `json:"node,omitempty"` |
| 16 | PrevNode *etcd.Node `json:"prevNode,omitempty"` |
| 17 | } |
| 18 | |
| 19 | func (k *Kontrol) handleCancelWatcher(r *kite.Request) (interface{}, error) { |
| 20 | id := r.Args.One().MustString() |
nothing calls this directly
no outgoing calls
no test coverage detected