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

Method AsTableHeader

internal/display/users.go:25–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (v *userView) AsTableHeader() []string {
26 if v.Connection == management.ConnectionStrategySMS {
27 return []string{
28 "UserID",
29 "PhoneNumber",
30 "Connection",
31 }
32 }
33
34 return []string{
35 "UserID",
36 "Email",
37 "Connection",
38 }
39}
40
41func (v *userView) AsTableRow() []string {
42 if v.Connection == management.ConnectionStrategySMS {

Callers 1

AsTableHeaderStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected