cmake/Tests/FindProtobuf/Test/msgs/example_service.proto

9 lines
182 B
Protocol Buffer
Raw Normal View History

2021-09-14 00:13:48 +02:00
syntax = "proto3";
package example.msgs;
import "google/protobuf/empty.proto";
service ExampleService {
rpc nothing(google.protobuf.Empty) returns (google.protobuf.Empty) {}
}