diff options
Diffstat (limited to 'object_iterator.go')
| -rw-r--r-- | object_iterator.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/object_iterator.go b/object_iterator.go index 67f3138..6d93ccf 100644 --- a/object_iterator.go +++ b/object_iterator.go @@ -70,6 +70,8 @@ type ObjectIterator struct { //Options may contain additional query parameters for the GET request. Options *RequestOptions + //TODO: Delimter field (and check if other stuff is missing) + base *iteratorBase } |
