mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-26 08:08:50 +00:00
7 lines
104 B
Protocol Buffer
7 lines
104 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package video_streaming;
|
|
|
|
message RequestIdentifier {
|
|
optional string token = 1;
|
|
} |