Added a callout to fuseutil.NewFileSystemServer.

geesefs-0-30-9
Aaron Jacobs 8 years ago
parent 485f5d64fc
commit cdfc7045b5

@ -19,7 +19,10 @@
// * The fuseops package, which defines the operations that fuse might send
// to your userspace daemon.
//
// * The Server interface, which a type in your daemon must implement.
// * The Server interface, which your daemon must implement.
//
// * fuseutil.NewFileSystemServer, which offers a convenient way to implement
// the Server interface.
//
// * Mount, a function that allows for mounting a Server as a file system.
//

Loading…
Cancel
Save