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

Struct Event

kontrol/_watcher.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected