# Functions
ConnectDataBase to create a database connection.
Migrate database schema.
NewCduleRepository cdule repository.
# Constants
JobStatusCompleted status COMPLETED.
JobStatusFailed status FAILED.
JobStatusInProgress status IN_PROGRESS.
JobStatusNew status NEW.
# Structs
Job struct.
JobHistory struct.
Model common model.
Repositories struct.
Schedule used by Execution Routine to execute a scheduled job in the evert one minute duration.
Worker Node health check via the heartbeat.
# Interfaces
CduleRepository cdule repository interface.
# Type aliases
JobStatus for job status.