(tags ...string)
| 965 | } |
| 966 | |
| 967 | func (app *BaseApp) OnCollectionAfterUpdateSuccess(tags ...string) *hook.TaggedHook[*CollectionEvent] { |
| 968 | return hook.NewTaggedHook(app.onCollectionAfterUpdateSuccess, tags...) |
| 969 | } |
| 970 | |
| 971 | func (app *BaseApp) OnCollectionAfterUpdateError(tags ...string) *hook.TaggedHook[*CollectionErrorEvent] { |
| 972 | return hook.NewTaggedHook(app.onCollectionAfterUpdateError, tags...) |
no test coverage detected