Documentation ¶
Index ¶
Constants ¶
View Source
const FooContents = "xxxx"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS interface { fuseutil.FileSystem // Cause the file system to return the supplied error for all future // operations matching the supplied type. SetError(t reflect.Type, err syscall.Errno) }
A file system whose sole contents are a file named "foo" containing the string defined by FooContents.
The file system can be configured to returned canned errors for particular operations using the method SetError.
Click to show internal directories.
Click to hide internal directories.