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

Struct aculConfigView

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

Source from the content-addressed store, hash-verified

5)
6
7type aculConfigView struct {
8 ScreenName string
9 RenderingMode string
10 raw interface{}
11}
12
13func (v *aculConfigView) Object() interface{} {
14 return v.raw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected