Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InsQueue *workQueue
Functions ¶
func MustNewQueue ¶
func MustNewQueue(topic string, handler ConsumeHandler) queue.MessageQueue
func NewQueue ¶
func NewQueue(topic string, handler ConsumeHandler) (queue.MessageQueue, error)
Types ¶
type AiQueue ¶
type AiQueue struct {
// contains filtered or unexported fields
}
* Listening to the payment flow status change notification message queue
type CloudMq ¶
type CloudMq struct {
// contains filtered or unexported fields
}
*
func NewCloudMq ¶
func NewCloudMq(ctx context.Context, svcCtx *svc.ServiceContext) *CloudMq
type ConsumeHandle ¶
type ConsumeHandler ¶
Click to show internal directories.
Click to hide internal directories.