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

Struct getDataKeyError

usererrors.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21var statusFailed = color.New(color.FgRed).Sprint("FAILED")
22
23type getDataKeyError struct {
24 RequiredSuccessfulKeyGroups int
25 GroupResults []error
26}
27
28func (err *getDataKeyError) successfulKeyGroups() int {
29 n := 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected