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

Method Update

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

Update updates the value for the given kite

(kite *protocol.Kite, value *kontrolprotocol.RegisterValue)

Source from the content-addressed store, hash-verified

16
17 // Update updates the value for the given kite
18 Update(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error
19
20 // Delete deletes the given kite from the storage
21 Delete(kite *protocol.Kite) error

Callers 4

HandleRegisterHTTPMethod · 0.65
HandleRegisterMethod · 0.65
UpdateMethod · 0.65
registerSelfMethod · 0.65

Implementers 2

Etcdkontrol/etcd.go
Postgreskontrol/postgres.go

Calls

no outgoing calls

Tested by

no test coverage detected