add: new united view grpc interface (#644)
* add: new united view grpc interface * add: 补全proto
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user