Documentation
¶
Index ¶
- type DTree
- type HandlerFunc
- type Option
- func WithDefaultExclude() Option
- func WithDepth(depth int) Option
- func WithExcludeDir(exclude []string) Option
- func WithExcludePrefix(list ...string) Option
- func WithExcludeSuffix(list ...string) Option
- func WithExcludeUnknown(exclude bool) Option
- func WithOnlyDir() Option
- func WithProgressBarOut() Option
- func WithSyncFileOpMode() Option
- func WithSyncMode() Option
- func WithTargetExt(ext string) Option
- func WithWorkerCount(count int) Option
- type TreeItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandlerFunc ¶
type Option ¶
type Option func(o *option)
func WithDefaultExclude ¶
func WithDefaultExclude() Option
func WithExcludeDir ¶
func WithExcludePrefix ¶
func WithExcludeSuffix ¶
func WithExcludeUnknown ¶
func WithOnlyDir ¶
func WithOnlyDir() Option
func WithProgressBarOut ¶
func WithProgressBarOut() Option
func WithSyncFileOpMode ¶
func WithSyncFileOpMode() Option
func WithSyncMode ¶
func WithSyncMode() Option
func WithTargetExt ¶
func WithWorkerCount ¶
Click to show internal directories.
Click to hide internal directories.