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

Unified Diff: server/discovery/internal/testservices/helloworld.proto

Issue 1571393006: server/discovery: add discovery service (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@prpc-server
Patch Set: rebased 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
Index: server/discovery/internal/testservices/helloworld.proto
diff --git a/server/prpc/helloworld_test.proto b/server/discovery/internal/testservices/helloworld.proto
similarity index 96%
copy from server/prpc/helloworld_test.proto
copy to server/discovery/internal/testservices/helloworld.proto
index c65a7e0c0771b392c5432209e26971ec7de1294c..f6f35a26bda152e088d82b040360e50f9c5fb5d9 100644
--- a/server/prpc/helloworld_test.proto
+++ b/server/discovery/internal/testservices/helloworld.proto
@@ -4,7 +4,7 @@
syntax = "proto3";
-package prpc;
+package testservices;
// The greeting service definition.
service Greeter {
« no previous file with comments | « server/discovery/internal/testservices/generate.go ('k') | server/discovery/internal/testservices/helloworld.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698