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

Method Finalize

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

Finalize is run by the engine as the last step. Finalize cannot fail, any potential failure should be returned by implementing Validator instead.

()

Source from the content-addressed store, hash-verified

61 // any potential failure should be returned by implementing Validator
62 // instead.
63 Finalize()
64 }
65
66 // DSLFunc is a type that DSL expressions may embed to store DSL. It

Callers 12

FinalizeMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
TestAPIExprFinalizeFunction · 0.65
FinalizeMethod · 0.65
FinalizeMethod · 0.65
finalizeSetFunction · 0.65

Implementers 15

MethodExprexpr/method.go
GRPCResponseExprexpr/grpc_response.go
HTTPFileServerExprexpr/http_file_server.go
ServerExprexpr/server.go
HostExprexpr/server.go
APIExprexpr/api.go
GRPCEndpointExprexpr/grpc_endpoint.go
HTTPExprexpr/http.go
HTTPResponseExprexpr/http_response.go
HTTPServiceExprexpr/http_service.go
GRPCErrorExprexpr/grpc_error.go
ServiceExprexpr/service.go

Calls

no outgoing calls

Tested by 1

TestAPIExprFinalizeFunction · 0.52