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

Unified Diff: appengine/cmd/logdog_coordinator/register/doc.go

Issue 1970823005: LogDog: Add prefix registration endpoint. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-archivist-useconfig
Patch Set: Updated patchset dependency Created 4 years, 7 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/logdog_coordinator/register/doc.go
diff --git a/appengine/cmd/logdog_coordinator/services/doc.go b/appengine/cmd/logdog_coordinator/register/doc.go
similarity index 64%
copy from appengine/cmd/logdog_coordinator/services/doc.go
copy to appengine/cmd/logdog_coordinator/register/doc.go
index 77e3db19460c2a145923581764ff58401171ff7c..7c8bea1a5634887a50c6001f10c5317784c64ba4 100644
--- a/appengine/cmd/logdog_coordinator/services/doc.go
+++ b/appengine/cmd/logdog_coordinator/register/doc.go
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Package module is the main entry point for the `services` LogDog AppEngine
+// Package module is the main entry point for the `register` LogDog AppEngine
nodir 2016/05/19 16:43:17 why is it called module?
dnj (Google) 2016/05/19 22:52:04 It's an AppEngine module. All of my GAE modules ar
// executable. This executable is designed to be built with and deployed on the
// Google AppEngine Engine classic infrastructure.
+//
+// This endpoint exposes log stream registration capability, and is intended for
+// use by Butler instances.
package module

Powered by Google App Engine
This is Rietveld 408576698