Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Task ¶
type Task struct {
// Name is the name of the backup task
Name string
// Source is the source location to backup
Source string
// Destination is the location to write the backup to
Destination io.Writer
}
Task contains required information for backup operation.
Click to show internal directories.
Click to hide internal directories.