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