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

Unified Diff: milo/appengine/console/html_data.go

Issue 2748073006: Milo Refactor: Remove theme support (Closed)
Patch Set: Fix builder.html pointer Created 3 years, 9 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/appengine/console/html_data.go
diff --git a/milo/appengine/console/html_data.go b/milo/appengine/console/html_data.go
index 97cb0d6d0bc15508f11f90210da4b149bd0b7295..0b0bc61f9ddb7632e2da190bc559cae881a151cf 100644
--- a/milo/appengine/console/html_data.go
+++ b/milo/appengine/console/html_data.go
@@ -4,13 +4,9 @@
package console
-import "github.com/luci/luci-go/milo/appengine/settings"
+import "github.com/luci/luci-go/milo/appengine/common"
-// TestableConsole is a subclass of Build that interfaces with TestableHandler and
-// includes sample test data.
-type TestableConsole struct{ Console }
-
-// TestData returns sample test data.
-func (x Console) TestData() (result []settings.TestBundle) {
+// ConsoleTestData returns sample console data.
+func ConsoleTestData() (result []common.TestBundle) {
return
}

Powered by Google App Engine
This is Rietveld 408576698