(tags ...string)
| 957 | } |
| 958 | |
| 959 | func (app *BaseApp) OnCollectionUpdate(tags ...string) *hook.TaggedHook[*CollectionEvent] { |
| 960 | return hook.NewTaggedHook(app.onCollectionUpdate, tags...) |
| 961 | } |
| 962 | |
| 963 | func (app *BaseApp) OnCollectionUpdateExecute(tags ...string) *hook.TaggedHook[*CollectionEvent] { |
| 964 | return hook.NewTaggedHook(app.onCollectionUpdateExecute, tags...) |
no test coverage detected