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
|