mirror of
https://github.com/ceph/go-ceph
synced 2024-12-12 17:37:27 +00:00
e8e1d722c8
Add new common interface types for working with Ceph's "JSON commands" to a public sub-package. Signed-off-by: John Mulligan <jmulligan@redhat.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
|