package
Version:
v1.52.1-0...-9b21a15
Opens a new window with list of versions in this module.
Published: Jul 7, 2020
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sync is the implementation of sync/copy/move
-
func CopyDir(ctx context.Context, fdst, fsrc fs.Fs, copyEmptySrcDirs bool) error
-
func MoveDir(ctx context.Context, fdst, fsrc fs.Fs, deleteEmptySrcDirs bool, ...) error
-
func Sync(ctx context.Context, fdst, fsrc fs.Fs, copyEmptySrcDirs bool) error
CopyDir copies fsrc into fdst
MoveDir moves fsrc into fdst
Source Files
¶
Click to show internal directories.
Click to hide internal directories.