Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: common/prpc/helloworld_test.proto

Issue 1605363002: common/prpc, tools/cmd/cproto: prpc client (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: rebased and addressed comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/prpc/generate.go ('k') | common/prpc/helloworld_test.pb_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/prpc/helloworld_test.proto
diff --git a/tools/cmd/cproto/testdata/helloworld/test.proto b/common/prpc/helloworld_test.proto
similarity index 71%
copy from tools/cmd/cproto/testdata/helloworld/test.proto
copy to common/prpc/helloworld_test.proto
index c338c6fcdf63ca99ac7845560461f65d5b748100..4fb6989b052dd9d45e5f419669f3dbcc10d3f503 100644
--- a/tools/cmd/cproto/testdata/helloworld/test.proto
+++ b/common/prpc/helloworld_test.proto
@@ -4,13 +4,7 @@
syntax = "proto3";
-package test;
-
-// The greeting service definition.
-service Greeter {
- // Sends a greeting
- rpc SayHello (HelloRequest) returns (HelloReply) {}
-}
+package prpc;
// The request message containing the user's name.
message HelloRequest {
« no previous file with comments | « common/prpc/generate.go ('k') | common/prpc/helloworld_test.pb_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698