Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileOperator ¶
type FileOperator interface { Copy(src, dest string) error DeleteMatching(filename string) error Open(filename string) (File, error) Chmod(filename string, permission int) (ChmodRevertFunc, error) }
func NewOperator ¶
func NewOperator(ctx context.Context) FileOperator
Click to show internal directories.
Click to hide internal directories.