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

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

Issue 2944633003: [milo] Add BuildSummary and common models. (Closed)
Patch Set: add comments 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
« no previous file with comments | « milo/api/resp/componenttype_string.go ('k') | milo/api/resp/status_string.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 809ae109f076e183824911b2320942236f2f05bd..29437f0c5668aa1d28ff0fa0fed2feee9db7bffc 100644
--- a/milo/api/resp/console.go
+++ b/milo/api/resp/console.go
@@ -4,6 +4,8 @@
package resp
+import "github.com/luci/luci-go/milo/appengine/common/model"
+
// This file contains the structures for defining a Console view.
// Console: The main entry point and the overall struct for a console page.
// BuilderRef: Used both as an input to request a builder and headers for the console.
@@ -50,5 +52,5 @@ type ConsoleBuild struct {
Link *Link
// Status of the build.
- Status Status
+ Status model.Status
}
« no previous file with comments | « milo/api/resp/componenttype_string.go ('k') | milo/api/resp/status_string.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698