ginrpc web ginrpc

# ginrpc 用于 RPC 风格编码的 Gin 中间件 - 高性能 **使用泛型而不是反射,没有性能损失** - 简单且可定制 - 自动绑定参数并验证 - 统一的响应/错误处理 ## 安装 ``` $ go get github.com/apicat/ginrpc ``` ## 使用 ### 基本方式 使用 `ginrpc.Handle` 转换你的rpc函数,仅此而已 ```go type In struct { ID in...阅读全文

2023-06-03 00:05:40

apicat 接口文档工具 apicat

# ApiCat English | [简体中文](https://github.com/apicat/apicat/blob/master/README-CN.md) ApiCat is an API development tool based on AI technology, which aims to help developers develop APIs more quickly and efficiently through automation and intell...阅读全文

2023-05-22 18:34:59 apicat