libgocryptfs/frontend/file.go

12 lines
165 B
Go
Raw Normal View History

2015-09-03 19:09:23 +02:00
package frontend
import (
"github.com/rfjakob/gocryptfs/cryptfs"
"github.com/rfjakob/cluefs/lib/cluefs"
2015-09-03 19:09:23 +02:00
)
type File struct {
*cryptfs.CryptFile
*cluefs.File
2015-09-03 19:09:23 +02:00
}