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

Struct testExpr

eval/error_location_test.go:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type testExpr struct {
62 name string
63 dsl func()
64}
65
66func (e *testExpr) EvalName() string { return e.name }
67func (e *testExpr) DSL() func() { return e.dsl }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected