mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-22 13:23:51 +08:00
9 lines
108 B
Protocol Buffer
9 lines
108 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package example;
|
||
|
|
||
|
message FileInfoData {
|
||
|
string dir3 = 1;
|
||
|
uint32 file_size = 2;
|
||
|
}
|