feat: add scroll / iteration helpers

This commit is contained in:
Milas Bowman 2025-03-10 21:31:07 -04:00
parent 7d1910919c
commit 6eb7e62a0c
Signed by: milas
SSH key fingerprint: SHA256:ek2D5l1HA34B3wbdErz0QOXm1E46CVvyf/nM4Fwfx/U
6 changed files with 196 additions and 11 deletions

View file

@ -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,
},