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

Struct fileAlreadyEncryptedError

cmd/sops/encrypt.go:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type fileAlreadyEncryptedError struct{}
41
42func (err *fileAlreadyEncryptedError) Error() string {
43 return "File already encrypted"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected