service DroidBackendService { // add a new rpc call here rpc Test(TestIn) returns (TestOut); } message TestIn { string A = 1; string B = 2; } message TestOut { string A = 1; } My first goal is to ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results