Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation interface {
Path() string
}
Operation represents a filesystem operation being performed. Use a type switch to determine the specific operation type.
type Readdirnames ¶
Readdirnames represents a readdirnames operation on a directory.
func (Readdirnames) Path ¶
func (o Readdirnames) Path() string
Click to show internal directories.
Click to hide internal directories.