aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 6396f5df7..ab59f4500 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -497,6 +497,8 @@ type Asset struct {
Title string
DownloadURL string
Type AssetType
+ FsckLogURL string
+ FsIsClean bool
}
type AssetType string
@@ -802,6 +804,8 @@ func (dash *Dashboard) UploadManagerStats(req *ManagerStatsReq) error {
type NewAsset struct {
DownloadURL string
Type AssetType
+ FsckLog []byte
+ FsIsClean bool
}
type AddBuildAssetsReq struct {