Keys provides a slice of all keys stored on the keyring
()
| 21 | Remove(key string) error |
| 22 | // Keys provides a slice of all keys stored on the keyring |
| 23 | Keys() ([]string, error) |
| 24 | } |
| 25 | |
| 26 | func defaultKeyring() (Keyring, error) { |
no outgoing calls
no test coverage detected