mirror of
https://github.com/ceph/go-ceph
synced 2025-02-18 11:46:52 +00:00
rbd: improve doc comment style for GetImage
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
f8cbe766a3
commit
7c4bd22ee2
@ -225,7 +225,7 @@ func GetImageNames(ioctx *rados.IOContext) (names []string, err error) {
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// GetImage gets a reference to a previously created rbd image.
|
||||
func GetImage(ioctx *rados.IOContext, name string) *Image {
|
||||
return &Image{
|
||||
ioctx: ioctx,
|
||||
|
Loading…
Reference in New Issue
Block a user