Discover Packages
github.com/livebud/bud
internal
dsync
package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Apr 28, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Dir syncs the source directory from the source filesystem to the target directory
in the target filesystem
const (
CreateType OpType = iota + 1
UpdateType
DeleteType
)
type Option func(o *option)
func WithSkip(skips ...skipFunc) Option
Provide a skip function
Note: try to skip as high up in the tree as possible.
E.g. if the source filesystem doesn't have bud, it will
delete bud, even if you're skipping bud/generate.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.