MCPcopy
hub / github.com/pocketbase/pocketbase / Next

Method Next

tools/hook/event.go:6–6  ·  view source on GitHub ↗

Next triggers the next handler in the hook's chain (if any).

()

Source from the content-addressed store, hash-verified

4type Resolver interface {
5 // Next triggers the next handler in the hook's chain (if any).
6 Next() error
7
8 // note: kept only for the generic interface; may get removed in the future
9 nextFunc() func() error

Callers 15

NewWithConfigFunction · 0.65
BindMethod · 0.65
BindFuncMethod · 0.65
TestHookAddHandlerAndAddFunction · 0.65
TestHookLengthFunction · 0.65
TestHookUnbindFunction · 0.65
TriggerMethod · 0.65
TestTaggedHookFunction · 0.65
ListMethod · 0.65
DeletePrefixMethod · 0.65
IsEmptyDirMethod · 0.65

Implementers 1

Eventtools/hook/event.go

Calls

no outgoing calls

Tested by 15

TestHookAddHandlerAndAddFunction · 0.52
TestHookLengthFunction · 0.52
TestHookUnbindFunction · 0.52
TestTaggedHookFunction · 0.52
TestRouterFunction · 0.52
TestRouterUnbindFunction · 0.52
TestDeleteExpiredOTPsFunction · 0.52