package
0.0.0-20240804173101-b286a40bf0d8
Repository: https://github.com/passsquale/platform_common.git
Documentation: pkg.go.dev

# Functions

NewRedisMock returns a mock for storage.Redis.

# Structs

RedisMock implements storage.Redis.
RedisMockCloseExpectation specifies expectation struct of the Redis.Close.
RedisMockCloseResults contains results of the Redis.Close.
RedisMockGetExpectation specifies expectation struct of the Redis.Get.
RedisMockGetParams contains parameters of the Redis.Get.
RedisMockGetResults contains results of the Redis.Get.
RedisMockPingExpectation specifies expectation struct of the Redis.Ping.
RedisMockPingResults contains results of the Redis.Ping.
RedisMockSetExpectation specifies expectation struct of the Redis.Set.
RedisMockSetParams contains parameters of the Redis.Set.
RedisMockSetResults contains results of the Redis.Set.