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

Method GetKeyFromID

kontrol/keypair.go:48–48  ·  view source on GitHub ↗

GetKeyFromID retrieves the KeyPair from the given ID

(id string)

Source from the content-addressed store, hash-verified

46
47 // GetKeyFromID retrieves the KeyPair from the given ID
48 GetKeyFromID(id string) (*KeyPair, error)
49
50 // GetKeyFromPublic retrieves the KeyPairs from the given public key.
51 //

Callers 3

GetKeyFromIDMethod · 0.65
getOrUpdateKeyIDMethod · 0.65
DeleteKeyPairMethod · 0.65

Implementers 3

MemKeyPairStoragekontrol/keypair.go
CachedStoragekontrol/keypair.go
Postgreskontrol/postgres.go

Calls

no outgoing calls

Tested by

no test coverage detected