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

Unified Diff: server/prpc/generate.go

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
« no previous file with comments | « server/discovery/service.pb.go ('k') | server/prpc/pb.discovery_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/prpc/generate.go
diff --git a/server/prpc/generate.go b/server/prpc/generate.go
index 154151290ad9d20bd2b0d906ab47c048b3cbe337..10b392e557a9b96060848aae550e5941646f48b4 100644
--- a/server/prpc/generate.go
+++ b/server/prpc/generate.go
@@ -5,4 +5,4 @@
package prpc
//go:generate go install github.com/luci/luci-go/tools/cmd/cproto
-//go:generate cproto -test
+//go:generate cproto -test -discovery=false
« no previous file with comments | « server/discovery/service.pb.go ('k') | server/prpc/pb.discovery_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698