Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct { /*Username - Descr: Username used by backup client to stream a backup from the mysql node Default: <nil> */ Username interface{} `yaml:"username,omitempty"` /*Password - Descr: Password used by backup client to stream a backup from the mysql node Default: <nil> */ Password interface{} `yaml:"password,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type MysqlBackup ¶
type MysqlBackup struct { /*Command - Descr: Command which is executed in order to take a backup Default: <nil> */ Command interface{} `yaml:"command,omitempty"` /*Port - Descr: Port number used for listening for backup requests Default: 8081 */ Port interface{} `yaml:"port,omitempty"` /*Credentials - Descr: Username used by backup client to stream a backup from the mysql node Default: <nil> */ Credentials *Credentials `yaml:"credentials,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type StreamingMysqlBackupToolJob ¶
type StreamingMysqlBackupToolJob struct { /*MysqlBackup - Descr: Command which is executed in order to take a backup Default: <nil> */ MysqlBackup *MysqlBackup `yaml:"mysql-backup,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.