libgocryptfs/pathfs_frontend/args.go
2015-12-08 16:17:04 +01:00

12 lines
250 B
Go

package pathfs_frontend
// Container for arguments that are passed from main() to pathfs_frontend
type Args struct {
Masterkey []byte
Cipherdir string
OpenSSL bool
PlaintextNames bool
DirIV bool
EMENames bool
}