mirror of
https://github.com/ceph/go-ceph
synced 2025-02-17 19:26:56 +00:00
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
|