Add frontend stubs
This commit is contained in:
parent
f8fddff769
commit
8a48609d0e
9
frontend/file.go
Normal file
9
frontend/file.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package frontend
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/rfjakob/gocryptfs/cryptfs"
|
||||||
|
)
|
||||||
|
|
||||||
|
type File struct {
|
||||||
|
cryptfs.File
|
||||||
|
}
|
9
frontend/fs.go
Normal file
9
frontend/fs.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package frontend
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/rfjakob/gocryptfs/cryptfs"
|
||||||
|
)
|
||||||
|
|
||||||
|
type FS struct {
|
||||||
|
cryptfs.FS
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user