mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-02-19 15:30:08 +08:00
14 lines
242 B
Protocol Buffer
14 lines
242 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package bilibili.broadcast.v1;
|
|
|
|
import "google/protobuf/empty.proto";
|
|
|
|
message ModResourceResp {}
|
|
|
|
// ModManager
|
|
service ModManager {
|
|
//
|
|
rpc WatchResource(google.protobuf.Empty) returns (stream ModResourceResp);
|
|
}
|