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

Method LoadPlainFile

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

Source from the content-addressed store, hash-verified

704// unencrypted, the returned data structure does not contain any metadata.
705type PlainFileLoader interface {
706 LoadPlainFile(in []byte) (TreeBranches, error)
707}
708
709// EncryptedFileEmitter is the interface for emitting encrypting files. It provides a

Callers 15

TestLoadPlainFileFunction · 0.65
TestLoadPlainFileFunction · 0.65
TestLoadAliasesPlainFileFunction · 0.65
TestComment1Function · 0.65
TestComment2Function · 0.65
TestComment3Function · 0.65
TestEmptyFunction · 0.65
TestEmpty3Function · 0.65
TestComment6Function · 0.65
TestComment7Function · 0.65
TestCommentInlineFunction · 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 15

TestLoadPlainFileFunction · 0.52
TestLoadPlainFileFunction · 0.52
TestLoadAliasesPlainFileFunction · 0.52
TestComment1Function · 0.52
TestComment2Function · 0.52
TestComment3Function · 0.52
TestEmptyFunction · 0.52
TestEmpty3Function · 0.52
TestComment6Function · 0.52
TestComment7Function · 0.52
TestCommentInlineFunction · 0.52