Go bindings for Ceph
Go to file
Noah Watkins eb1efa6edb lib: add conn.ListPools
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
2014-05-26 10:53:30 -07:00
README.md doc: add readme 2014-05-24 11:13:54 -07:00
conn.go lib: add conn.ListPools 2014-05-26 10:53:30 -07:00
pool.go doc: update method docs 2014-05-24 11:28:19 -07:00
rados.go lib: rename Open to NewConn 2014-05-24 11:42:18 -07:00
rados_test.go lib: rename Open to NewConn 2014-05-24 11:42:18 -07:00

README.md

go-rados - Go bindings for RADOS distributed object store

Installation

go get github.com/noahdesu/go-rados

The native RADOS library and development headers are expected to be installed.

Documentation

Detailed documentation is available at http://godoc.org/github.com/noahdesu/go-rados.