-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: a guide about how to use api-testing to try tRPC (#129)
close #100 @WineChord gives me a very big help. Thanks for that. --------- Co-authored-by: Rick <linuxsuren@users.noreply.github.com> Co-authored-by: wineandchord <guoqizhou123123@qq.com>
- Loading branch information
1 parent
abb4c61
commit d36d5d5
Showing
4 changed files
with
20 additions
and
0 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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# tRPC-Go Testing | ||
|
||
Interface testing refers to the process in which, after the service has successfully started, verification is carried out by sending packets. | ||
|
||
## Tools | ||
|
||
* [trpc-cli](TODO) | ||
* [api-testing](https://github.com/linuxsuren/api-testing) | ||
* [eab](TODO) |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# tRPC-Go Testing | ||
|
||
接口测试是指服务启动成功后,通过发送报文进行验证的过程。 | ||
|
||
## 工具 | ||
|
||
* [trpc-cli](TODO) | ||
* [api-testing](https://github.com/linuxsuren/api-testing) | ||
* [eab](TODO) |