aboutsummaryrefslogtreecommitdiff
path: root/object_iterator.go
diff options
context:
space:
mode:
authorStefan Majewsky <majewsky@gmx.net>2018-02-19 19:19:53 +0100
committerStefan Majewsky <majewsky@gmx.net>2018-02-19 19:19:53 +0100
commit46081e2068aeea62783863515ab116bb6af20661 (patch)
treed4dcd5e849909b08597209781dba6fba526ad2ae /object_iterator.go
parentd1dec3782fb5f9aa5775dafb0ea1225af6279ed2 (diff)
downloadgo-schwift-46081e2068aeea62783863515ab116bb6af20661.tar.gz
test coverage for object upload, download, metadata update
Diffstat (limited to 'object_iterator.go')
-rw-r--r--object_iterator.go2
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
}