feat: add scroll / iteration helpers
This commit is contained in:
parent
7d1910919c
commit
6eb7e62a0c
6 changed files with 196 additions and 11 deletions
|
@ -30,7 +30,7 @@ func TestClient_ReadBatch(t *testing.T) {
|
|||
require.NoError(t, f.cli.InsertItem(ctx, f.bucket, pk3, skN, "", []byte(strings.Join([]string{"hello", pk3, skN, strconv.Itoa(i)}, "-"))))
|
||||
}
|
||||
|
||||
q := []k2v.ReadBatchSearch{
|
||||
q := []k2v.BatchSearch{
|
||||
{
|
||||
PartitionKey: pk1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue