libgocryptfs/internal/fusefrontend/args.go

12 lines
244 B
Go

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
}