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

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: Renamed stuff Created 4 years, 3 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 | « milo/api/proto/buildbotserver_dec.go ('k') | milo/api/proto/pb.discovery.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « milo/api/proto/buildbotserver_dec.go ('k') | milo/api/proto/pb.discovery.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698