Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupManager ¶
type BackupManager struct {
// contains filtered or unexported fields
}
func NewBackupManager ¶
type ByteCountWriter ¶
type ByteCountWriter struct {
// contains filtered or unexported fields
}
ByteCountWriter counts the written data in bytes
func (*ByteCountWriter) Write ¶
func (w *ByteCountWriter) Write(data []byte) (int, error)
Write implements io.Writer interface.
func (*ByteCountWriter) Written ¶
func (w *ByteCountWriter) Written() int64
Written returns the number of written bytes.
type RestoreManager ¶
type RestoreManager struct {
// contains filtered or unexported fields
}
func NewRestoreManager ¶
func (*RestoreManager) FindNearestDump ¶
Click to show internal directories.
Click to hide internal directories.