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

Method AsTableRowString

internal/display/logs.go:66–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (v *LogView) AsTableRowString() string {
67 row := v.AsTableRow()
68 return fmt.Sprintf(
69 "%-*s %-*s %-*s %-*s %-*s",
70 colWidthType, row[0],
71 colWidthDesc, row[1],
72 colWidthDate, row[2],
73 colWidthConnection, row[3],
74 colWidthClient, row[4],
75 )
76}
77
78func (v *LogView) AsTableHeaderString() string {
79 row := v.AsTableHeader()

Callers 1

LogPromptMethod · 0.95

Calls 1

AsTableRowMethod · 0.95

Tested by

no test coverage detected