(tags ...string)
| 909 | } |
| 910 | |
| 911 | func (app *BaseApp) OnRecordUpdateExecute(tags ...string) *hook.TaggedHook[*RecordEvent] { |
| 912 | return hook.NewTaggedHook(app.onRecordUpdateExecute, tags...) |
| 913 | } |
| 914 | |
| 915 | func (app *BaseApp) OnRecordAfterUpdateSuccess(tags ...string) *hook.TaggedHook[*RecordEvent] { |
| 916 | return hook.NewTaggedHook(app.onRecordAfterUpdateSuccess, tags...) |
no test coverage detected