data-cursor.go: add item mapping support

This commit is contained in:
2024-07-13 06:44:00 +02:00
parent 8547248ea2
commit 9a95a837f6
3 changed files with 59 additions and 29 deletions
+2
View File
@@ -19,6 +19,8 @@ const (
currentName = "current"
indexName = "index"
countName = "count"
filterName = "filter"
mapName = "map"
)
type Iterator interface {