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

Unified Diff: appengine/cmd/dm/distributor/protos/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/gen.go
diff --git a/appengine/cmd/dm/distributor/protos/gen.go b/appengine/cmd/dm/distributor/protos/gen.go
new file mode 100644
index 0000000000000000000000000000000000000000..e5dac488fad467664080db81b89adc7c9354c4c4
--- /dev/null
+++ b/appengine/cmd/dm/distributor/protos/gen.go
@@ -0,0 +1,13 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// 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=Mjobsim/jobsim.proto=github.com/luci/luci-go/appengine/cmd/dm/distributor/protos/jobsim,MswarmingV1/swarmingV1.proto=github.com/luci/luci-go/appengine/cmd/dm/distributor/protos/swarmingV1:. distributor.proto
+
+package distributor
+
+import (
+ "github.com/golang/protobuf/proto"
+)
+
+var _ = proto.Marshal

Powered by Google App Engine
This is Rietveld 408576698