| 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
|
|
|