Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: api-list #169

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ the developer experience. The main features of cwgo tool are as follows:

The cwgo tool supports generating command line completion scripts to improve the efficiency of user command line writing.

- Support analysis of the relationship between Hertz project routing and (routing registration) code

Cwgo supports analyzing Hertz project code to obtain the relationship between routing and (routing registration) code.

- Support fallback to Kitex, Hz tools

If you were a Kitex or Hz user before, you can still use the cwgo tool. The cwgo tool supports the fallback function and can be used as Kitex and Hz, truly realizing a tool to generate all.
Expand Down Expand Up @@ -69,6 +73,10 @@ Details information containing HOW TO Use cwgo TOOL To Generate relational Curd

Including how to use the cwgo tool to generate document database CURD code, see this [document](https://www.cloudwego.cn/docs/cwgo/tutorials/doc/).

### Api-list

supports getting the relationship between routes and (route registration) code by analyzing Hertz project code, see this [document](https://www.cloudwego.io/docs/cwgo/tutorials/api-list)

### Server

Including how to generate RPC Server and HTTP Server code, see this [document](https://www.cloudwego.cn/docs/cwgo/tutorials/server/).
Expand Down
8 changes: 8 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ cwgo 工具可以方便生成工程化模版,其主要功能特点如下:

cwgo 工具支持生成命令行自动补全脚本,提高用户命令行编写的效率。

- 支持分析 Hertz 项目路由和(路由注册)代码的关系

cwgo 支持通过分析 Hertz 项目代码获取路由和(路由注册)代码的关系。

- 支持回退为 Kitex、Hz 工具

如果之前是 Kitex、Hz 的用户,仍然可以使用 cwgo 工具。cwgo 工具支持回退功能,可以当作 Kitex、Hz 使用,真正实现一个工具生成所有。
Expand Down Expand Up @@ -69,6 +73,10 @@ Layout 生成及 Layout 介绍,详见[文档](https://www.cloudwego.io/zh/docs

包含如何使用 cwgo 工具生成文档型数据库 CURD 代码,详见[文档](https://www.cloudwego.cn/zh/docs/cwgo/tutorials/doc/)

### Api-list

支持分析 Hertz 项目代码获取路由和(路由注册)代码的关系,详见[文档](https://www.cloudwego.io/zh/docs/cwgo/tutorials/api-list)

### Server

包含如何生成 RPC Server、HTTP Server 代码,详见[文档](https://www.cloudwego.cn/zh/docs/cwgo/tutorials/server/)
Expand Down
Loading