bilibili-API-collect/grpc_api/bilibili/broadcast/v1/mod.proto
Northern_Lights da24448000
Some checks failed
deploy and publish / build-and-deploy (push) Has been cancelled
revert 7809924e2d
revert delete all
2026-01-29 09:03:04 +00:00

28 lines
446 B
Protocol Buffer

syntax = "proto3";
package bilibili.broadcast.v1;
import "google/protobuf/empty.proto";
// ModManager
service ModManager {
//
rpc WatchResource(google.protobuf.Empty) returns (stream ModResourceResp);
}
//
message ModResourceResp {
//
int32 atcion = 1;
//
string app_key = 2;
//
string pool_name = 3;
//
string module_name = 4;
//
int64 module_version = 5;
//
int64 list_version = 6;
}