README ¶ ydyCron golang cron && web controllers CREATE TABLE "task" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text(50), "settime" text(50), "cmd" text(200), "desc" text, "status" INTEGER DEFAULT 1, "ctime" INTEGER ); CREATE TABLE "task_history" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" INTEGER, "start_time" INTEGER, "end_time" INTEGER, "output" text ); Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files ydyCron.go Click to show internal directories. Click to hide internal directories.