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

Unified Diff: logdog/appengine/coordinator/archivalPublisher.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 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: logdog/appengine/coordinator/archivalPublisher.go
diff --git a/logdog/appengine/coordinator/archivalPublisher.go b/logdog/appengine/coordinator/archivalPublisher.go
index aeecd6e234d0db79fd4044f36639a14d519b24b8..68b5343ed4396ab6fb68486963bb57d0a96d2a48 100644
--- a/logdog/appengine/coordinator/archivalPublisher.go
+++ b/logdog/appengine/coordinator/archivalPublisher.go
@@ -7,12 +7,12 @@ package coordinator
import (
"time"
+ gcps "cloud.google.com/go/pubsub"
"github.com/golang/protobuf/proto"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/common/retry"
"github.com/luci/luci-go/logdog/api/endpoints/coordinator/services/v1"
"golang.org/x/net/context"
- gcps "google.golang.org/cloud/pubsub"
)
// ArchivalPublisher is capable of publishing archival requests.

Powered by Google App Engine
This is Rietveld 408576698