()
| 80 | } |
| 81 | |
| 82 | func NewMockRepoKeyring() *mockRepoKeyring { |
| 83 | return &mockRepoKeyring{ |
| 84 | keyring: keyring.NewArrayKeyring(nil), |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | // Keyring give access to a user-wide storage for secrets |
| 89 | func (r *mockRepoKeyring) Keyring() Keyring { |
no outgoing calls