aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-02-13 16:41:04 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-02-13 16:41:04 +0100
commit6a46f448c4905df99931e36fe969ee3b399fb22a (patch)
tree816be2ec53b20a8d103e762f12d05deac7728305 /dashboard/dashapi/dashapi.go
parent0a49c954ffad8e4a8c64dd8ff730b6ede38003d8 (diff)
dashboard/app: remove unused function
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index bec406d78..9c95e98e5 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -161,6 +161,11 @@ func (dash *Dashboard) ReportBuildError(req *BuildErrorReq) error {
return dash.Query("report_build_error", req, nil)
}
+type CommitPollReq struct {
+ Managers []string
+}
+
+
// Crash describes a single kernel crash (potentially with repro).
type Crash struct {
BuildID string // refers to Build.ID