package models import ( "github.com/jinzhu/gorm" ) // Task represent a automated task type Task struct { gorm.Model LastExecution string }