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

Struct Map

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

Map is the type used to describe maps of fields.

Source from the content-addressed store, hash-verified

38
39 // Map is the type used to describe maps of fields.
40 Map struct {
41 KeyType *AttributeExpr
42 ElemType *AttributeExpr
43 }
44
45 // NamedAttributeExpr describes object attributes together with their
46 // names.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected