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

Struct MockCipher

sops_test.go:639–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639type MockCipher struct{}
640
641func (m MockCipher) Encrypt(value interface{}, key []byte, path string) (string, error) {
642 return "a", nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected