Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Redis ¶
type Redis struct {
// contains filtered or unexported fields
}
Redis is a mock of Redis interface.
func (*Redis) EXPECT ¶
func (m *Redis) EXPECT() *RedisMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type RedisMockRecorder ¶
type RedisMockRecorder struct {
// contains filtered or unexported fields
}
RedisMockRecorder is the mock recorder for Redis.
func (*RedisMockRecorder) Exclusive ¶
func (mr *RedisMockRecorder) Exclusive(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Exclusive indicates an expected call of Exclusive.
func (*RedisMockRecorder) Ping ¶
func (mr *RedisMockRecorder) Ping() *gomock.Call
Ping indicates an expected call of Ping.
Click to show internal directories.
Click to hide internal directories.