mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
5b7b5f1e3a
This commit updates the go-ceph to latest release. More details about release at https://github.com/ceph/go-ceph/releases/tag/v0.10.0 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
8 lines
238 B
Go
8 lines
238 B
Go
/*
|
|
Package commands provides types and utility functions that are used for
|
|
interfacing with the JSON based command infrastructure in Ceph.
|
|
|
|
The *rados.Conn type implements many of the interfaces found in this package.
|
|
*/
|
|
package commands
|