You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-27 00:20:27 +02:00
added additional godoc and updated the OAuth2 form to use the same created record pointer
This commit is contained in:
@@ -4,9 +4,11 @@ import (
|
||||
"net/http"
|
||||
|
||||
validation "github.com/go-ozzo/ozzo-validation/v4"
|
||||
"github.com/pocketbase/pocketbase/tools/hook"
|
||||
)
|
||||
|
||||
type BatchRequestEvent struct {
|
||||
hook.Event
|
||||
*RequestEvent
|
||||
|
||||
Batch []*InternalRequest
|
||||
|
||||
Reference in New Issue
Block a user