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

Unified Diff: appengine/cmd/dm/distributor/protos/jobsim/gen.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: work in progress 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: appengine/cmd/dm/distributor/protos/jobsim/gen.go
diff --git a/appengine/cmd/cron/messages/generate.go b/appengine/cmd/dm/distributor/protos/jobsim/gen.go
similarity index 79%
copy from appengine/cmd/cron/messages/generate.go
copy to appengine/cmd/dm/distributor/protos/jobsim/gen.go
index 23e38ac246f3c906211574738d8ae1aae23eb1c5..acbae3af6c823ddd48071cd415782b9ed477ed2f 100644
--- a/appengine/cmd/cron/messages/generate.go
+++ b/appengine/cmd/dm/distributor/protos/jobsim/gen.go
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//go:generate protoc --go_out=. cron.proto
+//go:generate protoc --go_out=. jobsim.proto
-package messages
+package jobsim
import (
"github.com/golang/protobuf/proto"

Powered by Google App Engine
This is Rietveld 408576698