Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueueImpl ¶
type QueueImpl struct { }
func (*QueueImpl) GetRedisListKey ¶
func (*QueueImpl) Init ¶
func (this *QueueImpl) Init() QueueInterface
type QueueInterface ¶
type QueueInterface interface { Empty(channel int64) Push(channel int64, newId int64) GetLatest(channel int64, latestId int64) (newId int64) }
var Session QueueInterface
Click to show internal directories.
Click to hide internal directories.