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

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

Issue 2946443003: Milo: (Breaking proto change) Update console definition (Closed)
Patch Set: ImportFix Created 3 years, 5 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 | « milo/api/config/project.pb.go ('k') | milo/buildsource/buildbot/console_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/api/resp/console.go
diff --git a/milo/api/resp/console.go b/milo/api/resp/console.go
index 7699023e9370b994b90d69977e59f8c768fa09d4..ee9a45b955c652e87fb1a854ce03c278ca2835c0 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
« no previous file with comments | « milo/api/config/project.pb.go ('k') | milo/buildsource/buildbot/console_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698