mirror of
https://github.com/ceph/go-ceph
synced 2024-12-18 04:15:42 +00:00
Go bindings for Ceph
e9bf732345
Signed-off-by: Noah Watkins <noahwatkins@gmail.com> |
||
---|---|---|
conn.go | ||
pool.go | ||
rados_test.go | ||
rados.go | ||
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.