📅  最后修改于: 2022-03-11 15:00:54.402000             🧑  作者: Mango
代码示例1
import "google/protobuf/empty.proto";
service SomeService {
rpc SomeOperation (google.protobuf.Empty) returns (google.protobuf.Empty) {}
}