add grpc docs (#741)

This commit is contained in:
陈寒彤
2023-07-14 12:46:41 +08:00
committed by GitHub
parent aa233779e1
commit f5263d0457
5 changed files with 244 additions and 29 deletions

View File

@@ -0,0 +1,17 @@
syntax = "proto3";
package bilibili.metadata.parabox;
//
message Exp {
//
int64 id = 1;
//
int32 bucket = 2;
}
//
message Exps {
//
repeated Exp exps = 1;
}