Continue work on database module

This commit is contained in:
Daniel 2018-09-06 19:06:13 +02:00
parent 7ad09b60c1
commit b8e7f90dbe
25 changed files with 962 additions and 1073 deletions

View file

@ -8,10 +8,10 @@ import (
var (
genCodeTestMeta = &Meta{
created: time.Now().Unix(),
modified: time.Now().Unix(),
expires: time.Now().Unix(),
deleted: time.Now().Unix(),
Created: time.Now().Unix(),
Modified: time.Now().Unix(),
Expires: time.Now().Unix(),
Deleted: time.Now().Unix(),
secret: true,
cronjewel: true,
}