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

Struct testRecipient

plugin/client_test.go:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type testRecipient struct{}
53
54func (testRecipient) Wrap(fileKey []byte) ([]*age.Stanza, error) {
55 return []*age.Stanza{{Type: "test", Body: fileKey}}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected