package
0.0.0-20200528063454-c2ba8ab4e383
Repository: https://github.com/cuijxin/mysql-operator.git
Documentation: pkg.go.dev

# Functions

NewConfig creates an mysqldump configuration based on the input parameters.
NewExecutor creates a provider capable of creating and restoring backups with the mysqldump tool.

# Structs

Config holds the MySQL credentials required to authenticate with the MySQL database being backed-up or restored.
Executor creates backups using mysqldump.