dev: add proto file

This commit is contained in:
LuanRT
2021-10-22 02:38:59 -03:00
parent 10abf386b4
commit d2ec5ebe9c

13
lib/proto/youtube.proto Normal file
View File

@@ -0,0 +1,13 @@
syntax = "proto2";
package proto;
enum FOO {
BAR = 1;
}
message ChannelPreferences {
required string channel_id = 1;
string pref_code = 2;
int32 number_0 = 3;
int32 number_1 = 4;
}