(tags ...string)
| 949 | } |
| 950 | |
| 951 | func (app *BaseApp) OnCollectionAfterCreateSuccess(tags ...string) *hook.TaggedHook[*CollectionEvent] { |
| 952 | return hook.NewTaggedHook(app.onCollectionAfterCreateSuccess, tags...) |
| 953 | } |
| 954 | |
| 955 | func (app *BaseApp) OnCollectionAfterCreateError(tags ...string) *hook.TaggedHook[*CollectionErrorEvent] { |
| 956 | return hook.NewTaggedHook(app.onCollectionAfterCreateError, tags...) |
no test coverage detected