Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BugStatSummary ¶
type BugStatSummary struct { Title string IDs []string // IDs used by syzbot for this bug. FirstTime time.Time // When the bug was first hit. ReleasedTime time.Time // When the bug was published. ReproTime time.Time // When we found the reproducer. CauseBisectTime time.Time // When we found cause bisection. ResolvedTime time.Time // When the bug was resolved. Status BugStatus Subsystems []string Strace bool // Whether we managed to reproduce under strace. HitsPerDay float64 // Average number of bug hits per day. FixHashes []string // Hashes of fix commits. HappenedOn []string // Managers on which the crash happened. }
Click to show internal directories.
Click to hide internal directories.