(interface{})
| 723 | // values from the internal SOPS representation so that they can be shown |
| 724 | type ValueEmitter interface { |
| 725 | EmitValue(interface{}) ([]byte, error) |
| 726 | } |
| 727 | |
| 728 | // CheckEncrypted is the interface for testing whether a branch contains sops |
no outgoing calls