Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotListeningList = errors.New("不是一个好的监听列表")
监听列表获取错误
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { // 数据库内序号 ID int64 `gorm:"primaryKey;autoIncrement" json:"-"` Patten string `form:"patten" json:"patten" yaml:"patten"` request.Job }
回调任务封装
Click to show internal directories.
Click to hide internal directories.