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

Unified Diff: logdog/client/butler/bundler/stream.go

Issue 2601583002: Butler: fix global tags applied to empty map. (Closed)
Patch Set: Added tests, testing method to Bundler. Created 4 years 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
« no previous file with comments | « logdog/client/butler/bundler/bundler.go ('k') | logdog/client/butler/butler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/butler/bundler/stream.go
diff --git a/logdog/client/butler/bundler/stream.go b/logdog/client/butler/bundler/stream.go
index 2306b9a1066c3e156aa03383be4cc01504eeb19c..129951a4b2100035f0aa61cb7b90e769ec3197c2 100644
--- a/logdog/client/butler/bundler/stream.go
+++ b/logdog/client/butler/bundler/stream.go
@@ -365,3 +365,7 @@ func (s *streamImpl) setAppendErrorLocked(err error) {
s.closeLocked()
s.signalDataConsumed()
}
+
+func (s *streamImpl) streamDesc() *logpb.LogStreamDescriptor {
+ return s.c.template.Desc
+}
« no previous file with comments | « logdog/client/butler/bundler/bundler.go ('k') | logdog/client/butler/butler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698