| 21 | var statusFailed = color.New(color.FgRed).Sprint("FAILED") |
| 22 | |
| 23 | type getDataKeyError struct { |
| 24 | RequiredSuccessfulKeyGroups int |
| 25 | GroupResults []error |
| 26 | } |
| 27 | |
| 28 | func (err *getDataKeyError) successfulKeyGroups() int { |
| 29 | n := 0 |
nothing calls this directly
no outgoing calls
no test coverage detected