Lines Matching refs:dashapi
236 *dashapi.Dashboard
266 Dashboard: dashapi.NewCustom(client, "", key, c.inst.NewRequest, doer, logger, errorHandler),
270 func (client *apiClient) pollBugs(expect int) []*dashapi.BugReport {
276 reproLevel := dashapi.ReproLevelNone
278 reproLevel = dashapi.ReproLevelC
280 reproLevel = dashapi.ReproLevelSyz
282 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{
284 Status: dashapi.BugStatusOpen,
294 func (client *apiClient) pollBug() *dashapi.BugReport {
298 func (client *apiClient) updateBug(extID string, status dashapi.BugStatus, dup string) {
299 reply, _ := client.ReportingUpdate(&dashapi.BugUpdate{