MCPcopy Create free account
hub / github.com/auth0/auth0-cli / statusColor

Function statusColor

internal/display/event_streams.go:565–576  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

563}
564
565func statusColor(v string) string {
566 switch strings.ToLower(v) {
567 case "failed":
568 return ansi.Red(v)
569 case "retrying":
570 return ansi.Yellow(v)
571 case "success":
572 return ansi.Green(v)
573 default:
574 return v
575 }
576}

Callers 1

AsTableRowMethod · 0.85

Calls 3

RedFunction · 0.92
YellowFunction · 0.92
GreenFunction · 0.92

Tested by

no test coverage detected