Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { EncryptionKey string `required:"true" long:"encryption-key" description:"Key used to decrypt backup artifact"` MySQLPassword string `required:"false" long:"mysql-password" description:"Password to authenticate to mysql instance"` MySQLUser string `required:"false" long:"mysql-username" description:"Username to authenticate to mysql instance"` RestoreFile string `required:"true" long:"restore-file" description:"Path to backup artifact to restore"` }
Click to show internal directories.
Click to hide internal directories.