修复两处导致Protobuf代码生成失败的Bug (#252)

* 移除未使用的Protobuf引用

* 修复Protobuf定义符号错误
This commit is contained in:
Mix 2021-09-27 13:56:32 +08:00 committed by GitHub
parent 60ca038724
commit 5e3c4e5816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@ syntax = "proto3";
package bilibili.gaia.gw;
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "google/protobuf/empty.proto";
//import "extension/wdcli/wdcli.proto";
//
service Gaia {
@ -116,4 +114,4 @@ message GaiaEncryptMsgReq {
message UploadAppListReply {
// id
string trace_id = 1;
}
}

View File

@ -14,7 +14,7 @@ service Echo {
//
message PingRequest {
/
//
int64 time = 1;
}