Home
last modified time | relevance | path

Searched defs:BugReporting (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/dashboard/app/
Dentities.go88 type BugReporting struct { struct
89 Name string // refers to Reporting.Name
90 ID string // unique ID per BUG/BugReporting used in commucation with external systems
91 ExtID string // arbitrary reporting ID that is passed back in dashapi.BugReport
92 Link string
93 CC string // additional emails added to CC list (|-delimited list)
94 CrashID int64 // crash that we've last reported in this reporting
95 ReproLevel dashapi.ReproLevel
96 Reported time.Time
97 Closed time.Time
Djobs.go77 func addTestJob(c context.Context, bug *Bug, bugKey *datastore.Key, bugReporting *BugReporting,
166 func checkTestJob(c context.Context, bug *Bug, bugReporting *BugReporting, crash *Crash,
Dreporting.go194 bugReporting *BugReporting, config interface{}) (*dashapi.BugReport, error) {
495 bug *Bug, bugReporting *BugReporting, final bool, dupHash string,
548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting