package
4.0.0+incompatible
Repository: https://github.com/edgexfoundry/edgex-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
AddScheduleJob adds a new schedule job.
AllScheduleActionRecords query the schedule action records with the specified offset, limit, and time range.
AllScheduleJobs queries all the schedule jobs with offset and limit.
AsyncPurgeRecord purge schedule action records according to the retention capability.
DeleteScheduleActionRecordsByAge deletes the schedule action records by age.
DeleteScheduleJobByName deletes the schedule job by name.
GenerateMissedScheduleActionRecords generates missed schedule action records.
LatestScheduleActionRecordsByJobName query the latest schedule action records by job name.
LoadScheduleJobsToSchedulerManager loads all the existing schedule jobs to the scheduler manager, the MaxResultCount config is used to limit the number of jobs that will be loaded.
PatchScheduleJob executes the PATCH operation with the DTO to replace the old data.
ScheduleActionRecordsByJobName query the schedule action records with the specified job name, offset, limit, and time range.
ScheduleActionRecordsByJobNameAndStatus query the schedule action records with the specified job name, status, offset, limit, and time range.
ScheduleActionRecordsByStatus query the schedule action records with the specified status, offset, limit, and time range.
ScheduleJobByName queries the schedule job by name.
TriggerScheduleJobByName triggers a schedule job by name.