mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-15 08:41:16 -05:00
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
|