libgocryptfs/frontend/node.go

10 lines
105 B
Go

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