mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-18 19:22:25 +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;
|
|
} |