更新大量【proto定义】并勘误
This commit is contained in:
18
grpc_api/bilibili/broadcast/message/fission/notify.proto
Normal file
18
grpc_api/bilibili/broadcast/message/fission/notify.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package bilibili.broadcast.message.fission;
|
||||
|
||||
import "google/protobuf/empty.proto";
|
||||
|
||||
//
|
||||
service Fission {
|
||||
//
|
||||
rpc GameNotify(google.protobuf.Empty) returns (stream GameNotifyReply);
|
||||
}
|
||||
|
||||
message GameNotifyReply {
|
||||
// 类型字段
|
||||
uint32 type = 1;
|
||||
// 数据字段
|
||||
string data = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user