mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-28 03:46:29 +00:00
docs: update hooks.md to document FORGET operation hooks
This commit is contained in:
@@ -23,6 +23,11 @@ Hooks can be triggered by the following events:
|
||||
- `CONDITION_CHECK_SUCCESS`: Triggered when a check operation completes successfully
|
||||
- `CONDITION_CHECK_ERROR`: Triggered when a check operation fails
|
||||
|
||||
### Forget Events
|
||||
- `CONDITION_FORGET_START`: Triggered when a forget operation begins
|
||||
- `CONDITION_FORGET_SUCCESS`: Triggered when a forget operation completes successfully
|
||||
- `CONDITION_FORGET_ERROR`: Triggered when a forget operation fails
|
||||
|
||||
### General Events
|
||||
- `CONDITION_ANY_ERROR`: Triggered when any operation fails
|
||||
|
||||
|
||||
Reference in New Issue
Block a user