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

Struct customDomainDefaultView

internal/display/custom_domain.go:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193type customDomainDefaultView struct {
194 Domain string
195 raw interface{}
196}
197
198func (v *customDomainDefaultView) AsTableHeader() []string {
199 return []string{"Domain"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected