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

Method Upsert

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

Upsert inserts or updates the value for the given kite

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

Source from the content-addressed store, hash-verified

22
23 // Upsert inserts or updates the value for the given kite
24 Upsert(kite *protocol.Kite, value *kontrolprotocol.RegisterValue) error
25}

Callers 2

HandleRegisterHTTPMethod · 0.65
HandleRegisterMethod · 0.65

Implementers 2

Etcdkontrol/etcd.go
Postgreskontrol/postgres.go

Calls

no outgoing calls

Tested by

no test coverage detected