summaryrefslogtreecommitdiff
path: root/tests/plugins/grpc/testdata/use_empty/service.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/grpc/testdata/use_empty/service.proto')
-rw-r--r--tests/plugins/grpc/testdata/use_empty/service.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/plugins/grpc/testdata/use_empty/service.proto b/tests/plugins/grpc/testdata/use_empty/service.proto
new file mode 100644
index 00000000..8c68d8d3
--- /dev/null
+++ b/tests/plugins/grpc/testdata/use_empty/service.proto
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+package test;
+
+import "google/protobuf/empty.proto";
+
+service Service {
+ rpc Test (google.protobuf.Empty) returns (google.protobuf.Empty) {
+ }
+} \ No newline at end of file