11 Star 11 Fork 0

Gitee 极速下载 / goa

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/goadesign/goa
克隆/下载
doc.go 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Taichi Sasaki 提交于 2020-01-22 09:11 . Make a godoc the same as v3 (#2466)
/*
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.
*/
package goa
1
https://gitee.com/mirrors/goa.git
git@gitee.com:mirrors/goa.git
mirrors
goa
goa
v2.2.5

搜索帮助