package
1.0.12
Repository: https://github.com/deepaksinghvi/cdule.git
Documentation: pkg.go.dev

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

# Variables

CduleRepos repositories.
DB gorm DB.

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