cmake/Tests/FindProtobuf/Test/msgs/example_service.proto
2021-09-14 00:13:48 +02:00

9 lines
182 B
Protocol Buffer

syntax = "proto3";
package example.msgs;
import "google/protobuf/empty.proto";
service ExampleService {
rpc nothing(google.protobuf.Empty) returns (google.protobuf.Empty) {}
}