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

Struct MemKeyPairStorage

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

Source from the content-addressed store, hash-verified

78}
79
80type MemKeyPairStorage struct {
81 id cache.Cache
82 public cache.Cache
83}
84
85func (m *MemKeyPairStorage) AddKey(keyPair *KeyPair) error {
86 if err := keyPair.Validate(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected