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

Struct RegisterValue

kontrol/etcd.go:294–296  ·  view source on GitHub ↗

RegisterValue is the type of the value that is saved to etcd.

Source from the content-addressed store, hash-verified

292
293// RegisterValue is the type of the value that is saved to etcd.
294type RegisterValue struct {
295 URL string `json:"url"`
296}
297
298// validateKiteKey returns a string representing the kite uniquely
299// that is suitable to use as a key for etcd.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected