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

Interface Type

tools/codegen/processor/types.go:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type Type interface {
40 Name() string
41 Kind() KindIdentifier
42 Schema() *base.SchemaProxy
43}
44
45type TypeObject struct {
46 name string

Callers 21

RenderMethod · 0.65
ReturnTypeMethod · 0.65
TypeArrayNameMethod · 0.65
getGitBranchNameFunction · 0.65
writeScriptFunction · 0.65
commandUpgradeFunction · 0.65
TestLocalGetAppsFunction · 0.65
TestLocalUpdateConfigFunction · 0.65
___Type_kindMethod · 0.65
getFlagDefaultValueFunction · 0.65
decodeOneFunction · 0.65
pgEncodeFunction · 0.65

Implementers 6

TypeObjecttools/codegen/processor/types.go
TypeEnumtools/codegen/processor/types.go
TypeAliastools/codegen/processor/types.go
TypeScalartools/codegen/processor/types.go
TypeArraytools/codegen/processor/types.go
TypeMaptools/codegen/processor/types.go

Calls

no outgoing calls

Tested by

no test coverage detected