MCPcopy
hub / github.com/pocketbase/pocketbase / OnCollectionAfterDeleteSuccess

Method OnCollectionAfterDeleteSuccess

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

Source from the content-addressed store, hash-verified

981}
982
983func (app *BaseApp) OnCollectionAfterDeleteSuccess(tags ...string) *hook.TaggedHook[*CollectionEvent] {
984 return hook.NewTaggedHook(app.onCollectionAfterDeleteSuccess, tags...)
985}
986
987func (app *BaseApp) OnCollectionAfterDeleteError(tags ...string) *hook.TaggedHook[*CollectionErrorEvent] {
988 return hook.NewTaggedHook(app.onCollectionAfterDeleteError, tags...)

Callers 1

Calls 1

NewTaggedHookFunction · 0.92

Tested by

no test coverage detected