go-ceph/rados
Vincent Giersch b15639c44c ioctx: ListOmapValues & GetAllOmapValues added
* `ListOmapValues` allows to iterate on all the key feteched during
a read operation of an omap (the goal is to easily get the last
read key from the C iterator. This one can then be used in another
call as `startAfter` parameter).
* `GetAllOmapValues` returns all the keys / values of the whole omap
* `GetOmapValues` now uses `ListOmapValues`

Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net>
2015-05-04 14:50:59 +00:00
..
conn.go run gofmt on all sources 2015-02-11 22:21:05 +01:00
doc.go doc: setup docs for multiple packages 2015-01-12 20:57:40 -08:00
ioctx.go ioctx: ListOmapValues & GetAllOmapValues added 2015-05-04 14:50:59 +00:00
rados.go Added NewConnWithUser to allow users other than the default 2015-02-22 02:54:06 -08:00
rados_test.go ioctx: ListOmapValues & GetAllOmapValues added 2015-05-04 14:50:59 +00:00