summaryrefslogtreecommitdiffstats
path: root/Tests/FindProtobuf/Test/msgs/example_service.proto
blob: f35eeb53899946e6c45827ba7e19205891241b16 (plain)
1
2
3
4
5
6
7
8
syntax = "proto3";
package example.msgs;

import "google/protobuf/empty.proto";

service ExampleService {
    rpc nothing(google.protobuf.Empty) returns (google.protobuf.Empty) {}
}