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

Unified Diff: server/discovery/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/discovery.go ('k') | server/discovery/internal/testservices/discovery_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/discovery/generate.go
diff --git a/appengine/cmd/helloworld/proto/generate.go b/server/discovery/generate.go
similarity index 93%
copy from appengine/cmd/helloworld/proto/generate.go
copy to server/discovery/generate.go
index 9e0cc5f4996147f3eef025b0fbe3525db8cc717d..47bd4265f186e509527874f193e5294b4be9950d 100644
--- a/appengine/cmd/helloworld/proto/generate.go
+++ b/server/discovery/generate.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package helloworld
+package discovery
//go:generate go install github.com/luci/luci-go/tools/cmd/cproto
//go:generate cproto
« no previous file with comments | « server/discovery/discovery.go ('k') | server/discovery/internal/testservices/discovery_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698