(pubkey ssh.PublicKey)
| 225 | |
| 226 | func (a *secureAgent) Add(key xagent.AddedKey) error { return errors.New("unsupported") } |
| 227 | func (a *secureAgent) Remove(pubkey ssh.PublicKey) error { return errors.New("unsupported") } |
| 228 | func (a *secureAgent) RemoveAll() error { return nil } |
| 229 | func (a *secureAgent) Lock(passphrase []byte) error { return nil } |
| 230 | func (a *secureAgent) Unlock(passphrase []byte) error { return nil } |
no outgoing calls
no test coverage detected