SecRing can be used to configure the absolute path to a sec keyring used by OpenPGP.
| 244 | // SecRing can be used to configure the absolute path to a sec keyring |
| 245 | // used by OpenPGP. |
| 246 | type SecRing string |
| 247 | |
| 248 | // ApplyToMasterKey configures the provided key to not use the GnuPG agent. |
| 249 | func (r SecRing) ApplyToMasterKey(key *MasterKey) { |
no outgoing calls
no test coverage detected