update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-02-02 20:25:16 +08:00
parent 57f264f996
commit c14f8c455e
14 changed files with 1492 additions and 846 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;
}