rbd: add doc comment for image type

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-02-25 14:36:52 -05:00 committed by John Mulligan
parent eb1cccea2f
commit c3e1a2d032

View File

@ -99,7 +99,7 @@ type Locker struct {
Addr string
}
//
// Image is a handle for an RBD image.
type Image struct {
io.Reader
io.Writer