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

Struct LogView

internal/display/logs.go:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34var _ View = &LogView{}
35
36type LogView struct {
37 silent bool
38 *management.Log
39 raw interface{}
40}
41
42func (v *LogView) AsTableHeader() []string {
43 return []string{"Type", "Description", "Date", "Connection", "Client"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected