Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventStore ¶
type EventStore interface { Enqueue(msg *protocol.MessageRequest) error Dequeue() (*protocol.MessageRequest, error) }
func NewEventStore ¶
func NewEventStore(db *ledis.DB) EventStore
NewEventStore create a new eventStore
Click to show internal directories.
Click to hide internal directories.