Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartRefundTicketConsumer ¶
func StartRefundTicketConsumer()
Types ¶
type PushConsumer ¶
type PushConsumer struct { F func(msg string) GroupName string Topic string Address string // contains filtered or unexported fields }
Implement push consumer.
func (*PushConsumer) Shutdown ¶
func (c *PushConsumer) Shutdown() error
func (*PushConsumer) Start ¶
func (c *PushConsumer) Start() error
type PushConsumerInterface ¶
Define push consumer interface.
Click to show internal directories.
Click to hide internal directories.