replaceKeyring allow to replace the Keyring of the underlying repo
| 51 | |
| 52 | // replaceKeyring allow to replace the Keyring of the underlying repo |
| 53 | type replaceKeyring struct { |
| 54 | TestedRepo |
| 55 | keyring Keyring |
| 56 | } |
| 57 | |
| 58 | func (rk replaceKeyring) Keyring() Keyring { |
| 59 | return rk.keyring |
nothing calls this directly
no outgoing calls
no test coverage detected