fix dep, impl nonempty
This commit is contained in:
parent
c8c18403e4
commit
a5d237df2a
24 changed files with 286 additions and 215 deletions
|
|
@ -13,6 +13,7 @@ type WsFs struct {
|
|||
|
||||
type WsFsOpts struct {
|
||||
ReadOnly bool
|
||||
NonEmpty bool
|
||||
}
|
||||
|
||||
func NewWsFs(opts WsFsOpts, req chan RequestCallback, closer chan bool) *pathfs.PathNodeFs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue