add a bunch of methods to the client end

This commit is contained in:
Barak Michener 2018-03-30 21:34:51 -07:00
parent a5d237df2a
commit 5ab2cbd265
8 changed files with 236 additions and 17 deletions

View file

@ -29,6 +29,8 @@ func mkMountOpts(opts WsFsOpts) *fuse.MountOptions {
}
mountOpts := &fuse.MountOptions{
Options: fusermountopts,
FsName: "kubelwagen",
Name: "wsfs",
}
return mountOpts
}