Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auth0/auth0-cli
/ AsTableHeader
Method
AsTableHeader
internal/display/logs.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(v *LogView) AsTableHeader() []string {
43
return
[]string{
"Type"
,
"Description"
,
"Date"
,
"Connection"
,
"Client"
}
44
}
45
46
func
(v *LogView) getConnection() string {
47
if
v.Details[
"prompts"
] == nil {
Callers
1
AsTableHeaderString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected