MCPcopy
hub / github.com/getsops/sops / EmitEncryptedFile

Method EmitEncryptedFile

sops.go:712–712  ·  view source on GitHub ↗
(Tree)

Source from the content-addressed store, hash-verified

710// way to emit encrypted files from the internal SOPS representation.
711type EncryptedFileEmitter interface {
712 EmitEncryptedFile(Tree) ([]byte, error)
713}
714
715// PlainFileEmitter is the interface for emitting plain text files. It provides a way

Callers 12

EmitEncryptedFileMethod · 0.65
setFunction · 0.65
encryptFunction · 0.65
unsetFunction · 0.65
editTreeImplFunction · 0.65
rotateFunction · 0.65
DeleteFunction · 0.65
AddFunction · 0.65
updateFileFunction · 0.65
RunFunction · 0.65

Implementers 5

Storestores/dotenv/store.go
Storestores/ini/store.go
Storestores/yaml/store.go
Storestores/json/store.go
BinaryStorestores/json/store.go

Calls

no outgoing calls

Tested by 1