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

Unified Diff: milo/api/proto/generate.go

Issue 2275123002: Milo: pRPC endpoint for getting Buildbot master data (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Update config tests Created 4 years, 4 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: milo/api/proto/generate.go
diff --git a/examples/appengine/helloworld_standard/proto/generate.go b/milo/api/proto/generate.go
similarity index 84%
copy from examples/appengine/helloworld_standard/proto/generate.go
copy to milo/api/proto/generate.go
index 65404dbe46e36955162617eb9c5a8a7f559377de..03f3ea20ca87439c83c86cd7bd1b445aaed235a6 100644
--- a/examples/appengine/helloworld_standard/proto/generate.go
+++ b/milo/api/proto/generate.go
@@ -2,9 +2,9 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
-package helloworld
+package milo
//go:generate go install github.com/luci/luci-go/grpc/cmd/cproto
//go:generate go install github.com/luci/luci-go/grpc/cmd/svcdec
//go:generate cproto
-//go:generate svcdec -type GreeterServer
+//go:generate svcdec -type BuildbotServer

Powered by Google App Engine
This is Rietveld 408576698