Keyring give access to a user-wide storage for secrets
()
| 32 | |
| 33 | // Keyring give access to a user-wide storage for secrets |
| 34 | func (c *RepoCache) Keyring() repository.Keyring { |
| 35 | return c.repo.Keyring() |
| 36 | } |
| 37 | |
| 38 | // GetUserName returns the name the user has used to configure git |
| 39 | func (c *RepoCache) GetUserName() (string, error) { |