mirror of
https://github.com/pocketbase/pocketbase.git
synced 2024-11-28 10:03:42 +02:00
changed the hook func argument to e for more consistent autocomplete
This commit is contained in:
parent
a998618d75
commit
77d295730e
@ -8,7 +8,7 @@ import (
|
||||
var StopPropagation = errors.New("Event hook propagation stopped")
|
||||
|
||||
// Handler defines a hook handler function.
|
||||
type Handler[T any] func(data T) error
|
||||
type Handler[T any] func(e T) error
|
||||
|
||||
// Hook defines a concurrent safe structure for handling event hooks
|
||||
// (aka. callbacks propagation).
|
||||
|
Loading…
Reference in New Issue
Block a user