Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Filesystem interface { fs.Filesystem // SetCleanup SetCleanup(id string, patterns []Pattern) // UnsetCleanup UnsetCleanup(id string) // Start Start() // Stop() Stop() }
func New ¶
func New(config Config) Filesystem
Click to show internal directories.
Click to hide internal directories.