syntax "proto3"; package Test; service Test{ rpc KeepAlive(Hello) returns (Hello){} } message Hello{ int64 timestamp=1; bytes alert=2; } ...
確定! 回上一頁