02.11.2025
This commit is contained in:
@@ -9,4 +9,7 @@ var (
|
||||
)
|
||||
|
||||
// BatchedQuery - single batch query
|
||||
type BatchedQuery string
|
||||
type BatchedQuery struct {
|
||||
Query string
|
||||
Items []any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user