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

Method WrapWithLabels

age.go:100–100  ·  view source on GitHub ↗
(fileKey []byte)

Source from the content-addressed store, hash-verified

98// example to preserve its authentication properties).
99type RecipientWithLabels interface {
100 WrapWithLabels(fileKey []byte) (s []*Stanza, labels []string, err error)
101}
102
103// A Stanza is a section of the age header that encapsulates the file key as

Callers 2

wrapWithLabelsFunction · 0.65
wrapWithLabelsFunction · 0.65

Implementers 6

testRecipientage_test.go
testPQCRecipientplugin/client_test.go
Recipientplugin/example_test.go
Recipienttag/tag.go

Calls

no outgoing calls

Tested by

no test coverage detected