go-ceph/doc.go
John Mulligan dfabc3db54 go-ceph: fix typo in doc.go
It's 'rbd' not 'rdb'.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2020-01-28 08:38:59 +01:00

16 lines
478 B
Go

/*
Package ceph is the root of a set of packages that wrap the Ceph APIs.
Generally, this package only exists to host subsystem specific packages
and contains no functions.
The "rados" sub-package wraps APIs that handle RADOS specific functions.
The "rbd" sub-package wraps APIs that handle RBD specific functions.
The "cephfs" sub-package wraps APIs that handle CephFS specific functions.
Consult the documentation for each package for additional details.
*/
package ceph