Fix gRPC gpc.gaetway.vega.v1.Status not defined (#385)

```
pgc/gaetway/vega/v1/vega.proto:47:5: "Status" is not defined.
```
This commit is contained in:
SK 2022-06-06 16:38:01 +08:00 committed by GitHub
parent c22ed9857d
commit dec9181f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ syntax = "proto3";
package pgc.gateway.vega.v1; package pgc.gateway.vega.v1;
import "bilibili/rpc/status.proto";
import "google/protobuf/any.proto"; import "google/protobuf/any.proto";
import "google/protobuf/empty.proto"; import "google/protobuf/empty.proto";
@ -44,7 +45,7 @@ message FrameOption {
// //
bool is_ack = 4; bool is_ack = 4;
// //
Status status = 5; bilibili.rpc.Status status = 5;
// //
string ack_origin = 6; string ack_origin = 6;
// //