-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APPS-1342 Add REST endpoint for cancelling restore jobs (#282)
* initial commit for cancel jobs * add comment * add update api * update test * extractJobID * tests * add cancel status * clean tests * use waitgroup * inrtoduce finished function * regenerate * misprint * rename back to handlers * rename handler * return nil * set handler * use int for restore * add error message * Update internal/server/handlers/restore.go Co-authored-by: Eugene R. <[email protected]> * update handler * failed to extract job id * add constructor * add comments --------- Co-authored-by: Eugene R. <[email protected]>
- Loading branch information
1 parent
d118935
commit f89de90
Showing
15 changed files
with
524 additions
and
264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.