mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-21 12:18:11 +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;
|
|
}
|