Keyring give access to a user-wide storage for secrets
()
| 59 | type RepoKeyring interface { |
| 60 | // Keyring give access to a user-wide storage for secrets |
| 61 | Keyring() Keyring |
| 62 | } |
| 63 | |
| 64 | // RepoCommon represent the common function we want all repos to implement |
no outgoing calls
no test coverage detected