add: new united view grpc interface (#644)

* add: new united view grpc interface

* add: 补全proto
This commit is contained in:
陈寒彤
2023-03-29 00:28:46 +00:00
committed by GitHub
parent 78a42e0c76
commit 65da316b48
9 changed files with 1007 additions and 201 deletions

View File

@@ -1 +1,17 @@
// TODO
syntax = "proto3";
package bilibili.render;
import "google/protobuf/any.proto";
//
message Render {
//
int64 code = 1;
//
string message = 2;
//
string ttl = 3;
//
google.protobuf.Any data = 4;
}