Documentation
¶
Index ¶
- func New() types.BackendFactory
- type Factory
- type Remote
- func (r *Remote) Close() error
- func (r *Remote) GetCloneStatus() (string, error)
- func (r *Remote) GetMonitorChannel() types.MonitorChannel
- func (r *Remote) GetRevisionCounter() (int64, error)
- func (r *Remote) GetVolUsage() (types.VolUsage, error)
- func (r *Remote) RemainSnapshots() (int, error)
- func (r *Remote) Resize(name string, size string) error
- func (r *Remote) SectorSize() (int64, error)
- func (r *Remote) SetRebuilding(rebuilding bool) error
- func (r *Remote) SetReplicaMode(mode types.Mode) error
- func (r *Remote) SetRevisionCounter(counter int64) error
- func (r *Remote) Size() (int64, error)
- func (r *Remote) Snapshot(name string, userCreated bool, created string) error
- func (r *Remote) StopMonitoring()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() types.BackendFactory
Types ¶
type Factory ¶
type Factory struct { }
type Remote ¶
func (*Remote) GetCloneStatus ¶
func (*Remote) GetMonitorChannel ¶
func (r *Remote) GetMonitorChannel() types.MonitorChannel
func (*Remote) GetRevisionCounter ¶
func (*Remote) RemainSnapshots ¶
func (*Remote) SectorSize ¶
func (*Remote) SetRebuilding ¶
func (*Remote) SetReplicaMode ¶
SetReplicaMode ...
func (*Remote) SetRevisionCounter ¶
func (*Remote) StopMonitoring ¶
func (r *Remote) StopMonitoring()
Click to show internal directories.
Click to hide internal directories.