MCPcopy Create free account
hub / github.com/nhost/nhost / TypeEnum

Struct TypeEnum

tools/codegen/processor/types.go:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89type TypeEnum struct {
90 name string
91 schema *base.SchemaProxy
92 values []any
93 p Plugin
94}
95
96func (t *TypeEnum) Name() string {
97 return t.p.TypeEnumName(t.name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected