(tags ...string)
| 981 | } |
| 982 | |
| 983 | func (app *BaseApp) OnCollectionAfterDeleteSuccess(tags ...string) *hook.TaggedHook[*CollectionEvent] { |
| 984 | return hook.NewTaggedHook(app.onCollectionAfterDeleteSuccess, tags...) |
| 985 | } |
| 986 | |
| 987 | func (app *BaseApp) OnCollectionAfterDeleteError(tags ...string) *hook.TaggedHook[*CollectionErrorEvent] { |
| 988 | return hook.NewTaggedHook(app.onCollectionAfterDeleteError, tags...) |
no test coverage detected