MCPcopy Create free account
hub / github.com/goadesign/goa / Kind

Method Kind

expr/types.go:18–18  ·  view source on GitHub ↗

Kind of data type, one of the Kind enum.

()

Source from the content-addressed store, hash-verified

16 DataType interface {
17 // Kind of data type, one of the Kind enum.
18 Kind() Kind
19 // Name returns the type name.
20 Name() string
21 // IsCompatible checks whether val has a Go type that is compatible with the data

Callers 15

IsPrimitivePointerMethod · 0.65
IsCompatibleMethod · 0.65
IsCompatibleMethod · 0.65
IsCompatibleMethod · 0.65
QualifiedTypeNameFunction · 0.65
toReflectTypeFunction · 0.65
hashFunction · 0.65
byLengthFunction · 0.65
byMinMaxFunction · 0.65
extractPathParamsMethod · 0.65
extractQueryParamsMethod · 0.65
extractHeadersMethod · 0.65

Implementers 4

UserTypeExprexpr/user_type.go
Arrayexpr/types.go
Mapexpr/types.go
Unionexpr/types.go

Calls

no outgoing calls

Tested by

no test coverage detected