02.11.2025

This commit is contained in:
2025-11-02 19:55:58 +03:00
parent 49371e3eca
commit 9c204a9554
4 changed files with 50 additions and 28 deletions

View File

@@ -9,4 +9,7 @@ var (
)
// BatchedQuery - single batch query
type BatchedQuery string
type BatchedQuery struct {
Query string
Items []any
}