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

Struct Array

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

Array is the type used to describe field arrays or repeated fields.

Source from the content-addressed store, hash-verified

32
33 // Array is the type used to describe field arrays or repeated fields.
34 Array struct {
35 ElemType *AttributeExpr
36 NonNullableElems bool
37 }
38
39 // Map is the type used to describe maps of fields.
40 Map struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected