You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-28 00:38:36 +02:00
updated cron jsvm bindings and generated types
This commit is contained in:
@@ -57,7 +57,6 @@ func (h *Hook[T]) Add(fn Handler[T]) string {
|
||||
return id
|
||||
}
|
||||
|
||||
// @todo add also to TaggedHook
|
||||
// Remove removes a single hook handler by its id.
|
||||
func (h *Hook[T]) Remove(id string) {
|
||||
h.mux.Lock()
|
||||
@@ -71,7 +70,6 @@ func (h *Hook[T]) Remove(id string) {
|
||||
}
|
||||
}
|
||||
|
||||
// @todo add also to TaggedHook
|
||||
// RemoveAll removes all registered handlers.
|
||||
func (h *Hook[T]) RemoveAll() {
|
||||
h.mux.Lock()
|
||||
|
||||
Reference in New Issue
Block a user