summaryrefslogtreecommitdiff
path: root/internal/fusefrontend/args.go
blob: 32a335d6a32f08e88fc06f935c12d64900560ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
package fusefrontend

// Container for arguments that are passed from main() to fusefrontend
type Args struct {
	Masterkey      []byte
	Cipherdir      string
	OpenSSL        bool
	PlaintextNames bool
	GCMIV128       bool
	LongNames      bool
}