diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index c90243cb7..89a4dac77 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -400,6 +400,11 @@ type BugReport struct { BisectCause *BisectResult BisectFix *BisectResult Assets []Asset + Subsystems []BugSubsystem +} + +type BugSubsystem struct { + Name string } type Asset struct { |
