[Yunq] Check that the type of request and response is a message

This commit is contained in:
Drew Galbraith 2023-10-12 23:14:25 -07:00
parent 90d840879f
commit 3323826f3b
2 changed files with 20 additions and 3 deletions

View file

@ -1,5 +1,5 @@
interface VFS {
method open (OpenFileRequest) -> (FileResponse);
method open (OpenFileRequest) -> (File);
}
message OpenFileRequest {