plugins/tools/cron/cron
Cron management tools — let the agent create, list, update, and delete
cron jobs at runtime. Jobs are stored in the cron_jobs SQLite table.
Closure-captured with conn at construction time.
Values
pub fn tools_with_conn(
conn: sqlight.Connection,
) -> List(tool.Tool)