MCPcopy Index your code
hub / github.com/koding/kite / Delete

Method Delete

kontrol/storage.go:21–21  ·  view source on GitHub ↗

Delete deletes the given kite from the storage

(kite *protocol.Kite)

Source from the content-addressed store, hash-verified

19
20 // Delete deletes the given kite from the storage
21 Delete(kite *protocol.Kite) error
22
23 // Upsert inserts or updates the value for the given kite
24 Upsert(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error

Callers 5

registerSrcMethod · 0.65
DeleteKeyMethod · 0.65
DeleteMethod · 0.65
ClearMethod · 0.65
DeleteMethod · 0.65

Implementers 2

Etcdkontrol/etcd.go
Postgreskontrol/postgres.go

Calls

no outgoing calls

Tested by

no test coverage detected