Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisClient ¶
RedisClient is an autogenerated mock type for the RedisClient type
func (*RedisClient) AddToStream ¶
func (_m *RedisClient) AddToStream(stream string, values map[string]interface{}) error
AddToStream provides a mock function with given fields: stream, values
func (*RedisClient) Close ¶
func (_m *RedisClient) Close() error
Close provides a mock function with given fields:
func (*RedisClient) ReadFromStream ¶
func (_m *RedisClient) ReadFromStream(stream string) ([]types.MessageEnvelope, error)
ReadFromStream provides a mock function with given fields: stream
Click to show internal directories.
Click to hide internal directories.