Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader allows an io.ReadCloser to be used as a backup destination.
func NewReader ¶
func NewReader() *Reader
NewReader creates a new Writer -> Reader wrapper that can be used for backups.
func (*Reader) Output ¶
func (r *Reader) Output() io.ReadCloser
Output returns the reader that must be consumed to receive the entire backup.
Click to show internal directories.
Click to hide internal directories.