package
0.2.0
Repository: https://github.com/mikestefanello/backlite.git
Documentation: pkg.go.dev

# Functions

DeleteExpiredCompleted deletes completed tasks that have an expiration date in the past.
GetCompletedTasks loads completed tasks from the database using a given query and arguments.
GetScheduledTasks loads the tasks that are next up to be executed in order of execution time.
GetTasks loads tasks from the database using a given query and arguments.

# Structs

No description provided by the author
Task is a task that is queued for execution.

# Type aliases

No description provided by the author
Tasks are a slice of tasks.