# 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.