[Yunq] Add support for nested fields in messages.

This commit is contained in:
Drew Galbraith 2024-01-11 21:32:08 -08:00
parent 9e12531651
commit a48d63a664
18 changed files with 257 additions and 219 deletions

View file

@ -22,7 +22,7 @@ class VFSClient {
[[nodiscard]] glcr::ErrorCode open(const OpenFileRequest& request, File& response);
[[nodiscard]] glcr::Status open(const OpenFileRequest& request, File& response);
private: