[Yunq] Check that the type of request and response is a message
This commit is contained in:
parent
90d840879f
commit
3323826f3b
2 changed files with 20 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
interface VFS {
|
||||
method open (OpenFileRequest) -> (FileResponse);
|
||||
method open (OpenFileRequest) -> (File);
|
||||
}
|
||||
|
||||
message OpenFileRequest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue