Commit 56999c26 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 65ff2232
......@@ -114,6 +114,7 @@ func (c *Client) Load(xid zodb.Xid) (data []byte, tid zodb.Tid, err error) {
}
func (c *Client) Iterate(tidMin, tidMax zodb.Tid) zodb.IStorageIterator {
// see notes in ../NOTES:"On iteration"
panic("TODO")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment