Jakob Unterwurzacher ce42a6f23d Run go fmt
2015-11-29 21:55:20 +01:00

11 lines
229 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
}