package model import "gorm.io/gorm" type RunningCrontab struct { Name string CronId int gorm.Model }