| 58 | } |
| 59 | |
| 60 | type badEncryptor struct{} |
| 61 | |
| 62 | func (badEncryptor) Encrypt(input gather.Bytes, contentID []byte, output *gather.WriteBuffer) error { |
| 63 | return errors.New("some error") |
nothing calls this directly
no outgoing calls
no test coverage detected