ydycron

command module
v0.0.0-...-314d7ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 26, 2016 License: Apache-2.0 Imports: 17 Imported by: 0

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
);

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL