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

Method EmitExample

cmd/sops/common/common.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// whenever a new file is created, in order to present the user with a non-empty file
30type ExampleFileEmitter interface {
31 EmitExample() []byte
32}
33
34// Store handles marshaling and unmarshaling from SOPS files

Callers 1

editExampleFunction · 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

no test coverage detected