| 178 | } |
| 179 | |
| 180 | type gpgSigner struct { |
| 181 | key *openpgp.Entity |
| 182 | cfg *packet.Config |
| 183 | } |
| 184 | |
| 185 | func (s *gpgSigner) Sign(message io.Reader) ([]byte, error) { |
| 186 | var b bytes.Buffer |
nothing calls this directly
no outgoing calls
no test coverage detected