Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Contains ¶
func Contains(s []*CronExpression, e string) int
Types ¶
type ChangeCron ¶
type CronExpression ¶
type CronExpression struct { gorm.Model Exrpression string ReliableChanges []*ReliableChange `gorm:"many2many:change_crons;"` }
type ReliableChange ¶
type ReliableChangeList ¶
type ReliableChangeList []ReliableChange
Click to show internal directories.
Click to hide internal directories.