streaming_mysql_backup_tool

package
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

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 !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL