Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageQueue ¶
func NewRedisClient ¶
func NewRedisClient() (*MessageQueue, error)
func (*MessageQueue) PopMessageFromQueue ¶
func (m *MessageQueue) PopMessageFromQueue(queueName string) (string, error)
func (*MessageQueue) PushMessageToQueue ¶
func (m *MessageQueue) PushMessageToQueue(queueName string, message string) error
Click to show internal directories.
Click to hide internal directories.