cmake/Tests/FindProtobuf/Test/msgs/grpc/example_service.proto
2024-11-11 15:18:55 +01: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) {}
}