diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-24 12:51:56 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-24 12:51:56 -0700 |
commit | 20b26eac781372336ebfaddadc559c5115295c82 (patch) | |
tree | d1920070b216e58716890a5c3412a50b64d73b99 /cursor.go | |
parent | Update README.md (diff) | |
download | dedo-20b26eac781372336ebfaddadc559c5115295c82.tar.gz dedo-20b26eac781372336ebfaddadc559c5115295c82.tar.xz |
TODO
Diffstat (limited to 'cursor.go')
-rw-r--r-- | cursor.go | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -10,17 +10,6 @@ const ( c_untrack = 0x40 /**< Un-track cursor when closing */ ) -/* -type Cursor interface { - First() error - Last() error - Next() ([]byte, []byte, error) - Prev() ([]byte, []byte, error) - Current() ([]byte, []byte, error) - Get([]byte) ([]byte, error) -} -*/ - type Cursor struct { flags int next *Cursor |