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

TypeAlias Object

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

Object is the type used to describe composite data structures. Note: not a map because order matters.

Source from the content-addressed store, hash-verified

54 // Object is the type used to describe composite data structures.
55 // Note: not a map because order matters.
56 Object []*NamedAttributeExpr
57
58 // Union is the type used to describe unions.
59 Union struct {

Callers 3

buildDesignTypeFunction · 0.92
UnionToObjectFunction · 0.85
sortedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected