diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-02-19 19:19:53 +0100 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-02-19 19:19:53 +0100 |
| commit | 46081e2068aeea62783863515ab116bb6af20661 (patch) | |
| tree | d4dcd5e849909b08597209781dba6fba526ad2ae /object_iterator.go | |
| parent | d1dec3782fb5f9aa5775dafb0ea1225af6279ed2 (diff) | |
| download | go-schwift-46081e2068aeea62783863515ab116bb6af20661.tar.gz | |
test coverage for object upload, download, metadata update
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 } |
