aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/wfs.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-05-06 03:37:51 -0700
committerChris Lu <chris.lu@gmail.com>2021-05-06 03:37:51 -0700
commit55a8f57381aaeeb0cfc1326646024a7052928965 (patch)
treecec1ffc21ba4926bc0a5facaa8e25debd6ef4868 /weed/filesys/wfs.go
parent5753749c9083ca90c201803f7a9e83086a8e6d8b (diff)
downloadseaweedfs-55a8f57381aaeeb0cfc1326646024a7052928965.tar.xz
seaweedfs-55a8f57381aaeeb0cfc1326646024a7052928965.zip
go fmt
Diffstat (limited to 'weed/filesys/wfs.go')
-rw-r--r--weed/filesys/wfs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/filesys/wfs.go b/weed/filesys/wfs.go
index 7757e4285..fcce7d9cc 100644
--- a/weed/filesys/wfs.go
+++ b/weed/filesys/wfs.go
@@ -270,6 +270,7 @@ func (wfs *WFS) LookupFn() wdclient.LookupFileIdFunctionType {
}
type NodeWithId uint64
+
func (n NodeWithId) Id() uint64 {
return uint64(n)
}