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

Method UserError

usererrors.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type UserError interface {
16 error
17 UserError() string
18}
19
20var statusSuccess = color.New(color.FgGreen).Sprint("SUCCESS")

Callers 4

UserErrorMethod · 0.65
UserErrorMethod · 0.65
runEditorUntilOkFunction · 0.65
NewExitErrorFunction · 0.65

Implementers 5

getDataKeyErrorusererrors.go
decryptGroupErrorusererrors.go
decryptKeyErrorusererrors.go
fileAlreadyEncryptedErrorcmd/sops/encrypt.go
needAtLeastOneDocumentcmd/sops/encrypt.go

Calls

no outgoing calls

Tested by

no test coverage detected