Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.4% on proxy.golang.org
Top 0.8% forks on proxy.golang.org

proxy.golang.org : gopkg.in/goadesign/goa.v2

Package goa implements a Go framework for writing microservices that promotes best practice by providing a single source of truth from which server code, client code, and documentation is derived. The code generated by goa follows the clean architecture pattern where composable modules are generated for the transport, endpoint, and business logic layers. The goa package contains middleware, plugins, and other complementary functionality that can be leveraged in tandem with the generated code to implement complete microservices in an efficient manner. By using goa for developing microservices, implementers don’t have to worry with the documentation getting out of sync from the implementation as goa takes care of generating OpenAPI specifications for HTTP based services and gRPC protocol buffer files for gRPC based services (or both if the service supports both transports). Reviewers can also be assured that the implementation follows the documentation as the code is generated from the same source. Visit https://goa.design for more information.

Registry - Source - Documentation - JSON
purl: pkg:golang/gopkg.in/goadesign/goa.v2
Keywords: api, code-generation, go, goa, golang, microservices, openapi, rest, swagger
License: MIT
Latest release: over 3 years ago
First release: about 5 years ago
Namespace: gopkg.in/goadesign
Stars: 5,067 on GitHub
Forks: 509 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://patreon.com/goadesign, https://github.com/sponsors/raphael, https://github.com/sponsors/goadesign
Last synced: about 20 hours ago

    Loading...
    Readme
    Loading...