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

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

Issue 1610993002: LogDog: Add collector service implementation. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: 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/services/gen.go
diff --git a/common/proto/logdog/services/gen.go b/common/proto/logdog/services/gen.go
index f579a47275f5db2c0f91dce2d07b1a7da9ac70da..74aa1d1d9c5a654fc02e02dfba4226808456a3fe 100644
--- a/common/proto/logdog/services/gen.go
+++ b/common/proto/logdog/services/gen.go
@@ -2,7 +2,7 @@
// 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=. config.proto storage.proto transport.proto
+//go:generate protoc --go_out=Mgoogle/protobuf/duration.proto=github.com/luci/luci-go/common/proto/google:. config.proto storage.proto transport.proto
dnj (Google) 2016/01/21 04:36:24 This is converted to cproto upstream.
// Package services contains LogDog service configuration protobufs.
//

Powered by Google App Engine
This is Rietveld 408576698