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

Unified Diff: web/inc/logdog-stream/logdog.ts

Issue 2860453003: LogDog Viewer: Link back to source build. (Closed)
Patch Set: comments Created 3 years, 8 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
« no previous file with comments | « web/inc/logdog-stream-view/viewer.ts ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/inc/logdog-stream/logdog.ts
diff --git a/web/inc/logdog-stream/logdog.ts b/web/inc/logdog-stream/logdog.ts
index b8c562b1cf9ebf28177efa8c16b93f6f53049105..d01188800b461b2b0c65b903c4be77134ce2935b 100644
--- a/web/inc/logdog-stream/logdog.ts
+++ b/web/inc/logdog-stream/logdog.ts
@@ -17,6 +17,7 @@ namespace LogDog {
export class LogStreamDescriptor {
readonly name: string;
readonly timestamp: Date;
+ readonly tags: {[key: string]: string};
static make(desc: any): LogStreamDescriptor {
desc.timestamp = new Date(desc.timestamp);
« no previous file with comments | « web/inc/logdog-stream-view/viewer.ts ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698