Lines Matching refs:dashapi
162 req := new(dashapi.LogEntry)
171 req := new(dashapi.BuilderPollReq)
211 resp := &dashapi.BuilderPollResp{
219 req := new(dashapi.JobPollReq)
230 req := new(dashapi.JobDoneReq)
239 req := new(dashapi.Build)
264 func uploadBuild(c context.Context, now time.Time, ns string, req *dashapi.Build, typ BuildType) (b…
328 titles []string, fixCommits []dashapi.FixCommit) error {
482 req := new(dashapi.BuildErrorReq)
506 req := new(dashapi.Crash)
514 resp := &dashapi.ReportCrashResp{
520 func reportCrash(c context.Context, ns string, req *dashapi.Crash) (*Bug, error) {
603 func saveCrash(c context.Context, ns string, req *dashapi.Crash, bugKey *datastore.Key, build *Buil…
707 req := new(dashapi.CrashID)
741 req := new(dashapi.CrashID)
746 resp := &dashapi.NeedReproResp{
760 resp := &dashapi.NeedReproResp{
767 req := new(dashapi.ManagerStatsReq)
806 func createBugForCrash(c context.Context, ns string, req *dashapi.Crash) (*Bug, *datastore.Key, err…