Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
fs.FileSystem
}
File represents a simplest possible Downloader implementation where the sources are just copied from local directory.
type RecursiveCopyError ¶ added in v1.1.12
type RecursiveCopyError struct {
// contains filtered or unexported fields
}
RecursiveCopyError indicates a copy operation failed because the destination is within the copy's source tree.
Click to show internal directories.
Click to hide internal directories.