management

package
v0.0.0-...-34d1da7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2022 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainsRegex

func ContainsRegex(s []string, e string) bool

func CopyFiles

func CopyFiles(args tasks.CopyArgs) error

func DeleteFiles

func DeleteFiles(args tasks.TaskArgs) error

func MoveFiles

func MoveFiles(args tasks.MoveArgs) error

func RenameFiles

func RenameFiles(args tasks.RenameArgs) error

func RunDelete

func RunDelete(toDelete []string) error

func WatchPath

func WatchPath(path string)

Types

type FileOp

type FileOp uint32
const (
	Create FileOp = 1 << iota
	Write
	Remove
	Rename
	Chmod
	Move = Create | Rename
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL