Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ userType
Function
userType
expr/equal_test.go:80–82 ·
view source on GitHub ↗
(name string, dt DataType)
Source
from the content-addressed store, hash-verified
78
}
79
80
func
userType(name string, dt DataType) *UserTypeExpr {
81
return
&UserTypeExpr{TypeName: name, AttributeExpr: &AttributeExpr{Type: dt}}
82
}
Callers
1
TestEqual
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected