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

Struct userBlockView

internal/display/user_blocks.go:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5)
6
7type userBlockView struct {
8 Identifier string
9 IP string
10 raw interface{}
11}
12
13func (v *userBlockView) AsTableHeader() []string {
14 return []string{"Identifier", "IP"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected