package
3.0.0+incompatible
Repository: https://github.com/percona/pmm.git
Documentation: pkg.go.dev

# Functions

New creates new scheduler service.
NewMongoDBBackupTask create new task for mongo backup.
NewMySQLBackupTask create new task for mysql backup.

# Structs

AddParams contains parameters for adding new add to service.
BackupTaskParams contains common fields for all backup tasks.
Service is responsible for executing tasks and storing them to DB.

# Interfaces

Task represents task which will be run inside scheduler.