mirror of
https://github.com/ceph/go-ceph
synced 2024-12-25 23:52:27 +00:00
99de05854c
The package imports in doc.go were not accomplishing anything and also were not complete (missing cephfs). This removes them. Signed-off-by: John Mulligan <jmulligan@redhat.com>
16 lines
478 B
Go
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 "rdb" 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
|