package
Version:
v0.0.0-...-7bf43a4
Opens a new window with list of versions in this module.
Published: Dec 13, 2019
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Push(value interface{}) error
Push 添加一个Job到队列中
type BaseOrm struct {
DB *gorm.DB
}
type BucketItem struct {
}
BucketItem bucket中的元素
type CloseOrderBody struct {
OrderId string `json:"order_id"`
}
*
关闭vip订单具体操作
type Jobs struct {
Topic string `json:"topic"`
ID string `json:"id"`
Delay int64 `json:"delay"`
TTR int64 `json:"ttr"`
}
*
Job体
Source Files
¶
Click to show internal directories.
Click to hide internal directories.