mirror of https://github.com/ceph/go-ceph
doc: note the new "common/" subdir to the doc.go file
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
e8e1d722c8
commit
fa8575ac26
3
doc.go
3
doc.go
|
@ -10,6 +10,9 @@ The "rbd" sub-package wraps APIs that handle RBD specific functions.
|
|||
|
||||
The "cephfs" sub-package wraps APIs that handle CephFS specific functions.
|
||||
|
||||
The "common" sub-package contains sub-packages related to implementing
|
||||
common interfaces and utilities shared across the above.
|
||||
|
||||
Consult the documentation for each package for additional details.
|
||||
*/
|
||||
package ceph
|
||||
|
|
Loading…
Reference in New Issue