package
0.0.0-20241021115229-a8bdbce37716
Repository: https://github.com/slpcat/docker-images.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.
SanitizeArgs takes a slice, redacts all occurrences of a given string and returns a single string concatenated with spaces.

# Structs

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