mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-03 09:57:24 +02:00
add @todo note to the RequestData struct
This commit is contained in:
parent
7ab8405946
commit
0a61db6efd
@ -11,6 +11,7 @@ import (
|
||||
type RequestData struct {
|
||||
Method string `json:"method"`
|
||||
Query map[string]any `json:"query"`
|
||||
// @todo consider changing to Body?
|
||||
Data map[string]any `json:"data"`
|
||||
Headers map[string]any `json:"headers"`
|
||||
AuthRecord *Record `json:"authRecord"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user