add a bunch of methods to the client end
This commit is contained in:
parent
a5d237df2a
commit
5ab2cbd265
8 changed files with 236 additions and 17 deletions
2
fuse.go
2
fuse.go
|
|
@ -29,6 +29,8 @@ func mkMountOpts(opts WsFsOpts) *fuse.MountOptions {
|
|||
}
|
||||
mountOpts := &fuse.MountOptions{
|
||||
Options: fusermountopts,
|
||||
FsName: "kubelwagen",
|
||||
Name: "wsfs",
|
||||
}
|
||||
return mountOpts
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue