This commit is contained in:
Chris Lu
2019-12-23 12:48:53 -08:00
parent 09ca936c78
commit 8a2d529759
4 changed files with 5 additions and 6 deletions

View File

@@ -14,9 +14,9 @@ import (
)
type Dir struct {
Path string
wfs *WFS
entry *filer_pb.Entry
Path string
wfs *WFS
entry *filer_pb.Entry
}
var _ = fs.Node(&Dir{})