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

Unified Diff: server/internal/logdog/coordinatorClient/doc.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: server/internal/logdog/coordinatorClient/doc.go
diff --git a/server/internal/logdog/coordinatorClient/doc.go b/server/internal/logdog/coordinatorClient/doc.go
new file mode 100644
index 0000000000000000000000000000000000000000..5074487b9282ba40da4dac41d07ededb8811476a
--- /dev/null
+++ b/server/internal/logdog/coordinatorClient/doc.go
@@ -0,0 +1,12 @@
+// 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.
+
+// Package coordinatorClient is a thin client library wrapped around the LogDog
+// Coordinator's Service endpoint. It is intended to be used by LogDog
+// processing services.
+//
+// This differs from github.com/luci/luci-go/common/logdog/coordinator in that
+// it targets specifically the service endpoint and is a much thinner wrapper
+// around that endpoint.
+package coordinatorClient

Powered by Google App Engine
This is Rietveld 408576698