package
3.16.1+incompatible
Repository: https://github.com/redhat-developer/odo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewFakeFs returns a fake Filesystem that exists in-memory, useful for unit tests.

# Structs

DefaultFs implements Filesystem using same-named functions from "os" and "io".

# Interfaces

File is an interface that we can use to mock various filesystem operations typically accessed through the File object from the "os" package.
Filesystem is an interface that we can use to mock various filesystem operations.
FSWatcher is a callback-based filesystem watcher abstraction for fsnotify.

# Type aliases

FSErrorHandler is called when a fsnotify error occurs.
FSEventHandler is called when a fsnotify event occurs.