-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,13 +7,15 @@ slug: /docs/reference/goctl/plugins | |
|
||
goctl api 提供了 plugin 命令来支持对 api 进行功能扩展,当 goctl api 中的功能不满足你的使用, | ||
或者需要对 goctl api 进行功能自定义的扩展,那么插件功能将非常适合开发人员进行自给自足,详情见 | ||
[goctl plugin](../goctl/plugin) | ||
<a href="/docs/tutorials/cli/api#plugin" target="_blank">goctl api plugin</a> | ||
|
||
## 插件资源 | ||
|
||
- [goctl-go-compact](https://github.com/zeromicro/goctl-go-compact) | ||
goctl 默认的一个路由一个文件合并成一个文件 | ||
|
||
- [goctl-swagger](https://github.com/zeromicro/goctl-swagger) | ||
通过 api 文件生成 swagger 文档 | ||
|
||
- [goctl-php](https://github.com/zeromicro/goctl-php) | ||
goctl-php 是一款基于 goctl 的插件,用于生成 php 调用端(服务端) http server 请求代码 | ||
goctl-php 是一款基于 goctl 的插件,用于生成 php 调用端(服务端) http server 请求代码 | ||
Check failure on line 21 in docs/reference/goctl-plugins.md GitHub Actions / lint-markdownFiles should end with a single newline character
|