Implement hard reset button

This commit is contained in:
simon987
2019-03-16 10:25:13 -04:00
parent 9b8184e414
commit 687ecdbbce
8 changed files with 84 additions and 9 deletions

View File

@@ -314,3 +314,7 @@ type GetWebhookSecretResponse struct {
type ResetFailedTaskResponse struct {
AffectedTasks int64 `json:"affected_tasks"`
}
type HardResetResponse struct {
AffectedTasks int64 `json:"affected_tasks"`
}