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

Unified Diff: logdog/client/annotee/processor.go

Issue 2719183003: Annotee: Export Coordinator link generator. (Closed)
Patch Set: Created 3 years, 10 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/client/annotee/processor.go
diff --git a/logdog/client/annotee/processor.go b/logdog/client/annotee/processor.go
index 4b43142ccd1e80c91a54e8e2ab577c1adf5cd10d..f327c99a58abe69d17808584fd06a71feb7dc5a9 100644
--- a/logdog/client/annotee/processor.go
+++ b/logdog/client/annotee/processor.go
@@ -75,14 +75,6 @@ type Stream struct {
BufferSize int
}
-// LinkGenerator generates links for a given log stream.
-type LinkGenerator interface {
- // GetLink returns a link for the specified aggregate streams.
- //
- // If no link could be generated, GetLink may return an empty string.
- GetLink(name ...types.StreamName) string
-}
-
// Options are the configuration options for a Processor.
type Options struct {
// Base is the base log stream name. This is prepended to every log name, as

Powered by Google App Engine
This is Rietveld 408576698