(tags ...string)
| 905 | } |
| 906 | |
| 907 | func (app *BaseApp) OnRecordUpdate(tags ...string) *hook.TaggedHook[*RecordEvent] { |
| 908 | return hook.NewTaggedHook(app.onRecordUpdate, tags...) |
| 909 | } |
| 910 | |
| 911 | func (app *BaseApp) OnRecordUpdateExecute(tags ...string) *hook.TaggedHook[*RecordEvent] { |
| 912 | return hook.NewTaggedHook(app.onRecordUpdateExecute, tags...) |
no test coverage detected