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

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

Issue 2196453002: Milo: Console view prototype (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Reviews Created 4 years, 4 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 | « appengine/cmd/milo/console/html.go ('k') | appengine/cmd/milo/frontend/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/console/html_data.go
diff --git a/appengine/cmd/milo/console/html_data.go b/appengine/cmd/milo/console/html_data.go
new file mode 100644
index 0000000000000000000000000000000000000000..0ffecc791ad69fff07a01b5a80e217825649394e
--- /dev/null
+++ b/appengine/cmd/milo/console/html_data.go
@@ -0,0 +1,16 @@
+// Copyright 2016 The LUCI Authors. All rights reserved.
+// Use of this source code is governed under the Apache License, Version 2.0
+// that can be found in the LICENSE file.
+
+package console
+
+import "github.com/luci/luci-go/appengine/cmd/milo/settings"
+
+// 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) {
+ return
+}
« no previous file with comments | « appengine/cmd/milo/console/html.go ('k') | appengine/cmd/milo/frontend/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698