data-cursor.go: add item mapping support
This commit is contained in:
@@ -19,6 +19,8 @@ const (
|
||||
currentName = "current"
|
||||
indexName = "index"
|
||||
countName = "count"
|
||||
filterName = "filter"
|
||||
mapName = "map"
|
||||
)
|
||||
|
||||
type Iterator interface {
|
||||
|
||||
Reference in New Issue
Block a user