goa online with Winfy

We have hosted the application goa in order to run this application in our online workstations with Wine or directly.


Quick description about goa:

Goa takes a different approach to building services by making it possible to describe the design of the service API using a simple Go DSL. Goa uses the description to generate specialized service helper code, client code and documentation. Goa is extensible via plugins, for example the goakit plugin generates code that leverage the Go kit library. The service design describes the transport independent layer of the services in the form of simple methods that accept a context and a payload and return a result and an error. The design also describes how the payloads, results and errors are serialized in the transport (HTTP or gRPC). For example a service method payload may be built from an HTTP request by extracting values from the request path, headers and body. This clean separation of layers makes it possible to expose the same service using multiple transports. It also promotes good design where the service business logic concerns are expressed and implemented separately.

Features:
  • The Goa tool accepts the Go design package import path as input
  • Produces the interface as well as the glue that binds the service and client code with the underlying transport
  • The tool generated the main functions for two commands
  • The generated code validates the command line arguments against the types defined in the design
  • The http directory contains OpenAPI 2.0 and 3.0 specifications in both YAML and JSON format
  • The goa.design website provides a high level overview of Goa and the DSL


Programming Language: Go.
Categories:
Frameworks

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.