package
0.0.0-20220824021342-5961e9c4d224
Repository: https://github.com/xiaodingding/iotfast.git
Documentation: pkg.go.dev
# Functions
ElemExpiry return whether the elem is expired.
NewMockMessageWithID creates a new mock instance.
NewMockNotifier creates a new mock instance.
NewMockStore creates a new mock instance.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Elem represents the element store in the queue.
InitOptions is used to pass some required client information to the queue.Init().
InternalError wraps the error of the backend storage.
MockMessageWithID is a mock of MessageWithID interface.
MockMessageWithIDMockRecorder is the mock recorder for MockMessageWithID.
MockNotifier is a mock of Notifier interface.
MockNotifierMockRecorder is the mock recorder for MockNotifier.
MockStore is a mock of Store interface.
MockStoreMockRecorder is the mock recorder for MockStore.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
Store represents a queue store for one client.