Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelFileSource ¶
type ChannelFileSource struct {
Chan chan File
}
func (*ChannelFileSource) GetFile ¶
func (source *ChannelFileSource) GetFile() *File
type Dumper ¶
type Dumper struct {
Src FileSource
Dest string
NumWorkers int
// intended for progress bars
ThroughputMonitor io.Writer
}
type FileSource ¶
type FileSource interface {
GetFile() *File
}
Click to show internal directories.
Click to hide internal directories.