Home
last modified time | relevance | path

Searched defs:BugUpdate (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/dashboard/app/
Dreporting.go332 func incomingCommand(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) {
343 func incomingCommandImpl(c context.Context, cmd *dashapi.BugUpdate) (bool, string, error) {
426 func incomingCommandTx(c context.Context, now time.Time, cmd *dashapi.BugUpdate,
494 func incomingCommandCmd(c context.Context, now time.Time, cmd *dashapi.BugUpdate,
548 func checkBugStatus(c context.Context, cmd *dashapi.BugUpdate, bug *Bug, bugReporting *BugReporting…
/external/syzkaller/dashboard/dashapi/
Ddashapi.go268 type BugUpdate struct { struct
269 ID string
270 ExtID string
271 Link string
272 Status BugStatus
273 ReproLevel ReproLevel
274 DupOf string
275 FixCommits []string // Titles of commits that fix this bug.
276 CC []string // Additional emails to add to CC list in future emails.
277 CrashID int64