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