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