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

Method DSL

eval/expression.go:35–35  ·  view source on GitHub ↗

DSL returns the DSL used to initialize the expression in a second pass.

()

Source from the content-addressed store, hash-verified

33 Source interface {
34 // DSL returns the DSL used to initialize the expression in a second pass.
35 DSL() func()
36 }
37
38 // A Preparer expression requires an additional pass after the DSL has

Callers 7

projectCollectionFunction · 0.65
runSetFunction · 0.65
validationErrorLocationFunction · 0.65
TestInterceptorFunction · 0.65
TestServerInterceptorFunction · 0.65
TestClientInterceptorFunction · 0.65
ServiceFunction · 0.65

Implementers 2

testExpreval/error_location_test.go
runDSLExpreval/run_dsl_error_location_test.go

Calls

no outgoing calls

Tested by 3

TestInterceptorFunction · 0.52
TestServerInterceptorFunction · 0.52
TestClientInterceptorFunction · 0.52