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

Unified Diff: milo/api/resp/console.go

Issue 2946443003: Milo: (Breaking proto change) Update console definition (Closed)
Patch Set: Created 3 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: milo/api/resp/console.go
diff --git a/milo/api/resp/console.go b/milo/api/resp/console.go
index 29437f0c5668aa1d28ff0fa0fed2feee9db7bffc..17e18752d234429763d05940249c5434379bee78 100644
--- a/milo/api/resp/console.go
+++ b/milo/api/resp/console.go
@@ -27,10 +27,7 @@ type Console struct {
// BuilderRef is an unambiguous reference to a builder, along with metadata on how
// to lay it out for rendering.
type BuilderRef struct {
- // Module is the name of the module this builder belongs to. This could be "buildbot",
- // "buildbucket", or "dm".
- Module string
- // Name is the canonical reference to a specific builder in a specific module.
+ // Name is the canonical reference to a specific builder.
Name string
// Category is a pipe "|" deliminated list of short strings used to catagorize
// and organize builders. Adjacent builders with common categories will be

Powered by Google App Engine
This is Rietveld 408576698