Set stores an Item on the keyring. Set is idempotent.
(item Item)
| 17 | Get(key string) (Item, error) |
| 18 | // Set stores an Item on the keyring. Set is idempotent. |
| 19 | Set(item Item) error |
| 20 | // Remove removes the item with matching key |
| 21 | Remove(key string) error |
| 22 | // Keys provides a slice of all keys stored on the keyring |
no outgoing calls