mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-13 00:32:11 +00:00
7 lines
121 B
Protocol Buffer
7 lines
121 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message SabrError {
|
|
optional string type = 1;
|
|
optional int32 code = 2;
|
|
} |