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

Method LoadEncryptedFile

sops.go:699–699  ·  view source on GitHub ↗
(in []byte)

Source from the content-addressed store, hash-verified

697// metadata.
698type EncryptedFileLoader interface {
699 LoadEncryptedFile(in []byte) (Tree, error)
700}
701
702// PlainFileLoader is the interface for loading of plain text files. It provides a

Callers 6

LoadEncryptedFileMethod · 0.65
runEditorUntilOkFunction · 0.65
LoadEncryptedFileExFunction · 0.65
DataWithFormatFunction · 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