[Yunq] Add repeated field parsing and serialization.
This commit is contained in:
parent
0e99189dba
commit
0dacbb87dc
7 changed files with 127 additions and 21 deletions
|
|
@ -4,7 +4,7 @@ interface VFS {
|
|||
|
||||
message OpenFileRequest {
|
||||
string path;
|
||||
u64 options;
|
||||
repeated u64 options;
|
||||
}
|
||||
|
||||
message File {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue