diff --git a/README.md b/README.md index 072ab5d..29b0c21 100644 --- a/README.md +++ b/README.md @@ -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抽象层 ## 安装 diff --git a/tests/Mock/TestServerGatewayRpc.php b/tests/Mock/TestServerGatewayRpc.php index 4099e66..65d8d94 100644 --- a/tests/Mock/TestServerGatewayRpc.php +++ b/tests/Mock/TestServerGatewayRpc.php @@ -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 = []) *