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

Unified Diff: common/proto/logdog/svcconfig/gen.go

Issue 1610993002: LogDog: Add collector service implementation. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Reorganized, cleaned up, comments, and updated for pRPC. 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
Index: common/proto/logdog/svcconfig/gen.go
diff --git a/appengine/cmd/cron/messages/generate.go b/common/proto/logdog/svcconfig/gen.go
similarity index 93%
copy from appengine/cmd/cron/messages/generate.go
copy to common/proto/logdog/svcconfig/gen.go
index 73052374bbd9661ed362c48852ad688c04ac0695..e9caa5d12214211d20f491c35b5ccbdaa3343b4c 100644
--- a/appengine/cmd/cron/messages/generate.go
+++ b/common/proto/logdog/svcconfig/gen.go
@@ -4,7 +4,7 @@
//go:generate cproto
-package messages
+package svcconfig
import (
"github.com/golang/protobuf/proto"

Powered by Google App Engine
This is Rietveld 408576698