package frontend import ( "github.com/rfjakob/cluefs/lib/cluefs" ) type Node struct { *cluefs.Node }