Quantcast
Channel: goa - Design First.
Viewing all articles
Browse latest Browse all 200

Implementing a Goa Service

$
0
0
Overview Once the service design is complete, it is time to run the goa tool to generate the code: goa gen <Go import path of design package> The goa tool creates a gen directory containing all the generated code and documentation. The generated code follows the clean architecture pattern, with each service in its own package. Additionally the gen directory contains subdirectories for each transport (http and/or grpc): gen ├── service1 │ ├── client.

Viewing all articles
Browse latest Browse all 200