()
| 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 |
no outgoing calls
no test coverage detected