package
0.0.0-20220824021342-5961e9c4d224
Repository: https://github.com/xiaodingding/iotfast.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewMockStore creates a new mock instance.
# Structs
MockStore is a mock of Store interface.
MockStoreMockRecorder is the mock recorder for MockStore.
# Interfaces
Store is the interface used by gmqtt.server and external logic to handler the operations of retained messages.
# Type aliases
IterateFn is the callback function used by iterate() Return false means to stop the iteration.