diff options
Diffstat (limited to 'pathfs_frontend/args.go')
-rw-r--r-- | pathfs_frontend/args.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pathfs_frontend/args.go b/pathfs_frontend/args.go new file mode 100644 index 0000000..7971b79 --- /dev/null +++ b/pathfs_frontend/args.go @@ -0,0 +1,10 @@ +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 +} |