package
0.0.0-20231014214933-bf83fb330073
Repository: https://github.com/skyrin/go-lib.git
Documentation: pkg.go.dev

# Functions

ProcessDelete permanently removes the specified record from the process table.
ProcessGet fetches records from db.
ProcessGetByCode returns the process record with the specified code.
ProcessGetByID returns the process record with the specified id.
ProcessLock attempts to establish a lock on the specified process.
ProcessRunComplete marks record as completed.
ProcessRunCreate inserts a new record.
ProcessRunDelete deletes record.
ProcessRunFail marks record as failed.
ProcessRunGet performs the DB query to return the list of docks.
ProcessSetInterval update the interval for the process.
ProcessSetLastSuccess sets the process's last successful run time as now and updates the process success statistics, which include: 1.
ProcessSetRunTime sets the process's last run time as now and the next run time based on the interval.
ProcessUpdate updates the specified dock record.
ProcessUpsert upsert a record into the process table.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProcessRunTable.
ProcessTable.

# Structs

ProcessGetParam get params.
ProcessRunGetParam get params.