Documentation
¶
Index ¶
Constants ¶
View Source
const HOST = "64.226.122.208"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueueClient ¶
type QueueClient interface {
Push(key string, value []byte)
Pull() (string, []byte)
Subscribe(function SubscribeFunction)
}
func GetQueueClient ¶
func GetQueueClient() QueueClient
type SubscribeFunction ¶
Click to show internal directories.
Click to hide internal directories.