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

Unified Diff: appengine/cmd/milo/logdog/logDogStream.go

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments Created 4 years, 6 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/milo/logdog/logDogStream.go
diff --git a/appengine/cmd/milo/logdog/logDogStream.go b/appengine/cmd/milo/logdog/logDogStream.go
index b8d508623d59fac24c13c1d07e1db4d659096e09..2ae41b561bf02488a15068700c06961f0efa14c7 100644
--- a/appengine/cmd/milo/logdog/logDogStream.go
+++ b/appengine/cmd/milo/logdog/logDogStream.go
@@ -15,8 +15,8 @@ import (
type Streams struct {
// MainStream is a pointer to the primary stream for this group of streams.
MainStream *Stream
- // Streams is the full list of streams referenced by MainStream, including
- // MainStream.
+ // Streams is the full map streamName->stream referenced by MainStream.
+ // It includes MainStream.
Streams map[string]*Stream
}

Powered by Google App Engine
This is Rietveld 408576698