mirror of https://github.com/ceph/go-ceph
rbd: add doc comments for ImageInfo and SnapInfo types
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
5b76299c40
commit
b98ecb12fc
|
@ -74,7 +74,7 @@ var (
|
|||
// revive:enable:exported
|
||||
)
|
||||
|
||||
//
|
||||
// ImageInfo represents the status information for an image.
|
||||
type ImageInfo struct {
|
||||
Size uint64
|
||||
Obj_size uint64
|
||||
|
@ -85,7 +85,7 @@ type ImageInfo struct {
|
|||
Parent_name string
|
||||
}
|
||||
|
||||
//
|
||||
// SnapInfo represents the status information for a snapshot.
|
||||
type SnapInfo struct {
|
||||
Id uint64
|
||||
Size uint64
|
||||
|
|
Loading…
Reference in New Issue