Skip to content

Commit

Permalink
可自动生成gateway抽象层
Browse files Browse the repository at this point in the history
  • Loading branch information
reatang committed May 7, 2024
1 parent e9f8965 commit 169806e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract grpc and grpc-gateway
- [x] 支持配置化的默认调用行为
- [x] 支持OpenTelemetry链路追踪(grpc、gateway都已支持)
- [x] 开发自动生成grpc原生客户端抽象层 [protoc-gen-php-abs-grpc](https://github.com/reatang/protoc-gen-php-abs-grpc)
- [ ] 开发自动生成grpc-gateway抽象层 `很显然,没搞呢`
- [x] 开发自动生成grpc-gateway抽象层`--php-abs-grpc_opt=genType=gateway` 则生成gateway抽象层


## 安装
Expand Down
2 changes: 0 additions & 2 deletions tests/Mock/TestServerGatewayRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
use \Reatang\GrpcPHPAbstract\Tests\Mock\PB\OTelResponse;

/**
* @property TestServerClient $client
*
* @method PingResponse Ping(PingRequest $request, array $opts = [])
* @method OTelResponse OTel(OTelRequest $request, array $opts = [])
*
Expand Down

0 comments on commit 169806e

Please sign in to comment.