| 260 | } |
| 261 | |
| 262 | type testRecipient struct { |
| 263 | labels []string |
| 264 | } |
| 265 | |
| 266 | func (testRecipient) Wrap(fileKey []byte) ([]*age.Stanza, error) { |
| 267 | panic("expected WrapWithLabels instead") |
nothing calls this directly
no outgoing calls
no test coverage detected