Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupReader ¶
type BackupReader struct {
// contains filtered or unexported fields
}
func MakeReader ¶
func MakeReader(name string, stg storage.Storage, compressionType pb.CompressionType, cypher pb.Cypher) (*BackupReader, error)
func (*BackupReader) BytesRead ¶
func (br *BackupReader) BytesRead() int64
func (*BackupReader) Close ¶
func (br *BackupReader) Close() error
func (*BackupReader) LastError ¶
func (br *BackupReader) LastError() error
Click to show internal directories.
Click to hide internal directories.