Commit 8adb300b authored by Aaron Jacobs's avatar Aaron Jacobs

There are no supported options for now.

parent 5129322f
...@@ -120,7 +120,9 @@ type MountConfig struct { ...@@ -120,7 +120,9 @@ type MountConfig struct {
} }
// Convert to mount options to be passed to package bazilfuse. // Convert to mount options to be passed to package bazilfuse.
func (c *MountConfig) bazilfuseOptions() []bazilfuse.MountOption func (c *MountConfig) bazilfuseOptions() (opts []bazilfuse.MountOption) {
return
}
// Attempt to mount the supplied file system on the given directory. // Attempt to mount the supplied file system on the given directory.
// mfs.WaitForReady() must be called to find out whether the mount was // mfs.WaitForReady() must be called to find out whether the mount was
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment