ExampleFileEmitter emits example files. This is used by the `sops` binary whenever a new file is created, in order to present the user with a non-empty file
| 28 | // ExampleFileEmitter emits example files. This is used by the `sops` binary |
| 29 | // whenever a new file is created, in order to present the user with a non-empty file |
| 30 | type ExampleFileEmitter interface { |
| 31 | EmitExample() []byte |
| 32 | } |
| 33 | |
| 34 | // Store handles marshaling and unmarshaling from SOPS files |
| 35 | type Store interface { |
no outgoing calls
no test coverage detected