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

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

Issue 1967273002: LogDog: Implement RegisterPrefix RPC. (Closed) Base URL: https://github.com/luci/luci-go@logdog-butler-register-coordinator-endpoint
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/logdog/coordinator/hierarchy/hierarchy.go
diff --git a/appengine/logdog/coordinator/hierarchy/hierarchy.go b/appengine/logdog/coordinator/hierarchy/hierarchy.go
index 5fc02a0c63a423fbce92fc27ffd5bf97d9cdb604..6870b2fb5ae504ff8a7b3f00b068aa86a13d8434 100644
--- a/appengine/logdog/coordinator/hierarchy/hierarchy.go
+++ b/appengine/logdog/coordinator/hierarchy/hierarchy.go
@@ -40,8 +40,9 @@ import (
//
// All componentEntity share a common implicit ancestor, "/".
//
-// This entity is created at stream registration, and is entirely centered
-// around being queried for log stream "directory" listings. For example:
+// This entity is created at stream and prefix registration, and is entirely
+// centered around being queried for log stream "directory" listings. For
+// example:
//
// foo/bar/+/baz/qux
//
« no previous file with comments | « appengine/logdog/coordinator/endpoints/services/registerStream_test.go ('k') | appengine/logdog/coordinator/logPrefix.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698