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

Method Finalize

expr/service.go:98–102  ·  view source on GitHub ↗

Finalize finalizes all the service methods and errors.

()

Source from the content-addressed store, hash-verified

96
97// Finalize finalizes all the service methods and errors.
98func (s *ServiceExpr) Finalize() {
99 for _, e := range s.Errors {
100 e.Finalize()
101 }
102}
103
104// Validate checks that the error name is found in the result meta for
105// custom error types.

Callers

nothing calls this directly

Calls 1

FinalizeMethod · 0.65

Tested by

no test coverage detected