doc: note the new "common/" subdir to the doc.go file

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-04-19 16:58:58 -04:00 committed by mergify[bot]
parent e8e1d722c8
commit fa8575ac26
1 changed files with 3 additions and 0 deletions

3
doc.go
View File

@ -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