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

Method DeleteKey

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

DeleteKey deletes the given key pairs from the storage

(*KeyPair)

Source from the content-addressed store, hash-verified

43
44 // DeleteKey deletes the given key pairs from the storage
45 DeleteKey(*KeyPair) error
46
47 // GetKeyFromID retrieves the KeyPair from the given ID
48 GetKeyFromID(id string) (*KeyPair, error)

Callers 2

DeleteKeyMethod · 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