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

Method Validate

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

Validate runs after Prepare if the expression is a Preparer. It returns nil if the expression contains no validation error. The Validate implementation may take advantage of ValidationErrors to report more than one errors at a time.

()

Source from the content-addressed store, hash-verified

51 // implementation may take advantage of ValidationErrors to report more
52 // than one errors at a time.
53 Validate() error
54 }
55
56 // A Finalizer expression requires an additional pass after the DSL has

Callers 1

validateSetFunction · 0.65

Implementers 15

BasicSchemesecurity/scheme.go
APIKeySchemesecurity/scheme.go
BearerSchemesecurity/scheme.go
OAuth2Schemesecurity/scheme.go
JWTSchemesecurity/scheme.go
MethodExprexpr/method.go
GRPCResponseExprexpr/grpc_response.go
ServerExprexpr/server.go
HostExprexpr/server.go
GRPCEndpointExprexpr/grpc_endpoint.go
HTTPResponseExprexpr/http_response.go
HTTPServiceExprexpr/http_service.go

Calls

no outgoing calls

Tested by

no test coverage detected