MCPcopy
hub / github.com/pocketbase/pocketbase / OnCollectionAfterUpdateSuccess

Method OnCollectionAfterUpdateSuccess

core/base.go:967–969  ·  view source on GitHub ↗
(tags ...string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

NewTaggedHookFunction · 0.92

Tested by

no test coverage detected