(Tree)
| 710 | // way to emit encrypted files from the internal SOPS representation. |
| 711 | type EncryptedFileEmitter interface { |
| 712 | EmitEncryptedFile(Tree) ([]byte, error) |
| 713 | } |
| 714 | |
| 715 | // PlainFileEmitter is the interface for emitting plain text files. It provides a way |
no outgoing calls