update grpc proto from 7.49.0 (#833)

This commit is contained in:
陈寒彤
2023-10-04 12:06:32 +08:00
committed by GitHub
parent 03eaaf52dc
commit 17b7cb85ce
17 changed files with 1506 additions and 105 deletions

View File

@@ -6,10 +6,14 @@ import "google/protobuf/empty.proto";
// 应用列表上报
service Gaia {
// 应用列表上报
rpc ExUploadAppList(GaiaEncryptMsgReq) returns (UploadAppListReply);
//
rpc ExClimbAppleTrees(GaiaEncryptMsgReq) returns (UploadAppListReply);
// 拉取rsa公钥
rpc ExFetchPublicKey(google.protobuf.Empty) returns (FetchPublicKeyReply);
//
rpc ExGetAxe(google.protobuf.Empty) returns (FetchPublicKeyReply);
// 应用列表上报
rpc ExUploadAppList(GaiaEncryptMsgReq) returns (UploadAppListReply);
}
// 待加密的pb对象