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

Method AsTableRow

internal/display/event_streams.go:335–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333}
334
335func (v *deliveryAttemptView) AsTableRow() []string {
336 return []string{
337 fmt.Sprintf("%d", v.Index),
338 statusColor(v.Status),
339 v.Timestamp,
340 v.Duration,
341 v.Error,
342 }
343}
344
345func (v *deliveryAttemptView) Object() interface{} {
346 return v.raw

Callers

nothing calls this directly

Calls 1

statusColorFunction · 0.85

Tested by

no test coverage detected