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

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

Issue 2667353002: milo: Add barebones BuildInfo pRPC service. (Closed)
Patch Set: Created 3 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: milo/api/proto/generate.go
diff --git a/milo/api/proto/generate.go b/milo/api/proto/generate.go
index 03f3ea20ca87439c83c86cd7bd1b445aaed235a6..212eea93b1ca0cdda0fff513be30b976eb9f4de8 100644
--- a/milo/api/proto/generate.go
+++ b/milo/api/proto/generate.go
@@ -7,4 +7,4 @@ 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 BuildbotServer
+//go:generate svcdec -type BuildbotServer -type BuildInfoServer

Powered by Google App Engine
This is Rietveld 408576698