MCPcopy
hub / github.com/FiloSottile/age / testRecipient

Struct testRecipient

age_test.go:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262type testRecipient struct {
263 labels []string
264}
265
266func (testRecipient) Wrap(fileKey []byte) ([]*age.Stanza, error) {
267 panic("expected WrapWithLabels instead")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected