Documentation ¶
Overview ¶
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.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MgrCommander ¶
MgrCommander in an interface for the API needed to execute JSON formatted commands on the ceph mgr.
type MonCommander ¶
MonCommander is an interface for the API needed to execute JSON formatted commands on the ceph mon(s).
type RadosCommander ¶
type RadosCommander interface { MgrCommander MonCommander }
RadosCommander provides an interface for APIs needed to execute JSON formatted commands on the Ceph cluster.
Click to show internal directories.
Click to hide internal directories.