mocks

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockBootableProvider

type MockBootableProvider struct {
	// contains filtered or unexported fields
}

MockBootableProvider is a mock of BootableProvider interface.

func NewMockBootableProvider

func NewMockBootableProvider(ctrl *gomock.Controller) *MockBootableProvider

NewMockBootableProvider creates a new mock instance.

func (*MockBootableProvider) Boot

func (m *MockBootableProvider) Boot(container *dig.Container) error

Boot mocks base method.

func (*MockBootableProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockBootableProvider) Id

func (m *MockBootableProvider) Id() string

Id mocks base method.

func (*MockBootableProvider) Register

func (m *MockBootableProvider) Register(container *dig.Container) error

Register mocks base method.

type MockBootableProviderMockRecorder

type MockBootableProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockBootableProviderMockRecorder is the mock recorder for MockBootableProvider.

func (*MockBootableProviderMockRecorder) Boot

func (mr *MockBootableProviderMockRecorder) Boot(container interface{}) *gomock.Call

Boot indicates an expected call of Boot.

func (*MockBootableProviderMockRecorder) Id

Id indicates an expected call of Id.

func (*MockBootableProviderMockRecorder) Register

func (mr *MockBootableProviderMockRecorder) Register(container interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockCacheAdaptor

type MockCacheAdaptor struct {
	// contains filtered or unexported fields
}

MockCacheAdaptor is a mock of CacheAdaptor interface.

func NewMockCacheAdaptor

func NewMockCacheAdaptor(ctrl *gomock.Controller) *MockCacheAdaptor

NewMockCacheAdaptor creates a new mock instance.

func (*MockCacheAdaptor) Del

func (m *MockCacheAdaptor) Del(obj ...any) error

Del mocks base method.

func (*MockCacheAdaptor) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCacheAdaptor) Get

func (m *MockCacheAdaptor) Get(obj ...any) ([]any, error)

Get mocks base method.

func (*MockCacheAdaptor) Has

func (m *MockCacheAdaptor) Has(obj ...any) ([]bool, error)

Has mocks base method.

func (*MockCacheAdaptor) Set

func (m *MockCacheAdaptor) Set(obj ...any) error

Set mocks base method.

func (*MockCacheAdaptor) SetEphemeral

func (m *MockCacheAdaptor) SetEphemeral(ttl time.Duration, obj ...any) error

SetEphemeral mocks base method.

type MockCacheAdaptorCreator

type MockCacheAdaptorCreator struct {
	// contains filtered or unexported fields
}

MockCacheAdaptorCreator is a mock of CacheAdaptorCreator interface.

func NewMockCacheAdaptorCreator

func NewMockCacheAdaptorCreator(ctrl *gomock.Controller) *MockCacheAdaptorCreator

NewMockCacheAdaptorCreator creates a new mock instance.

func (*MockCacheAdaptorCreator) Accept

func (m *MockCacheAdaptorCreator) Accept(config flam.Bag) bool

Accept mocks base method.

func (*MockCacheAdaptorCreator) Create

func (m *MockCacheAdaptorCreator) Create(config flam.Bag) (flam.CacheAdaptor, error)

Create mocks base method.

func (*MockCacheAdaptorCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockCacheAdaptorCreatorMockRecorder

type MockCacheAdaptorCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheAdaptorCreatorMockRecorder is the mock recorder for MockCacheAdaptorCreator.

func (*MockCacheAdaptorCreatorMockRecorder) Accept

func (mr *MockCacheAdaptorCreatorMockRecorder) Accept(config interface{}) *gomock.Call

Accept indicates an expected call of Accept.

func (*MockCacheAdaptorCreatorMockRecorder) Create

func (mr *MockCacheAdaptorCreatorMockRecorder) Create(config interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockCacheAdaptorMockRecorder

type MockCacheAdaptorMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheAdaptorMockRecorder is the mock recorder for MockCacheAdaptor.

func (*MockCacheAdaptorMockRecorder) Del

func (mr *MockCacheAdaptorMockRecorder) Del(obj ...interface{}) *gomock.Call

Del indicates an expected call of Del.

func (*MockCacheAdaptorMockRecorder) Get

func (mr *MockCacheAdaptorMockRecorder) Get(obj ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockCacheAdaptorMockRecorder) Has

func (mr *MockCacheAdaptorMockRecorder) Has(obj ...interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockCacheAdaptorMockRecorder) Set

func (mr *MockCacheAdaptorMockRecorder) Set(obj ...interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockCacheAdaptorMockRecorder) SetEphemeral

func (mr *MockCacheAdaptorMockRecorder) SetEphemeral(ttl interface{}, obj ...interface{}) *gomock.Call

SetEphemeral indicates an expected call of SetEphemeral.

type MockCacheKeyGenerator

type MockCacheKeyGenerator struct {
	// contains filtered or unexported fields
}

MockCacheKeyGenerator is a mock of CacheKeyGenerator interface.

func NewMockCacheKeyGenerator

func NewMockCacheKeyGenerator(ctrl *gomock.Controller) *MockCacheKeyGenerator

NewMockCacheKeyGenerator creates a new mock instance.

func (*MockCacheKeyGenerator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCacheKeyGenerator) Generate

func (m *MockCacheKeyGenerator) Generate(obj any) (string, error)

Generate mocks base method.

type MockCacheKeyGeneratorCreator

type MockCacheKeyGeneratorCreator struct {
	// contains filtered or unexported fields
}

MockCacheKeyGeneratorCreator is a mock of CacheKeyGeneratorCreator interface.

func NewMockCacheKeyGeneratorCreator

func NewMockCacheKeyGeneratorCreator(ctrl *gomock.Controller) *MockCacheKeyGeneratorCreator

NewMockCacheKeyGeneratorCreator creates a new mock instance.

func (*MockCacheKeyGeneratorCreator) Accept

func (m *MockCacheKeyGeneratorCreator) Accept(config flam.Bag) bool

Accept mocks base method.

func (*MockCacheKeyGeneratorCreator) Create

Create mocks base method.

func (*MockCacheKeyGeneratorCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockCacheKeyGeneratorCreatorMockRecorder

type MockCacheKeyGeneratorCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheKeyGeneratorCreatorMockRecorder is the mock recorder for MockCacheKeyGeneratorCreator.

func (*MockCacheKeyGeneratorCreatorMockRecorder) Accept

func (mr *MockCacheKeyGeneratorCreatorMockRecorder) Accept(config interface{}) *gomock.Call

Accept indicates an expected call of Accept.

func (*MockCacheKeyGeneratorCreatorMockRecorder) Create

func (mr *MockCacheKeyGeneratorCreatorMockRecorder) Create(config interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockCacheKeyGeneratorMockRecorder

type MockCacheKeyGeneratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheKeyGeneratorMockRecorder is the mock recorder for MockCacheKeyGenerator.

func (*MockCacheKeyGeneratorMockRecorder) Generate

func (mr *MockCacheKeyGeneratorMockRecorder) Generate(obj interface{}) *gomock.Call

Generate indicates an expected call of Generate.

type MockCacheSerializer

type MockCacheSerializer struct {
	// contains filtered or unexported fields
}

MockCacheSerializer is a mock of CacheSerializer interface.

func NewMockCacheSerializer

func NewMockCacheSerializer(ctrl *gomock.Controller) *MockCacheSerializer

NewMockCacheSerializer creates a new mock instance.

func (*MockCacheSerializer) Deserialize

func (m *MockCacheSerializer) Deserialize(data string, obj any) error

Deserialize mocks base method.

func (*MockCacheSerializer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCacheSerializer) Serialize

func (m *MockCacheSerializer) Serialize(obj any) (string, error)

Serialize mocks base method.

type MockCacheSerializerCreator

type MockCacheSerializerCreator struct {
	// contains filtered or unexported fields
}

MockCacheSerializerCreator is a mock of CacheSerializerCreator interface.

func NewMockCacheSerializerCreator

func NewMockCacheSerializerCreator(ctrl *gomock.Controller) *MockCacheSerializerCreator

NewMockCacheSerializerCreator creates a new mock instance.

func (*MockCacheSerializerCreator) Accept

func (m *MockCacheSerializerCreator) Accept(config flam.Bag) bool

Accept mocks base method.

func (*MockCacheSerializerCreator) Create

Create mocks base method.

func (*MockCacheSerializerCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockCacheSerializerCreatorMockRecorder

type MockCacheSerializerCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheSerializerCreatorMockRecorder is the mock recorder for MockCacheSerializerCreator.

func (*MockCacheSerializerCreatorMockRecorder) Accept

func (mr *MockCacheSerializerCreatorMockRecorder) Accept(config interface{}) *gomock.Call

Accept indicates an expected call of Accept.

func (*MockCacheSerializerCreatorMockRecorder) Create

func (mr *MockCacheSerializerCreatorMockRecorder) Create(config interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockCacheSerializerMockRecorder

type MockCacheSerializerMockRecorder struct {
	// contains filtered or unexported fields
}

MockCacheSerializerMockRecorder is the mock recorder for MockCacheSerializer.

func (*MockCacheSerializerMockRecorder) Deserialize

func (mr *MockCacheSerializerMockRecorder) Deserialize(data, obj interface{}) *gomock.Call

Deserialize indicates an expected call of Deserialize.

func (*MockCacheSerializerMockRecorder) Serialize

func (mr *MockCacheSerializerMockRecorder) Serialize(obj interface{}) *gomock.Call

Serialize indicates an expected call of Serialize.

type MockClosableProvider

type MockClosableProvider struct {
	// contains filtered or unexported fields
}

MockClosableProvider is a mock of ClosableProvider interface.

func NewMockClosableProvider

func NewMockClosableProvider(ctrl *gomock.Controller) *MockClosableProvider

NewMockClosableProvider creates a new mock instance.

func (*MockClosableProvider) Close

func (m *MockClosableProvider) Close(container *dig.Container) error

Close mocks base method.

func (*MockClosableProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClosableProvider) Id

func (m *MockClosableProvider) Id() string

Id mocks base method.

func (*MockClosableProvider) Register

func (m *MockClosableProvider) Register(container *dig.Container) error

Register mocks base method.

type MockClosableProviderMockRecorder

type MockClosableProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockClosableProviderMockRecorder is the mock recorder for MockClosableProvider.

func (*MockClosableProviderMockRecorder) Close

func (mr *MockClosableProviderMockRecorder) Close(container interface{}) *gomock.Call

Close indicates an expected call of Close.

func (*MockClosableProviderMockRecorder) Id

Id indicates an expected call of Id.

func (*MockClosableProviderMockRecorder) Register

func (mr *MockClosableProviderMockRecorder) Register(container interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockConfigParser

type MockConfigParser struct {
	// contains filtered or unexported fields
}

MockConfigParser is a mock of ConfigParser interface.

func NewMockConfigParser

func NewMockConfigParser(ctrl *gomock.Controller) *MockConfigParser

NewMockConfigParser creates a new mock instance.

func (*MockConfigParser) Close

func (m *MockConfigParser) Close() error

Close mocks base method.

func (*MockConfigParser) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigParser) Parse

func (m *MockConfigParser) Parse(reader io.Reader) (flam.Bag, error)

Parse mocks base method.

type MockConfigParserMockRecorder

type MockConfigParserMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigParserMockRecorder is the mock recorder for MockConfigParser.

func (*MockConfigParserMockRecorder) Close

Close indicates an expected call of Close.

func (*MockConfigParserMockRecorder) Parse

func (mr *MockConfigParserMockRecorder) Parse(reader interface{}) *gomock.Call

Parse indicates an expected call of Parse.

type MockConfigRestClient

type MockConfigRestClient struct {
	// contains filtered or unexported fields
}

MockConfigRestClient is a mock of ConfigRestClient interface.

func NewMockConfigRestClient

func NewMockConfigRestClient(ctrl *gomock.Controller) *MockConfigRestClient

NewMockConfigRestClient creates a new mock instance.

func (*MockConfigRestClient) Do

Do mocks base method.

func (*MockConfigRestClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockConfigRestClientGenerator

type MockConfigRestClientGenerator struct {
	// contains filtered or unexported fields
}

MockConfigRestClientGenerator is a mock of ConfigRestClientGenerator interface.

func NewMockConfigRestClientGenerator

func NewMockConfigRestClientGenerator(ctrl *gomock.Controller) *MockConfigRestClientGenerator

NewMockConfigRestClientGenerator creates a new mock instance.

func (*MockConfigRestClientGenerator) Create

Create mocks base method.

func (*MockConfigRestClientGenerator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockConfigRestClientGeneratorMockRecorder

type MockConfigRestClientGeneratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigRestClientGeneratorMockRecorder is the mock recorder for MockConfigRestClientGenerator.

func (*MockConfigRestClientGeneratorMockRecorder) Create

Create indicates an expected call of Create.

type MockConfigRestClientMockRecorder

type MockConfigRestClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigRestClientMockRecorder is the mock recorder for MockConfigRestClient.

func (*MockConfigRestClientMockRecorder) Do

func (mr *MockConfigRestClientMockRecorder) Do(req interface{}) *gomock.Call

Do indicates an expected call of Do.

type MockConfigSource

type MockConfigSource struct {
	// contains filtered or unexported fields
}

MockConfigSource is a mock of ConfigSource interface.

func NewMockConfigSource

func NewMockConfigSource(ctrl *gomock.Controller) *MockConfigSource

NewMockConfigSource creates a new mock instance.

func (*MockConfigSource) Close

func (m *MockConfigSource) Close() error

Close mocks base method.

func (*MockConfigSource) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigSource) Get

func (m *MockConfigSource) Get(path string, def ...any) any

Get mocks base method.

func (*MockConfigSource) GetPriority

func (m *MockConfigSource) GetPriority() int

GetPriority mocks base method.

func (*MockConfigSource) SetPriority

func (m *MockConfigSource) SetPriority(priority int)

SetPriority mocks base method.

type MockConfigSourceCreator

type MockConfigSourceCreator struct {
	// contains filtered or unexported fields
}

MockConfigSourceCreator is a mock of ConfigSourceCreator interface.

func NewMockConfigSourceCreator

func NewMockConfigSourceCreator(ctrl *gomock.Controller) *MockConfigSourceCreator

NewMockConfigSourceCreator creates a new mock instance.

func (*MockConfigSourceCreator) Accept

func (m *MockConfigSourceCreator) Accept(config flam.Bag) bool

Accept mocks base method.

func (*MockConfigSourceCreator) Create

func (m *MockConfigSourceCreator) Create(config flam.Bag) (flam.ConfigSource, error)

Create mocks base method.

func (*MockConfigSourceCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockConfigSourceCreatorMockRecorder

type MockConfigSourceCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigSourceCreatorMockRecorder is the mock recorder for MockConfigSourceCreator.

func (*MockConfigSourceCreatorMockRecorder) Accept

func (mr *MockConfigSourceCreatorMockRecorder) Accept(config interface{}) *gomock.Call

Accept indicates an expected call of Accept.

func (*MockConfigSourceCreatorMockRecorder) Create

func (mr *MockConfigSourceCreatorMockRecorder) Create(config interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockConfigSourceMockRecorder

type MockConfigSourceMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigSourceMockRecorder is the mock recorder for MockConfigSource.

func (*MockConfigSourceMockRecorder) Close

Close indicates an expected call of Close.

func (*MockConfigSourceMockRecorder) Get

func (mr *MockConfigSourceMockRecorder) Get(path interface{}, def ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockConfigSourceMockRecorder) GetPriority

func (mr *MockConfigSourceMockRecorder) GetPriority() *gomock.Call

GetPriority indicates an expected call of GetPriority.

func (*MockConfigSourceMockRecorder) SetPriority

func (mr *MockConfigSourceMockRecorder) SetPriority(priority interface{}) *gomock.Call

SetPriority indicates an expected call of SetPriority.

type MockConfigurableProvider

type MockConfigurableProvider struct {
	// contains filtered or unexported fields
}

MockConfigurableProvider is a mock of ConfigurableProvider interface.

func NewMockConfigurableProvider

func NewMockConfigurableProvider(ctrl *gomock.Controller) *MockConfigurableProvider

NewMockConfigurableProvider creates a new mock instance.

func (*MockConfigurableProvider) Config

func (m *MockConfigurableProvider) Config(config *flam.Bag) error

Config mocks base method.

func (*MockConfigurableProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockConfigurableProvider) Id

Id mocks base method.

func (*MockConfigurableProvider) Register

func (m *MockConfigurableProvider) Register(container *dig.Container) error

Register mocks base method.

type MockConfigurableProviderMockRecorder

type MockConfigurableProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockConfigurableProviderMockRecorder is the mock recorder for MockConfigurableProvider.

func (*MockConfigurableProviderMockRecorder) Config

func (mr *MockConfigurableProviderMockRecorder) Config(config interface{}) *gomock.Call

Config indicates an expected call of Config.

func (*MockConfigurableProviderMockRecorder) Id

Id indicates an expected call of Id.

func (*MockConfigurableProviderMockRecorder) Register

func (mr *MockConfigurableProviderMockRecorder) Register(container interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockDatabaseConnection

type MockDatabaseConnection struct {
	// contains filtered or unexported fields
}

MockDatabaseConnection is a mock of DatabaseConnection interface.

func NewMockDatabaseConnection

func NewMockDatabaseConnection(ctrl *gomock.Controller) *MockDatabaseConnection

NewMockDatabaseConnection creates a new mock instance.

func (*MockDatabaseConnection) AddError

func (m *MockDatabaseConnection) AddError(e error) error

AddError mocks base method.

func (*MockDatabaseConnection) Assign

func (m *MockDatabaseConnection) Assign(attrs ...interface{}) *gorm.DB

Assign mocks base method.

func (*MockDatabaseConnection) Association

func (m *MockDatabaseConnection) Association(column string) *gorm.Association

Association mocks base method.

func (*MockDatabaseConnection) Attrs

func (m *MockDatabaseConnection) Attrs(attrs ...interface{}) *gorm.DB

Attrs mocks base method.

func (*MockDatabaseConnection) AutoMigrate

func (m *MockDatabaseConnection) AutoMigrate(dst ...interface{}) error

AutoMigrate mocks base method.

func (*MockDatabaseConnection) Begin

func (m *MockDatabaseConnection) Begin(opts ...*sql.TxOptions) *gorm.DB

Begin mocks base method.

func (*MockDatabaseConnection) Clauses

func (m *MockDatabaseConnection) Clauses(conds ...clause.Expression) *gorm.DB

Clauses mocks base method.

func (*MockDatabaseConnection) Commit

func (m *MockDatabaseConnection) Commit() *gorm.DB

Commit mocks base method.

func (*MockDatabaseConnection) Connection

func (m *MockDatabaseConnection) Connection(fc func(*gorm.DB) error) error

Connection mocks base method.

func (*MockDatabaseConnection) Count

func (m *MockDatabaseConnection) Count(count *int64) *gorm.DB

Count mocks base method.

func (*MockDatabaseConnection) Create

func (m *MockDatabaseConnection) Create(value interface{}) *gorm.DB

Create mocks base method.

func (*MockDatabaseConnection) CreateInBatches

func (m *MockDatabaseConnection) CreateInBatches(value interface{}, batchSize int) *gorm.DB

CreateInBatches mocks base method.

func (*MockDatabaseConnection) DB

func (m *MockDatabaseConnection) DB() (*sql.DB, error)

DB mocks base method.

func (*MockDatabaseConnection) Debug

func (m *MockDatabaseConnection) Debug() *gorm.DB

Debug mocks base method.

func (*MockDatabaseConnection) Delete

func (m *MockDatabaseConnection) Delete(value interface{}, conds ...interface{}) *gorm.DB

Delete mocks base method.

func (*MockDatabaseConnection) Distinct

func (m *MockDatabaseConnection) Distinct(args ...interface{}) *gorm.DB

Distinct mocks base method.

func (*MockDatabaseConnection) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDatabaseConnection) Exec

func (m *MockDatabaseConnection) Exec(sql string, values ...interface{}) *gorm.DB

Exec mocks base method.

func (*MockDatabaseConnection) Find

func (m *MockDatabaseConnection) Find(dest interface{}, conds ...interface{}) *gorm.DB

Find mocks base method.

func (*MockDatabaseConnection) FindInBatches

func (m *MockDatabaseConnection) FindInBatches(dest interface{}, batchSize int, fc func(*gorm.DB, int) error) *gorm.DB

FindInBatches mocks base method.

func (*MockDatabaseConnection) First

func (m *MockDatabaseConnection) First(dest interface{}, conds ...interface{}) *gorm.DB

First mocks base method.

func (*MockDatabaseConnection) FirstOrCreate

func (m *MockDatabaseConnection) FirstOrCreate(dest interface{}, conds ...interface{}) *gorm.DB

FirstOrCreate mocks base method.

func (*MockDatabaseConnection) FirstOrInit

func (m *MockDatabaseConnection) FirstOrInit(dest interface{}, conds ...interface{}) *gorm.DB

FirstOrInit mocks base method.

func (*MockDatabaseConnection) Get

func (m *MockDatabaseConnection) Get(key string) (interface{}, bool)

Get mocks base method.

func (*MockDatabaseConnection) Group

func (m *MockDatabaseConnection) Group(name string) *gorm.DB

Group mocks base method.

func (*MockDatabaseConnection) Having

func (m *MockDatabaseConnection) Having(query interface{}, args ...interface{}) *gorm.DB

Having mocks base method.

func (*MockDatabaseConnection) InnerJoins

func (m *MockDatabaseConnection) InnerJoins(query string, args ...interface{}) *gorm.DB

InnerJoins mocks base method.

func (*MockDatabaseConnection) InstanceGet

func (m *MockDatabaseConnection) InstanceGet(key string) (interface{}, bool)

InstanceGet mocks base method.

func (*MockDatabaseConnection) InstanceSet

func (m *MockDatabaseConnection) InstanceSet(key string, value interface{}) *gorm.DB

InstanceSet mocks base method.

func (*MockDatabaseConnection) Joins

func (m *MockDatabaseConnection) Joins(query string, args ...interface{}) *gorm.DB

Joins mocks base method.

func (*MockDatabaseConnection) Last

func (m *MockDatabaseConnection) Last(dest interface{}, conds ...interface{}) *gorm.DB

Last mocks base method.

func (*MockDatabaseConnection) Limit

func (m *MockDatabaseConnection) Limit(limit int) *gorm.DB

Limit mocks base method.

func (*MockDatabaseConnection) MapColumns

func (m_2 *MockDatabaseConnection) MapColumns(m map[string]string) *gorm.DB

MapColumns mocks base method.

func (*MockDatabaseConnection) Migrator

func (m *MockDatabaseConnection) Migrator() gorm.Migrator

Migrator mocks base method.

func (*MockDatabaseConnection) Model

func (m *MockDatabaseConnection) Model(value interface{}) *gorm.DB

Model mocks base method.

func (*MockDatabaseConnection) Not

func (m *MockDatabaseConnection) Not(query interface{}, args ...interface{}) *gorm.DB

Not mocks base method.

func (*MockDatabaseConnection) Offset

func (m *MockDatabaseConnection) Offset(offset int) *gorm.DB

Offset mocks base method.

func (*MockDatabaseConnection) Omit

func (m *MockDatabaseConnection) Omit(columns ...string) *gorm.DB

Omit mocks base method.

func (*MockDatabaseConnection) Or

func (m *MockDatabaseConnection) Or(query interface{}, args ...interface{}) *gorm.DB

Or mocks base method.

func (*MockDatabaseConnection) Order

func (m *MockDatabaseConnection) Order(value interface{}) *gorm.DB

Order mocks base method.

func (*MockDatabaseConnection) Pluck

func (m *MockDatabaseConnection) Pluck(column string, dest interface{}) *gorm.DB

Pluck mocks base method.

func (*MockDatabaseConnection) Preload

func (m *MockDatabaseConnection) Preload(query string, args ...interface{}) *gorm.DB

Preload mocks base method.

func (*MockDatabaseConnection) Raw

func (m *MockDatabaseConnection) Raw(sql string, values ...interface{}) *gorm.DB

Raw mocks base method.

func (*MockDatabaseConnection) Rollback

func (m *MockDatabaseConnection) Rollback() *gorm.DB

Rollback mocks base method.

func (*MockDatabaseConnection) RollbackTo

func (m *MockDatabaseConnection) RollbackTo(name string) *gorm.DB

RollbackTo mocks base method.

func (*MockDatabaseConnection) Row

func (m *MockDatabaseConnection) Row() *sql.Row

Row mocks base method.

func (*MockDatabaseConnection) Rows

func (m *MockDatabaseConnection) Rows() (*sql.Rows, error)

Rows mocks base method.

func (*MockDatabaseConnection) Save

func (m *MockDatabaseConnection) Save(value interface{}) *gorm.DB

Save mocks base method.

func (*MockDatabaseConnection) SavePoint

func (m *MockDatabaseConnection) SavePoint(name string) *gorm.DB

SavePoint mocks base method.

func (*MockDatabaseConnection) Scan

func (m *MockDatabaseConnection) Scan(dest interface{}) *gorm.DB

Scan mocks base method.

func (*MockDatabaseConnection) ScanRows

func (m *MockDatabaseConnection) ScanRows(rows *sql.Rows, dest interface{}) error

ScanRows mocks base method.

func (*MockDatabaseConnection) Scopes

func (m *MockDatabaseConnection) Scopes(funcs ...func(*gorm.DB) *gorm.DB) *gorm.DB

Scopes mocks base method.

func (*MockDatabaseConnection) Select

func (m *MockDatabaseConnection) Select(query interface{}, args ...interface{}) *gorm.DB

Select mocks base method.

func (*MockDatabaseConnection) Session

func (m *MockDatabaseConnection) Session(config *gorm.Session) *gorm.DB

Session mocks base method.

func (*MockDatabaseConnection) Set

func (m *MockDatabaseConnection) Set(key string, value interface{}) *gorm.DB

Set mocks base method.

func (*MockDatabaseConnection) SetupJoinTable

func (m *MockDatabaseConnection) SetupJoinTable(model interface{}, field string, joinTable interface{}) error

SetupJoinTable mocks base method.

func (*MockDatabaseConnection) Table

func (m *MockDatabaseConnection) Table(name string, args ...interface{}) *gorm.DB

Table mocks base method.

func (*MockDatabaseConnection) Take

func (m *MockDatabaseConnection) Take(dest interface{}, conds ...interface{}) *gorm.DB

Take mocks base method.

func (*MockDatabaseConnection) ToSQL

func (m *MockDatabaseConnection) ToSQL(queryFn func(*gorm.DB) *gorm.DB) string

ToSQL mocks base method.

func (*MockDatabaseConnection) Transaction

func (m *MockDatabaseConnection) Transaction(fc func(*gorm.DB) error, opts ...*sql.TxOptions) error

Transaction mocks base method.

func (*MockDatabaseConnection) Unscoped

func (m *MockDatabaseConnection) Unscoped() *gorm.DB

Unscoped mocks base method.

func (*MockDatabaseConnection) Update

func (m *MockDatabaseConnection) Update(column string, value interface{}) *gorm.DB

Update mocks base method.

func (*MockDatabaseConnection) UpdateColumn

func (m *MockDatabaseConnection) UpdateColumn(column string, value interface{}) *gorm.DB

UpdateColumn mocks base method.

func (*MockDatabaseConnection) UpdateColumns

func (m *MockDatabaseConnection) UpdateColumns(values interface{}) *gorm.DB

UpdateColumns mocks base method.

func (*MockDatabaseConnection) Updates

func (m *MockDatabaseConnection) Updates(values interface{}) *gorm.DB

Updates mocks base method.

func (*MockDatabaseConnection) Use

func (m *MockDatabaseConnection) Use(plugin gorm.Plugin) error

Use mocks base method.

func (*MockDatabaseConnection) Where

func (m *MockDatabaseConnection) Where(query interface{}, args ...interface{}) *gorm.DB

Where mocks base method.

func (*MockDatabaseConnection) WithContext

func (m *MockDatabaseConnection) WithContext(ctx context.Context) *gorm.DB

WithContext mocks base method.

type MockDatabaseConnectionMockRecorder

type MockDatabaseConnectionMockRecorder struct {
	// contains filtered or unexported fields
}

MockDatabaseConnectionMockRecorder is the mock recorder for MockDatabaseConnection.

func (*MockDatabaseConnectionMockRecorder) AddError

func (mr *MockDatabaseConnectionMockRecorder) AddError(e interface{}) *gomock.Call

AddError indicates an expected call of AddError.

func (*MockDatabaseConnectionMockRecorder) Assign

func (mr *MockDatabaseConnectionMockRecorder) Assign(attrs ...interface{}) *gomock.Call

Assign indicates an expected call of Assign.

func (*MockDatabaseConnectionMockRecorder) Association

func (mr *MockDatabaseConnectionMockRecorder) Association(column interface{}) *gomock.Call

Association indicates an expected call of Association.

func (*MockDatabaseConnectionMockRecorder) Attrs

func (mr *MockDatabaseConnectionMockRecorder) Attrs(attrs ...interface{}) *gomock.Call

Attrs indicates an expected call of Attrs.

func (*MockDatabaseConnectionMockRecorder) AutoMigrate

func (mr *MockDatabaseConnectionMockRecorder) AutoMigrate(dst ...interface{}) *gomock.Call

AutoMigrate indicates an expected call of AutoMigrate.

func (*MockDatabaseConnectionMockRecorder) Begin

func (mr *MockDatabaseConnectionMockRecorder) Begin(opts ...interface{}) *gomock.Call

Begin indicates an expected call of Begin.

func (*MockDatabaseConnectionMockRecorder) Clauses

func (mr *MockDatabaseConnectionMockRecorder) Clauses(conds ...interface{}) *gomock.Call

Clauses indicates an expected call of Clauses.

func (*MockDatabaseConnectionMockRecorder) Commit

Commit indicates an expected call of Commit.

func (*MockDatabaseConnectionMockRecorder) Connection

func (mr *MockDatabaseConnectionMockRecorder) Connection(fc interface{}) *gomock.Call

Connection indicates an expected call of Connection.

func (*MockDatabaseConnectionMockRecorder) Count

func (mr *MockDatabaseConnectionMockRecorder) Count(count interface{}) *gomock.Call

Count indicates an expected call of Count.

func (*MockDatabaseConnectionMockRecorder) Create

func (mr *MockDatabaseConnectionMockRecorder) Create(value interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockDatabaseConnectionMockRecorder) CreateInBatches

func (mr *MockDatabaseConnectionMockRecorder) CreateInBatches(value, batchSize interface{}) *gomock.Call

CreateInBatches indicates an expected call of CreateInBatches.

func (*MockDatabaseConnectionMockRecorder) DB

DB indicates an expected call of DB.

func (*MockDatabaseConnectionMockRecorder) Debug

Debug indicates an expected call of Debug.

func (*MockDatabaseConnectionMockRecorder) Delete

func (mr *MockDatabaseConnectionMockRecorder) Delete(value interface{}, conds ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockDatabaseConnectionMockRecorder) Distinct

func (mr *MockDatabaseConnectionMockRecorder) Distinct(args ...interface{}) *gomock.Call

Distinct indicates an expected call of Distinct.

func (*MockDatabaseConnectionMockRecorder) Exec

func (mr *MockDatabaseConnectionMockRecorder) Exec(sql interface{}, values ...interface{}) *gomock.Call

Exec indicates an expected call of Exec.

func (*MockDatabaseConnectionMockRecorder) Find

func (mr *MockDatabaseConnectionMockRecorder) Find(dest interface{}, conds ...interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockDatabaseConnectionMockRecorder) FindInBatches

func (mr *MockDatabaseConnectionMockRecorder) FindInBatches(dest, batchSize, fc interface{}) *gomock.Call

FindInBatches indicates an expected call of FindInBatches.

func (*MockDatabaseConnectionMockRecorder) First

func (mr *MockDatabaseConnectionMockRecorder) First(dest interface{}, conds ...interface{}) *gomock.Call

First indicates an expected call of First.

func (*MockDatabaseConnectionMockRecorder) FirstOrCreate

func (mr *MockDatabaseConnectionMockRecorder) FirstOrCreate(dest interface{}, conds ...interface{}) *gomock.Call

FirstOrCreate indicates an expected call of FirstOrCreate.

func (*MockDatabaseConnectionMockRecorder) FirstOrInit

func (mr *MockDatabaseConnectionMockRecorder) FirstOrInit(dest interface{}, conds ...interface{}) *gomock.Call

FirstOrInit indicates an expected call of FirstOrInit.

func (*MockDatabaseConnectionMockRecorder) Get

func (mr *MockDatabaseConnectionMockRecorder) Get(key interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockDatabaseConnectionMockRecorder) Group

func (mr *MockDatabaseConnectionMockRecorder) Group(name interface{}) *gomock.Call

Group indicates an expected call of Group.

func (*MockDatabaseConnectionMockRecorder) Having

func (mr *MockDatabaseConnectionMockRecorder) Having(query interface{}, args ...interface{}) *gomock.Call

Having indicates an expected call of Having.

func (*MockDatabaseConnectionMockRecorder) InnerJoins

func (mr *MockDatabaseConnectionMockRecorder) InnerJoins(query interface{}, args ...interface{}) *gomock.Call

InnerJoins indicates an expected call of InnerJoins.

func (*MockDatabaseConnectionMockRecorder) InstanceGet

func (mr *MockDatabaseConnectionMockRecorder) InstanceGet(key interface{}) *gomock.Call

InstanceGet indicates an expected call of InstanceGet.

func (*MockDatabaseConnectionMockRecorder) InstanceSet

func (mr *MockDatabaseConnectionMockRecorder) InstanceSet(key, value interface{}) *gomock.Call

InstanceSet indicates an expected call of InstanceSet.

func (*MockDatabaseConnectionMockRecorder) Joins

func (mr *MockDatabaseConnectionMockRecorder) Joins(query interface{}, args ...interface{}) *gomock.Call

Joins indicates an expected call of Joins.

func (*MockDatabaseConnectionMockRecorder) Last

func (mr *MockDatabaseConnectionMockRecorder) Last(dest interface{}, conds ...interface{}) *gomock.Call

Last indicates an expected call of Last.

func (*MockDatabaseConnectionMockRecorder) Limit

func (mr *MockDatabaseConnectionMockRecorder) Limit(limit interface{}) *gomock.Call

Limit indicates an expected call of Limit.

func (*MockDatabaseConnectionMockRecorder) MapColumns

func (mr *MockDatabaseConnectionMockRecorder) MapColumns(m interface{}) *gomock.Call

MapColumns indicates an expected call of MapColumns.

func (*MockDatabaseConnectionMockRecorder) Migrator

Migrator indicates an expected call of Migrator.

func (*MockDatabaseConnectionMockRecorder) Model

func (mr *MockDatabaseConnectionMockRecorder) Model(value interface{}) *gomock.Call

Model indicates an expected call of Model.

func (*MockDatabaseConnectionMockRecorder) Not

func (mr *MockDatabaseConnectionMockRecorder) Not(query interface{}, args ...interface{}) *gomock.Call

Not indicates an expected call of Not.

func (*MockDatabaseConnectionMockRecorder) Offset

func (mr *MockDatabaseConnectionMockRecorder) Offset(offset interface{}) *gomock.Call

Offset indicates an expected call of Offset.

func (*MockDatabaseConnectionMockRecorder) Omit

func (mr *MockDatabaseConnectionMockRecorder) Omit(columns ...interface{}) *gomock.Call

Omit indicates an expected call of Omit.

func (*MockDatabaseConnectionMockRecorder) Or

func (mr *MockDatabaseConnectionMockRecorder) Or(query interface{}, args ...interface{}) *gomock.Call

Or indicates an expected call of Or.

func (*MockDatabaseConnectionMockRecorder) Order

func (mr *MockDatabaseConnectionMockRecorder) Order(value interface{}) *gomock.Call

Order indicates an expected call of Order.

func (*MockDatabaseConnectionMockRecorder) Pluck

func (mr *MockDatabaseConnectionMockRecorder) Pluck(column, dest interface{}) *gomock.Call

Pluck indicates an expected call of Pluck.

func (*MockDatabaseConnectionMockRecorder) Preload

func (mr *MockDatabaseConnectionMockRecorder) Preload(query interface{}, args ...interface{}) *gomock.Call

Preload indicates an expected call of Preload.

func (*MockDatabaseConnectionMockRecorder) Raw

func (mr *MockDatabaseConnectionMockRecorder) Raw(sql interface{}, values ...interface{}) *gomock.Call

Raw indicates an expected call of Raw.

func (*MockDatabaseConnectionMockRecorder) Rollback

Rollback indicates an expected call of Rollback.

func (*MockDatabaseConnectionMockRecorder) RollbackTo

func (mr *MockDatabaseConnectionMockRecorder) RollbackTo(name interface{}) *gomock.Call

RollbackTo indicates an expected call of RollbackTo.

func (*MockDatabaseConnectionMockRecorder) Row

Row indicates an expected call of Row.

func (*MockDatabaseConnectionMockRecorder) Rows

Rows indicates an expected call of Rows.

func (*MockDatabaseConnectionMockRecorder) Save

func (mr *MockDatabaseConnectionMockRecorder) Save(value interface{}) *gomock.Call

Save indicates an expected call of Save.

func (*MockDatabaseConnectionMockRecorder) SavePoint

func (mr *MockDatabaseConnectionMockRecorder) SavePoint(name interface{}) *gomock.Call

SavePoint indicates an expected call of SavePoint.

func (*MockDatabaseConnectionMockRecorder) Scan

func (mr *MockDatabaseConnectionMockRecorder) Scan(dest interface{}) *gomock.Call

Scan indicates an expected call of Scan.

func (*MockDatabaseConnectionMockRecorder) ScanRows

func (mr *MockDatabaseConnectionMockRecorder) ScanRows(rows, dest interface{}) *gomock.Call

ScanRows indicates an expected call of ScanRows.

func (*MockDatabaseConnectionMockRecorder) Scopes

func (mr *MockDatabaseConnectionMockRecorder) Scopes(funcs ...interface{}) *gomock.Call

Scopes indicates an expected call of Scopes.

func (*MockDatabaseConnectionMockRecorder) Select

func (mr *MockDatabaseConnectionMockRecorder) Select(query interface{}, args ...interface{}) *gomock.Call

Select indicates an expected call of Select.

func (*MockDatabaseConnectionMockRecorder) Session

func (mr *MockDatabaseConnectionMockRecorder) Session(config interface{}) *gomock.Call

Session indicates an expected call of Session.

func (*MockDatabaseConnectionMockRecorder) Set

func (mr *MockDatabaseConnectionMockRecorder) Set(key, value interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockDatabaseConnectionMockRecorder) SetupJoinTable

func (mr *MockDatabaseConnectionMockRecorder) SetupJoinTable(model, field, joinTable interface{}) *gomock.Call

SetupJoinTable indicates an expected call of SetupJoinTable.

func (*MockDatabaseConnectionMockRecorder) Table

func (mr *MockDatabaseConnectionMockRecorder) Table(name interface{}, args ...interface{}) *gomock.Call

Table indicates an expected call of Table.

func (*MockDatabaseConnectionMockRecorder) Take

func (mr *MockDatabaseConnectionMockRecorder) Take(dest interface{}, conds ...interface{}) *gomock.Call

Take indicates an expected call of Take.

func (*MockDatabaseConnectionMockRecorder) ToSQL

func (mr *MockDatabaseConnectionMockRecorder) ToSQL(queryFn interface{}) *gomock.Call

ToSQL indicates an expected call of ToSQL.

func (*MockDatabaseConnectionMockRecorder) Transaction

func (mr *MockDatabaseConnectionMockRecorder) Transaction(fc interface{}, opts ...interface{}) *gomock.Call

Transaction indicates an expected call of Transaction.

func (*MockDatabaseConnectionMockRecorder) Unscoped

Unscoped indicates an expected call of Unscoped.

func (*MockDatabaseConnectionMockRecorder) Update

func (mr *MockDatabaseConnectionMockRecorder) Update(column, value interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockDatabaseConnectionMockRecorder) UpdateColumn

func (mr *MockDatabaseConnectionMockRecorder) UpdateColumn(column, value interface{}) *gomock.Call

UpdateColumn indicates an expected call of UpdateColumn.

func (*MockDatabaseConnectionMockRecorder) UpdateColumns

func (mr *MockDatabaseConnectionMockRecorder) UpdateColumns(values interface{}) *gomock.Call

UpdateColumns indicates an expected call of UpdateColumns.

func (*MockDatabaseConnectionMockRecorder) Updates

func (mr *MockDatabaseConnectionMockRecorder) Updates(values interface{}) *gomock.Call

Updates indicates an expected call of Updates.

func (*MockDatabaseConnectionMockRecorder) Use

func (mr *MockDatabaseConnectionMockRecorder) Use(plugin interface{}) *gomock.Call

Use indicates an expected call of Use.

func (*MockDatabaseConnectionMockRecorder) Where

func (mr *MockDatabaseConnectionMockRecorder) Where(query interface{}, args ...interface{}) *gomock.Call

Where indicates an expected call of Where.

func (*MockDatabaseConnectionMockRecorder) WithContext

func (mr *MockDatabaseConnectionMockRecorder) WithContext(ctx interface{}) *gomock.Call

WithContext indicates an expected call of WithContext.

type MockDatabaseDialect

type MockDatabaseDialect struct {
	// contains filtered or unexported fields
}

MockDatabaseDialect is a mock of DatabaseDialect interface.

func NewMockDatabaseDialect

func NewMockDatabaseDialect(ctrl *gomock.Controller) *MockDatabaseDialect

NewMockDatabaseDialect creates a new mock instance.

func (*MockDatabaseDialect) BindVarTo

func (m *MockDatabaseDialect) BindVarTo(writer clause.Writer, stmt *gorm.Statement, v interface{})

BindVarTo mocks base method.

func (*MockDatabaseDialect) DataTypeOf

func (m *MockDatabaseDialect) DataTypeOf(arg0 *schema.Field) string

DataTypeOf mocks base method.

func (*MockDatabaseDialect) DefaultValueOf

func (m *MockDatabaseDialect) DefaultValueOf(arg0 *schema.Field) clause.Expression

DefaultValueOf mocks base method.

func (*MockDatabaseDialect) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDatabaseDialect) Explain

func (m *MockDatabaseDialect) Explain(sql string, vars ...interface{}) string

Explain mocks base method.

func (*MockDatabaseDialect) Initialize

func (m *MockDatabaseDialect) Initialize(arg0 *gorm.DB) error

Initialize mocks base method.

func (*MockDatabaseDialect) Migrator

func (m *MockDatabaseDialect) Migrator(db *gorm.DB) gorm.Migrator

Migrator mocks base method.

func (*MockDatabaseDialect) Name

func (m *MockDatabaseDialect) Name() string

Name mocks base method.

func (*MockDatabaseDialect) QuoteTo

func (m *MockDatabaseDialect) QuoteTo(arg0 clause.Writer, arg1 string)

QuoteTo mocks base method.

type MockDatabaseDialectMockRecorder

type MockDatabaseDialectMockRecorder struct {
	// contains filtered or unexported fields
}

MockDatabaseDialectMockRecorder is the mock recorder for MockDatabaseDialect.

func (*MockDatabaseDialectMockRecorder) BindVarTo

func (mr *MockDatabaseDialectMockRecorder) BindVarTo(writer, stmt, v interface{}) *gomock.Call

BindVarTo indicates an expected call of BindVarTo.

func (*MockDatabaseDialectMockRecorder) DataTypeOf

func (mr *MockDatabaseDialectMockRecorder) DataTypeOf(arg0 interface{}) *gomock.Call

DataTypeOf indicates an expected call of DataTypeOf.

func (*MockDatabaseDialectMockRecorder) DefaultValueOf

func (mr *MockDatabaseDialectMockRecorder) DefaultValueOf(arg0 interface{}) *gomock.Call

DefaultValueOf indicates an expected call of DefaultValueOf.

func (*MockDatabaseDialectMockRecorder) Explain

func (mr *MockDatabaseDialectMockRecorder) Explain(sql interface{}, vars ...interface{}) *gomock.Call

Explain indicates an expected call of Explain.

func (*MockDatabaseDialectMockRecorder) Initialize

func (mr *MockDatabaseDialectMockRecorder) Initialize(arg0 interface{}) *gomock.Call

Initialize indicates an expected call of Initialize.

func (*MockDatabaseDialectMockRecorder) Migrator

func (mr *MockDatabaseDialectMockRecorder) Migrator(db interface{}) *gomock.Call

Migrator indicates an expected call of Migrator.

func (*MockDatabaseDialectMockRecorder) Name

Name indicates an expected call of Name.

func (*MockDatabaseDialectMockRecorder) QuoteTo

func (mr *MockDatabaseDialectMockRecorder) QuoteTo(arg0, arg1 interface{}) *gomock.Call

QuoteTo indicates an expected call of QuoteTo.

type MockDisk

type MockDisk struct {
	// contains filtered or unexported fields
}

MockDisk is a mock of Disk interface.

func NewMockDisk

func NewMockDisk(ctrl *gomock.Controller) *MockDisk

NewMockDisk creates a new mock instance.

func (*MockDisk) Chmod

func (m *MockDisk) Chmod(name string, mode os.FileMode) error

Chmod mocks base method.

func (*MockDisk) Chown

func (m *MockDisk) Chown(name string, uid, gid int) error

Chown mocks base method.

func (*MockDisk) Chtimes

func (m *MockDisk) Chtimes(name string, atime, mtime time.Time) error

Chtimes mocks base method.

func (*MockDisk) Create

func (m *MockDisk) Create(name string) (afero.File, error)

Create mocks base method.

func (*MockDisk) EXPECT

func (m *MockDisk) EXPECT() *MockDiskMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDisk) Mkdir

func (m *MockDisk) Mkdir(name string, perm os.FileMode) error

Mkdir mocks base method.

func (*MockDisk) MkdirAll

func (m *MockDisk) MkdirAll(path string, perm os.FileMode) error

MkdirAll mocks base method.

func (*MockDisk) Name

func (m *MockDisk) Name() string

Name mocks base method.

func (*MockDisk) Open

func (m *MockDisk) Open(name string) (afero.File, error)

Open mocks base method.

func (*MockDisk) OpenFile

func (m *MockDisk) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error)

OpenFile mocks base method.

func (*MockDisk) Remove

func (m *MockDisk) Remove(name string) error

Remove mocks base method.

func (*MockDisk) RemoveAll

func (m *MockDisk) RemoveAll(path string) error

RemoveAll mocks base method.

func (*MockDisk) Rename

func (m *MockDisk) Rename(oldname, newname string) error

Rename mocks base method.

func (*MockDisk) Stat

func (m *MockDisk) Stat(name string) (os.FileInfo, error)

Stat mocks base method.

type MockDiskFactory

type MockDiskFactory struct {
	// contains filtered or unexported fields
}

MockDiskFactory is a mock of DiskFactory interface.

func NewMockDiskFactory

func NewMockDiskFactory(ctrl *gomock.Controller) *MockDiskFactory

NewMockDiskFactory creates a new mock instance.

func (*MockDiskFactory) Available

func (m *MockDiskFactory) Available() []string

Available mocks base method.

func (*MockDiskFactory) Close

func (m *MockDiskFactory) Close() error

Close mocks base method.

func (*MockDiskFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDiskFactory) Get

func (m *MockDiskFactory) Get(id string) (flam.Disk, error)

Get mocks base method.

func (*MockDiskFactory) Has

func (m *MockDiskFactory) Has(id string) bool

Has mocks base method.

func (*MockDiskFactory) Remove

func (m *MockDiskFactory) Remove(id string) error

Remove mocks base method.

func (*MockDiskFactory) RemoveAll

func (m *MockDiskFactory) RemoveAll() error

RemoveAll mocks base method.

func (*MockDiskFactory) Store

func (m *MockDiskFactory) Store(id string, disk flam.Disk) error

Store mocks base method.

func (*MockDiskFactory) Stored

func (m *MockDiskFactory) Stored() []string

Stored mocks base method.

type MockDiskFactoryMockRecorder

type MockDiskFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockDiskFactoryMockRecorder is the mock recorder for MockDiskFactory.

func (*MockDiskFactoryMockRecorder) Available

func (mr *MockDiskFactoryMockRecorder) Available() *gomock.Call

Available indicates an expected call of Available.

func (*MockDiskFactoryMockRecorder) Close

Close indicates an expected call of Close.

func (*MockDiskFactoryMockRecorder) Get

func (mr *MockDiskFactoryMockRecorder) Get(id interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockDiskFactoryMockRecorder) Has

func (mr *MockDiskFactoryMockRecorder) Has(id interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockDiskFactoryMockRecorder) Remove

func (mr *MockDiskFactoryMockRecorder) Remove(id interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockDiskFactoryMockRecorder) RemoveAll

func (mr *MockDiskFactoryMockRecorder) RemoveAll() *gomock.Call

RemoveAll indicates an expected call of RemoveAll.

func (*MockDiskFactoryMockRecorder) Store

func (mr *MockDiskFactoryMockRecorder) Store(id, disk interface{}) *gomock.Call

Store indicates an expected call of Store.

func (*MockDiskFactoryMockRecorder) Stored

func (mr *MockDiskFactoryMockRecorder) Stored() *gomock.Call

Stored indicates an expected call of Stored.

type MockDiskMockRecorder

type MockDiskMockRecorder struct {
	// contains filtered or unexported fields
}

MockDiskMockRecorder is the mock recorder for MockDisk.

func (*MockDiskMockRecorder) Chmod

func (mr *MockDiskMockRecorder) Chmod(name, mode interface{}) *gomock.Call

Chmod indicates an expected call of Chmod.

func (*MockDiskMockRecorder) Chown

func (mr *MockDiskMockRecorder) Chown(name, uid, gid interface{}) *gomock.Call

Chown indicates an expected call of Chown.

func (*MockDiskMockRecorder) Chtimes

func (mr *MockDiskMockRecorder) Chtimes(name, atime, mtime interface{}) *gomock.Call

Chtimes indicates an expected call of Chtimes.

func (*MockDiskMockRecorder) Create

func (mr *MockDiskMockRecorder) Create(name interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockDiskMockRecorder) Mkdir

func (mr *MockDiskMockRecorder) Mkdir(name, perm interface{}) *gomock.Call

Mkdir indicates an expected call of Mkdir.

func (*MockDiskMockRecorder) MkdirAll

func (mr *MockDiskMockRecorder) MkdirAll(path, perm interface{}) *gomock.Call

MkdirAll indicates an expected call of MkdirAll.

func (*MockDiskMockRecorder) Name

func (mr *MockDiskMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockDiskMockRecorder) Open

func (mr *MockDiskMockRecorder) Open(name interface{}) *gomock.Call

Open indicates an expected call of Open.

func (*MockDiskMockRecorder) OpenFile

func (mr *MockDiskMockRecorder) OpenFile(name, flag, perm interface{}) *gomock.Call

OpenFile indicates an expected call of OpenFile.

func (*MockDiskMockRecorder) Remove

func (mr *MockDiskMockRecorder) Remove(name interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockDiskMockRecorder) RemoveAll

func (mr *MockDiskMockRecorder) RemoveAll(path interface{}) *gomock.Call

RemoveAll indicates an expected call of RemoveAll.

func (*MockDiskMockRecorder) Rename

func (mr *MockDiskMockRecorder) Rename(oldname, newname interface{}) *gomock.Call

Rename indicates an expected call of Rename.

func (*MockDiskMockRecorder) Stat

func (mr *MockDiskMockRecorder) Stat(name interface{}) *gomock.Call

Stat indicates an expected call of Stat.

type MockFactory

type MockFactory[R flam.FactoryResource] struct {
	// contains filtered or unexported fields
}

MockFactory is a mock of Factory interface.

func NewMockFactory

func NewMockFactory[R flam.FactoryResource](ctrl *gomock.Controller) *MockFactory[R]

NewMockFactory creates a new mock instance.

func (*MockFactory[R]) Available

func (m *MockFactory[R]) Available() []string

Available mocks base method.

func (*MockFactory[R]) Close

func (m *MockFactory[R]) Close() error

Close mocks base method.

func (*MockFactory[R]) EXPECT

func (m *MockFactory[R]) EXPECT() *MockFactoryMockRecorder[R]

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFactory[R]) Generate

func (m *MockFactory[R]) Generate(id string) (R, error)

Generate mocks base method.

func (*MockFactory[R]) GenerateAll

func (m *MockFactory[R]) GenerateAll() error

GenerateAll mocks base method.

func (*MockFactory[R]) Get

func (m *MockFactory[R]) Get(id string) (R, error)

Get mocks base method.

func (*MockFactory[R]) Has

func (m *MockFactory[R]) Has(id string) bool

Has mocks base method.

func (*MockFactory[R]) Remove

func (m *MockFactory[R]) Remove(id string) error

Remove mocks base method.

func (*MockFactory[R]) RemoveAll

func (m *MockFactory[R]) RemoveAll() error

RemoveAll mocks base method.

func (*MockFactory[R]) Store

func (m *MockFactory[R]) Store(id string, value R) error

Store mocks base method.

func (*MockFactory[R]) Stored

func (m *MockFactory[R]) Stored() []string

Stored mocks base method.

type MockFactoryConfig

type MockFactoryConfig struct {
	// contains filtered or unexported fields
}

MockFactoryConfig is a mock of FactoryConfig interface.

func NewMockFactoryConfig

func NewMockFactoryConfig(ctrl *gomock.Controller) *MockFactoryConfig

NewMockFactoryConfig creates a new mock instance.

func (*MockFactoryConfig) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFactoryConfig) Get

func (m *MockFactoryConfig) Get(path string, def ...any) flam.Bag

Get mocks base method.

type MockFactoryConfigMockRecorder

type MockFactoryConfigMockRecorder struct {
	// contains filtered or unexported fields
}

MockFactoryConfigMockRecorder is the mock recorder for MockFactoryConfig.

func (*MockFactoryConfigMockRecorder) Get

func (mr *MockFactoryConfigMockRecorder) Get(path interface{}, def ...interface{}) *gomock.Call

Get indicates an expected call of Get.

type MockFactoryMockRecorder

type MockFactoryMockRecorder[R flam.FactoryResource] struct {
	// contains filtered or unexported fields
}

MockFactoryMockRecorder is the mock recorder for MockFactory.

func (*MockFactoryMockRecorder[R]) Available

func (mr *MockFactoryMockRecorder[R]) Available() *gomock.Call

Available indicates an expected call of Available.

func (*MockFactoryMockRecorder[R]) Close

func (mr *MockFactoryMockRecorder[R]) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockFactoryMockRecorder[R]) Generate

func (mr *MockFactoryMockRecorder[R]) Generate(id interface{}) *gomock.Call

Generate indicates an expected call of Generate.

func (*MockFactoryMockRecorder[R]) GenerateAll

func (mr *MockFactoryMockRecorder[R]) GenerateAll() *gomock.Call

GenerateAll indicates an expected call of GenerateAll.

func (*MockFactoryMockRecorder[R]) Get

func (mr *MockFactoryMockRecorder[R]) Get(id interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockFactoryMockRecorder[R]) Has

func (mr *MockFactoryMockRecorder[R]) Has(id interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockFactoryMockRecorder[R]) Remove

func (mr *MockFactoryMockRecorder[R]) Remove(id interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockFactoryMockRecorder[R]) RemoveAll

func (mr *MockFactoryMockRecorder[R]) RemoveAll() *gomock.Call

RemoveAll indicates an expected call of RemoveAll.

func (*MockFactoryMockRecorder[R]) Store

func (mr *MockFactoryMockRecorder[R]) Store(id, value interface{}) *gomock.Call

Store indicates an expected call of Store.

func (*MockFactoryMockRecorder[R]) Stored

func (mr *MockFactoryMockRecorder[R]) Stored() *gomock.Call

Stored indicates an expected call of Stored.

type MockFactoryResourceCreator

type MockFactoryResourceCreator[R flam.FactoryResource] struct {
	// contains filtered or unexported fields
}

MockFactoryResourceCreator is a mock of FactoryResourceCreator interface.

func NewMockFactoryResourceCreator

func NewMockFactoryResourceCreator[R flam.FactoryResource](ctrl *gomock.Controller) *MockFactoryResourceCreator[R]

NewMockFactoryResourceCreator creates a new mock instance.

func (*MockFactoryResourceCreator[R]) Accept

func (m *MockFactoryResourceCreator[R]) Accept(config flam.Bag) bool

Accept mocks base method.

func (*MockFactoryResourceCreator[R]) Create

func (m *MockFactoryResourceCreator[R]) Create(config flam.Bag) (R, error)

Create mocks base method.

func (*MockFactoryResourceCreator[R]) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockFactoryResourceCreatorMockRecorder

type MockFactoryResourceCreatorMockRecorder[R flam.FactoryResource] struct {
	// contains filtered or unexported fields
}

MockFactoryResourceCreatorMockRecorder is the mock recorder for MockFactoryResourceCreator.

func (*MockFactoryResourceCreatorMockRecorder[R]) Accept

func (mr *MockFactoryResourceCreatorMockRecorder[R]) Accept(config interface{}) *gomock.Call

Accept indicates an expected call of Accept.

func (*MockFactoryResourceCreatorMockRecorder[R]) Create

func (mr *MockFactoryResourceCreatorMockRecorder[R]) Create(config interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockFieldError

type MockFieldError struct {
	// contains filtered or unexported fields
}

MockFieldError is a mock of FieldError interface.

func NewMockFieldError

func NewMockFieldError(ctrl *gomock.Controller) *MockFieldError

NewMockFieldError creates a new mock instance.

func (*MockFieldError) ActualTag

func (m *MockFieldError) ActualTag() string

ActualTag mocks base method.

func (*MockFieldError) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFieldError) Error

func (m *MockFieldError) Error() string

Error mocks base method.

func (*MockFieldError) Field

func (m *MockFieldError) Field() string

Field mocks base method.

func (*MockFieldError) Kind

func (m *MockFieldError) Kind() reflect.Kind

Kind mocks base method.

func (*MockFieldError) Namespace

func (m *MockFieldError) Namespace() string

Namespace mocks base method.

func (*MockFieldError) Param

func (m *MockFieldError) Param() string

Param mocks base method.

func (*MockFieldError) StructField

func (m *MockFieldError) StructField() string

StructField mocks base method.

func (*MockFieldError) StructNamespace

func (m *MockFieldError) StructNamespace() string

StructNamespace mocks base method.

func (*MockFieldError) Tag

func (m *MockFieldError) Tag() string

Tag mocks base method.

func (*MockFieldError) Translate

func (m *MockFieldError) Translate(arg0 ut.Translator) string

Translate mocks base method.

func (*MockFieldError) Type

func (m *MockFieldError) Type() reflect.Type

Type mocks base method.

func (*MockFieldError) Value

func (m *MockFieldError) Value() interface{}

Value mocks base method.

type MockFieldErrorMockRecorder

type MockFieldErrorMockRecorder struct {
	// contains filtered or unexported fields
}

MockFieldErrorMockRecorder is the mock recorder for MockFieldError.

func (*MockFieldErrorMockRecorder) ActualTag

func (mr *MockFieldErrorMockRecorder) ActualTag() *gomock.Call

ActualTag indicates an expected call of ActualTag.

func (*MockFieldErrorMockRecorder) Error

func (mr *MockFieldErrorMockRecorder) Error() *gomock.Call

Error indicates an expected call of Error.

func (*MockFieldErrorMockRecorder) Field

func (mr *MockFieldErrorMockRecorder) Field() *gomock.Call

Field indicates an expected call of Field.

func (*MockFieldErrorMockRecorder) Kind

Kind indicates an expected call of Kind.

func (*MockFieldErrorMockRecorder) Namespace

func (mr *MockFieldErrorMockRecorder) Namespace() *gomock.Call

Namespace indicates an expected call of Namespace.

func (*MockFieldErrorMockRecorder) Param

func (mr *MockFieldErrorMockRecorder) Param() *gomock.Call

Param indicates an expected call of Param.

func (*MockFieldErrorMockRecorder) StructField

func (mr *MockFieldErrorMockRecorder) StructField() *gomock.Call

StructField indicates an expected call of StructField.

func (*MockFieldErrorMockRecorder) StructNamespace

func (mr *MockFieldErrorMockRecorder) StructNamespace() *gomock.Call

StructNamespace indicates an expected call of StructNamespace.

func (*MockFieldErrorMockRecorder) Tag

Tag indicates an expected call of Tag.

func (*MockFieldErrorMockRecorder) Translate

func (mr *MockFieldErrorMockRecorder) Translate(arg0 interface{}) *gomock.Call

Translate indicates an expected call of Translate.

func (*MockFieldErrorMockRecorder) Type

Type indicates an expected call of Type.

func (*MockFieldErrorMockRecorder) Value

func (mr *MockFieldErrorMockRecorder) Value() *gomock.Call

Value indicates an expected call of Value.

type MockFile

type MockFile struct {
	// contains filtered or unexported fields
}

MockFile is a mock of File interface.

func NewMockFile

func NewMockFile(ctrl *gomock.Controller) *MockFile

NewMockFile creates a new mock instance.

func (*MockFile) Close

func (m *MockFile) Close() error

Close mocks base method.

func (*MockFile) EXPECT

func (m *MockFile) EXPECT() *MockFileMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFile) Name

func (m *MockFile) Name() string

Name mocks base method.

func (*MockFile) Read

func (m *MockFile) Read(arg0 []byte) (int, error)

Read mocks base method.

func (*MockFile) ReadAt

func (m *MockFile) ReadAt(arg0 []byte, arg1 int64) (int, error)

ReadAt mocks base method.

func (*MockFile) Readdir

func (m *MockFile) Readdir(arg0 int) ([]fs.FileInfo, error)

Readdir mocks base method.

func (*MockFile) Readdirnames

func (m *MockFile) Readdirnames(arg0 int) ([]string, error)

Readdirnames mocks base method.

func (*MockFile) Seek

func (m *MockFile) Seek(arg0 int64, arg1 int) (int64, error)

Seek mocks base method.

func (*MockFile) Stat

func (m *MockFile) Stat() (fs.FileInfo, error)

Stat mocks base method.

func (*MockFile) Sync

func (m *MockFile) Sync() error

Sync mocks base method.

func (*MockFile) Truncate

func (m *MockFile) Truncate(arg0 int64) error

Truncate mocks base method.

func (*MockFile) Write

func (m *MockFile) Write(arg0 []byte) (int, error)

Write mocks base method.

func (*MockFile) WriteAt

func (m *MockFile) WriteAt(arg0 []byte, arg1 int64) (int, error)

WriteAt mocks base method.

func (*MockFile) WriteString

func (m *MockFile) WriteString(arg0 string) (int, error)

WriteString mocks base method.

type MockFileInfo

type MockFileInfo struct {
	// contains filtered or unexported fields
}

MockFileInfo is a mock of FileInfo interface.

func NewMockFileInfo

func NewMockFileInfo(ctrl *gomock.Controller) *MockFileInfo

NewMockFileInfo creates a new mock instance.

func (*MockFileInfo) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFileInfo) IsDir

func (m *MockFileInfo) IsDir() bool

IsDir mocks base method.

func (*MockFileInfo) ModTime

func (m *MockFileInfo) ModTime() time.Time

ModTime mocks base method.

func (*MockFileInfo) Mode

func (m *MockFileInfo) Mode() fs.FileMode

Mode mocks base method.

func (*MockFileInfo) Name

func (m *MockFileInfo) Name() string

Name mocks base method.

func (*MockFileInfo) Size

func (m *MockFileInfo) Size() int64

Size mocks base method.

func (*MockFileInfo) Sys

func (m *MockFileInfo) Sys() interface{}

Sys mocks base method.

type MockFileInfoMockRecorder

type MockFileInfoMockRecorder struct {
	// contains filtered or unexported fields
}

MockFileInfoMockRecorder is the mock recorder for MockFileInfo.

func (*MockFileInfoMockRecorder) IsDir

func (mr *MockFileInfoMockRecorder) IsDir() *gomock.Call

IsDir indicates an expected call of IsDir.

func (*MockFileInfoMockRecorder) ModTime

func (mr *MockFileInfoMockRecorder) ModTime() *gomock.Call

ModTime indicates an expected call of ModTime.

func (*MockFileInfoMockRecorder) Mode

func (mr *MockFileInfoMockRecorder) Mode() *gomock.Call

Mode indicates an expected call of Mode.

func (*MockFileInfoMockRecorder) Name

func (mr *MockFileInfoMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockFileInfoMockRecorder) Size

func (mr *MockFileInfoMockRecorder) Size() *gomock.Call

Size indicates an expected call of Size.

func (*MockFileInfoMockRecorder) Sys

Sys indicates an expected call of Sys.

type MockFileMockRecorder

type MockFileMockRecorder struct {
	// contains filtered or unexported fields
}

MockFileMockRecorder is the mock recorder for MockFile.

func (*MockFileMockRecorder) Close

func (mr *MockFileMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockFileMockRecorder) Name

func (mr *MockFileMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockFileMockRecorder) Read

func (mr *MockFileMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockFileMockRecorder) ReadAt

func (mr *MockFileMockRecorder) ReadAt(arg0, arg1 interface{}) *gomock.Call

ReadAt indicates an expected call of ReadAt.

func (*MockFileMockRecorder) Readdir

func (mr *MockFileMockRecorder) Readdir(arg0 interface{}) *gomock.Call

Readdir indicates an expected call of Readdir.

func (*MockFileMockRecorder) Readdirnames

func (mr *MockFileMockRecorder) Readdirnames(arg0 interface{}) *gomock.Call

Readdirnames indicates an expected call of Readdirnames.

func (*MockFileMockRecorder) Seek

func (mr *MockFileMockRecorder) Seek(arg0, arg1 interface{}) *gomock.Call

Seek indicates an expected call of Seek.

func (*MockFileMockRecorder) Stat

func (mr *MockFileMockRecorder) Stat() *gomock.Call

Stat indicates an expected call of Stat.

func (*MockFileMockRecorder) Sync

func (mr *MockFileMockRecorder) Sync() *gomock.Call

Sync indicates an expected call of Sync.

func (*MockFileMockRecorder) Truncate

func (mr *MockFileMockRecorder) Truncate(arg0 interface{}) *gomock.Call

Truncate indicates an expected call of Truncate.

func (*MockFileMockRecorder) Write

func (mr *MockFileMockRecorder) Write(arg0 interface{}) *gomock.Call

Write indicates an expected call of Write.

func (*MockFileMockRecorder) WriteAt

func (mr *MockFileMockRecorder) WriteAt(arg0, arg1 interface{}) *gomock.Call

WriteAt indicates an expected call of WriteAt.

func (*MockFileMockRecorder) WriteString

func (mr *MockFileMockRecorder) WriteString(arg0 interface{}) *gomock.Call

WriteString indicates an expected call of WriteString.

type MockLogSerializer

type MockLogSerializer struct {
	// contains filtered or unexported fields
}

MockLogSerializer is a mock of LogSerializer interface.

func NewMockLogSerializer

func NewMockLogSerializer(ctrl *gomock.Controller) *MockLogSerializer

NewMockLogSerializer creates a new mock instance.

func (*MockLogSerializer) Close

func (m *MockLogSerializer) Close() error

Close mocks base method.

func (*MockLogSerializer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLogSerializer) Serialize

func (m *MockLogSerializer) Serialize(timestamp time.Time, level flam.LogLevel, message string, ctx flam.Bag) string

Serialize mocks base method.

type MockLogSerializerMockRecorder

type MockLogSerializerMockRecorder struct {
	// contains filtered or unexported fields
}

MockLogSerializerMockRecorder is the mock recorder for MockLogSerializer.

func (*MockLogSerializerMockRecorder) Close

Close indicates an expected call of Close.

func (*MockLogSerializerMockRecorder) Serialize

func (mr *MockLogSerializerMockRecorder) Serialize(timestamp, level, message, ctx interface{}) *gomock.Call

Serialize indicates an expected call of Serialize.

type MockLogStream

type MockLogStream struct {
	// contains filtered or unexported fields
}

MockLogStream is a mock of LogStream interface.

func NewMockLogStream

func NewMockLogStream(ctrl *gomock.Controller) *MockLogStream

NewMockLogStream creates a new mock instance.

func (*MockLogStream) AddChannel

func (m *MockLogStream) AddChannel(channel string) error

AddChannel mocks base method.

func (*MockLogStream) Broadcast

func (m *MockLogStream) Broadcast(timestamp time.Time, level flam.LogLevel, message string, ctx flam.Bag) error

Broadcast mocks base method.

func (*MockLogStream) Close

func (m *MockLogStream) Close() error

Close mocks base method.

func (*MockLogStream) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLogStream) GetLevel

func (m *MockLogStream) GetLevel() flam.LogLevel

GetLevel mocks base method.

func (*MockLogStream) HasChannel

func (m *MockLogStream) HasChannel(channel string) bool

HasChannel mocks base method.

func (*MockLogStream) ListChannels

func (m *MockLogStream) ListChannels() []string

ListChannels mocks base method.

func (*MockLogStream) RemoveAllChannels

func (m *MockLogStream) RemoveAllChannels() error

RemoveAllChannels mocks base method.

func (*MockLogStream) RemoveChannel

func (m *MockLogStream) RemoveChannel(channel string) error

RemoveChannel mocks base method.

func (*MockLogStream) SetLevel

func (m *MockLogStream) SetLevel(level flam.LogLevel) error

SetLevel mocks base method.

func (*MockLogStream) Signal

func (m *MockLogStream) Signal(timestamp time.Time, level flam.LogLevel, channel, message string, ctx flam.Bag) error

Signal mocks base method.

type MockLogStreamMockRecorder

type MockLogStreamMockRecorder struct {
	// contains filtered or unexported fields
}

MockLogStreamMockRecorder is the mock recorder for MockLogStream.

func (*MockLogStreamMockRecorder) AddChannel

func (mr *MockLogStreamMockRecorder) AddChannel(channel interface{}) *gomock.Call

AddChannel indicates an expected call of AddChannel.

func (*MockLogStreamMockRecorder) Broadcast

func (mr *MockLogStreamMockRecorder) Broadcast(timestamp, level, message, ctx interface{}) *gomock.Call

Broadcast indicates an expected call of Broadcast.

func (*MockLogStreamMockRecorder) Close

func (mr *MockLogStreamMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockLogStreamMockRecorder) GetLevel

func (mr *MockLogStreamMockRecorder) GetLevel() *gomock.Call

GetLevel indicates an expected call of GetLevel.

func (*MockLogStreamMockRecorder) HasChannel

func (mr *MockLogStreamMockRecorder) HasChannel(channel interface{}) *gomock.Call

HasChannel indicates an expected call of HasChannel.

func (*MockLogStreamMockRecorder) ListChannels

func (mr *MockLogStreamMockRecorder) ListChannels() *gomock.Call

ListChannels indicates an expected call of ListChannels.

func (*MockLogStreamMockRecorder) RemoveAllChannels

func (mr *MockLogStreamMockRecorder) RemoveAllChannels() *gomock.Call

RemoveAllChannels indicates an expected call of RemoveAllChannels.

func (*MockLogStreamMockRecorder) RemoveChannel

func (mr *MockLogStreamMockRecorder) RemoveChannel(channel interface{}) *gomock.Call

RemoveChannel indicates an expected call of RemoveChannel.

func (*MockLogStreamMockRecorder) SetLevel

func (mr *MockLogStreamMockRecorder) SetLevel(level interface{}) *gomock.Call

SetLevel indicates an expected call of SetLevel.

func (*MockLogStreamMockRecorder) Signal

func (mr *MockLogStreamMockRecorder) Signal(timestamp, level, channel, message, ctx interface{}) *gomock.Call

Signal indicates an expected call of Signal.

type MockLogger

type MockLogger struct {
	// contains filtered or unexported fields
}

MockLogger is a mock of Logger interface.

func NewMockLogger

func NewMockLogger(ctrl *gomock.Controller) *MockLogger

NewMockLogger creates a new mock instance.

func (*MockLogger) Broadcast

func (m *MockLogger) Broadcast(level flam.LogLevel, message string, ctx ...flam.Bag)

Broadcast mocks base method.

func (*MockLogger) BroadcastDebug

func (m *MockLogger) BroadcastDebug(message string, ctx ...flam.Bag)

BroadcastDebug mocks base method.

func (*MockLogger) BroadcastError

func (m *MockLogger) BroadcastError(message string, ctx ...flam.Bag)

BroadcastError mocks base method.

func (*MockLogger) BroadcastFatal

func (m *MockLogger) BroadcastFatal(message string, ctx ...flam.Bag)

BroadcastFatal mocks base method.

func (*MockLogger) BroadcastInfo

func (m *MockLogger) BroadcastInfo(message string, ctx ...flam.Bag)

BroadcastInfo mocks base method.

func (*MockLogger) BroadcastNotice

func (m *MockLogger) BroadcastNotice(message string, ctx ...flam.Bag)

BroadcastNotice mocks base method.

func (*MockLogger) BroadcastWarning

func (m *MockLogger) BroadcastWarning(message string, ctx ...flam.Bag)

BroadcastWarning mocks base method.

func (*MockLogger) EXPECT

func (m *MockLogger) EXPECT() *MockLoggerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockLogger) Flush

func (m *MockLogger) Flush() error

Flush mocks base method.

func (*MockLogger) Signal

func (m *MockLogger) Signal(level flam.LogLevel, channel, message string, ctx ...flam.Bag)

Signal mocks base method.

func (*MockLogger) SignalDebug

func (m *MockLogger) SignalDebug(channel, message string, ctx ...flam.Bag)

SignalDebug mocks base method.

func (*MockLogger) SignalError

func (m *MockLogger) SignalError(channel, message string, ctx ...flam.Bag)

SignalError mocks base method.

func (*MockLogger) SignalFatal

func (m *MockLogger) SignalFatal(channel, message string, ctx ...flam.Bag)

SignalFatal mocks base method.

func (*MockLogger) SignalInfo

func (m *MockLogger) SignalInfo(channel, message string, ctx ...flam.Bag)

SignalInfo mocks base method.

func (*MockLogger) SignalNotice

func (m *MockLogger) SignalNotice(channel, message string, ctx ...flam.Bag)

SignalNotice mocks base method.

func (*MockLogger) SignalWarning

func (m *MockLogger) SignalWarning(channel, message string, ctx ...flam.Bag)

SignalWarning mocks base method.

type MockLoggerMockRecorder

type MockLoggerMockRecorder struct {
	// contains filtered or unexported fields
}

MockLoggerMockRecorder is the mock recorder for MockLogger.

func (*MockLoggerMockRecorder) Broadcast

func (mr *MockLoggerMockRecorder) Broadcast(level, message interface{}, ctx ...interface{}) *gomock.Call

Broadcast indicates an expected call of Broadcast.

func (*MockLoggerMockRecorder) BroadcastDebug

func (mr *MockLoggerMockRecorder) BroadcastDebug(message interface{}, ctx ...interface{}) *gomock.Call

BroadcastDebug indicates an expected call of BroadcastDebug.

func (*MockLoggerMockRecorder) BroadcastError

func (mr *MockLoggerMockRecorder) BroadcastError(message interface{}, ctx ...interface{}) *gomock.Call

BroadcastError indicates an expected call of BroadcastError.

func (*MockLoggerMockRecorder) BroadcastFatal

func (mr *MockLoggerMockRecorder) BroadcastFatal(message interface{}, ctx ...interface{}) *gomock.Call

BroadcastFatal indicates an expected call of BroadcastFatal.

func (*MockLoggerMockRecorder) BroadcastInfo

func (mr *MockLoggerMockRecorder) BroadcastInfo(message interface{}, ctx ...interface{}) *gomock.Call

BroadcastInfo indicates an expected call of BroadcastInfo.

func (*MockLoggerMockRecorder) BroadcastNotice

func (mr *MockLoggerMockRecorder) BroadcastNotice(message interface{}, ctx ...interface{}) *gomock.Call

BroadcastNotice indicates an expected call of BroadcastNotice.

func (*MockLoggerMockRecorder) BroadcastWarning

func (mr *MockLoggerMockRecorder) BroadcastWarning(message interface{}, ctx ...interface{}) *gomock.Call

BroadcastWarning indicates an expected call of BroadcastWarning.

func (*MockLoggerMockRecorder) Flush

func (mr *MockLoggerMockRecorder) Flush() *gomock.Call

Flush indicates an expected call of Flush.

func (*MockLoggerMockRecorder) Signal

func (mr *MockLoggerMockRecorder) Signal(level, channel, message interface{}, ctx ...interface{}) *gomock.Call

Signal indicates an expected call of Signal.

func (*MockLoggerMockRecorder) SignalDebug

func (mr *MockLoggerMockRecorder) SignalDebug(channel, message interface{}, ctx ...interface{}) *gomock.Call

SignalDebug indicates an expected call of SignalDebug.

func (*MockLoggerMockRecorder) SignalError

func (mr *MockLoggerMockRecorder) SignalError(channel, message interface{}, ctx ...interface{}) *gomock.Call

SignalError indicates an expected call of SignalError.

func (*MockLoggerMockRecorder) SignalFatal

func (mr *MockLoggerMockRecorder) SignalFatal(channel, message interface{}, ctx ...interface{}) *gomock.Call

SignalFatal indicates an expected call of SignalFatal.

func (*MockLoggerMockRecorder) SignalInfo

func (mr *MockLoggerMockRecorder) SignalInfo(channel, message interface{}, ctx ...interface{}) *gomock.Call

SignalInfo indicates an expected call of SignalInfo.

func (*MockLoggerMockRecorder) SignalNotice

func (mr *MockLoggerMockRecorder) SignalNotice(channel, message interface{}, ctx ...interface{}) *gomock.Call

SignalNotice indicates an expected call of SignalNotice.

func (*MockLoggerMockRecorder) SignalWarning

func (mr *MockLoggerMockRecorder) SignalWarning(channel, message interface{}, ctx ...interface{}) *gomock.Call

SignalWarning indicates an expected call of SignalWarning.

type MockMigration

type MockMigration struct {
	// contains filtered or unexported fields
}

MockMigration is a mock of Migration interface.

func NewMockMigration

func NewMockMigration(ctrl *gomock.Controller) *MockMigration

NewMockMigration creates a new mock instance.

func (*MockMigration) Description

func (m *MockMigration) Description() string

Description mocks base method.

func (*MockMigration) Down

func (m *MockMigration) Down(connection flam.DatabaseConnection) error

Down mocks base method.

func (*MockMigration) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMigration) Group

func (m *MockMigration) Group() string

Group mocks base method.

func (*MockMigration) Up

func (m *MockMigration) Up(connection flam.DatabaseConnection) error

Up mocks base method.

func (*MockMigration) Version

func (m *MockMigration) Version() string

Version mocks base method.

type MockMigrationMockRecorder

type MockMigrationMockRecorder struct {
	// contains filtered or unexported fields
}

MockMigrationMockRecorder is the mock recorder for MockMigration.

func (*MockMigrationMockRecorder) Description

func (mr *MockMigrationMockRecorder) Description() *gomock.Call

Description indicates an expected call of Description.

func (*MockMigrationMockRecorder) Down

func (mr *MockMigrationMockRecorder) Down(connection interface{}) *gomock.Call

Down indicates an expected call of Down.

func (*MockMigrationMockRecorder) Group

func (mr *MockMigrationMockRecorder) Group() *gomock.Call

Group indicates an expected call of Group.

func (*MockMigrationMockRecorder) Up

func (mr *MockMigrationMockRecorder) Up(connection interface{}) *gomock.Call

Up indicates an expected call of Up.

func (*MockMigrationMockRecorder) Version

func (mr *MockMigrationMockRecorder) Version() *gomock.Call

Version indicates an expected call of Version.

type MockMigrator

type MockMigrator struct {
	// contains filtered or unexported fields
}

MockMigrator is a mock of Migrator interface.

func NewMockMigrator

func NewMockMigrator(ctrl *gomock.Controller) *MockMigrator

NewMockMigrator creates a new mock instance.

func (*MockMigrator) CanDown

func (m *MockMigrator) CanDown() bool

CanDown mocks base method.

func (*MockMigrator) CanUp

func (m *MockMigrator) CanUp() bool

CanUp mocks base method.

func (*MockMigrator) Current

func (m *MockMigrator) Current() (*flam.MigrationInfo, error)

Current mocks base method.

func (*MockMigrator) Down

func (m *MockMigrator) Down() error

Down mocks base method.

func (*MockMigrator) DownAll

func (m *MockMigrator) DownAll() error

DownAll mocks base method.

func (*MockMigrator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMigrator) List

func (m *MockMigrator) List() ([]flam.MigrationInfo, error)

List mocks base method.

func (*MockMigrator) Up

func (m *MockMigrator) Up() error

Up mocks base method.

func (*MockMigrator) UpAll

func (m *MockMigrator) UpAll() error

UpAll mocks base method.

type MockMigratorLogger

type MockMigratorLogger struct {
	// contains filtered or unexported fields
}

MockMigratorLogger is a mock of MigratorLogger interface.

func NewMockMigratorLogger

func NewMockMigratorLogger(ctrl *gomock.Controller) *MockMigratorLogger

NewMockMigratorLogger creates a new mock instance.

func (*MockMigratorLogger) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockMigratorLogger) LogDownDone

func (m *MockMigratorLogger) LogDownDone(info flam.MigrationInfo)

LogDownDone mocks base method.

func (*MockMigratorLogger) LogDownError

func (m *MockMigratorLogger) LogDownError(info flam.MigrationInfo, e error)

LogDownError mocks base method.

func (*MockMigratorLogger) LogDownStart

func (m *MockMigratorLogger) LogDownStart(info flam.MigrationInfo)

LogDownStart mocks base method.

func (*MockMigratorLogger) LogUpDone

func (m *MockMigratorLogger) LogUpDone(info flam.MigrationInfo)

LogUpDone mocks base method.

func (*MockMigratorLogger) LogUpError

func (m *MockMigratorLogger) LogUpError(info flam.MigrationInfo, e error)

LogUpError mocks base method.

func (*MockMigratorLogger) LogUpStart

func (m *MockMigratorLogger) LogUpStart(info flam.MigrationInfo)

LogUpStart mocks base method.

type MockMigratorLoggerMockRecorder

type MockMigratorLoggerMockRecorder struct {
	// contains filtered or unexported fields
}

MockMigratorLoggerMockRecorder is the mock recorder for MockMigratorLogger.

func (*MockMigratorLoggerMockRecorder) LogDownDone

func (mr *MockMigratorLoggerMockRecorder) LogDownDone(info interface{}) *gomock.Call

LogDownDone indicates an expected call of LogDownDone.

func (*MockMigratorLoggerMockRecorder) LogDownError

func (mr *MockMigratorLoggerMockRecorder) LogDownError(info, e interface{}) *gomock.Call

LogDownError indicates an expected call of LogDownError.

func (*MockMigratorLoggerMockRecorder) LogDownStart

func (mr *MockMigratorLoggerMockRecorder) LogDownStart(info interface{}) *gomock.Call

LogDownStart indicates an expected call of LogDownStart.

func (*MockMigratorLoggerMockRecorder) LogUpDone

func (mr *MockMigratorLoggerMockRecorder) LogUpDone(info interface{}) *gomock.Call

LogUpDone indicates an expected call of LogUpDone.

func (*MockMigratorLoggerMockRecorder) LogUpError

func (mr *MockMigratorLoggerMockRecorder) LogUpError(info, e interface{}) *gomock.Call

LogUpError indicates an expected call of LogUpError.

func (*MockMigratorLoggerMockRecorder) LogUpStart

func (mr *MockMigratorLoggerMockRecorder) LogUpStart(info interface{}) *gomock.Call

LogUpStart indicates an expected call of LogUpStart.

type MockMigratorMockRecorder

type MockMigratorMockRecorder struct {
	// contains filtered or unexported fields
}

MockMigratorMockRecorder is the mock recorder for MockMigrator.

func (*MockMigratorMockRecorder) CanDown

func (mr *MockMigratorMockRecorder) CanDown() *gomock.Call

CanDown indicates an expected call of CanDown.

func (*MockMigratorMockRecorder) CanUp

func (mr *MockMigratorMockRecorder) CanUp() *gomock.Call

CanUp indicates an expected call of CanUp.

func (*MockMigratorMockRecorder) Current

func (mr *MockMigratorMockRecorder) Current() *gomock.Call

Current indicates an expected call of Current.

func (*MockMigratorMockRecorder) Down

func (mr *MockMigratorMockRecorder) Down() *gomock.Call

Down indicates an expected call of Down.

func (*MockMigratorMockRecorder) DownAll

func (mr *MockMigratorMockRecorder) DownAll() *gomock.Call

DownAll indicates an expected call of DownAll.

func (*MockMigratorMockRecorder) List

func (mr *MockMigratorMockRecorder) List() *gomock.Call

List indicates an expected call of List.

func (*MockMigratorMockRecorder) Up

Up indicates an expected call of Up.

func (*MockMigratorMockRecorder) UpAll

func (mr *MockMigratorMockRecorder) UpAll() *gomock.Call

UpAll indicates an expected call of UpAll.

type MockObservableConfigSource

type MockObservableConfigSource struct {
	// contains filtered or unexported fields
}

MockObservableConfigSource is a mock of ObservableConfigSource interface.

func NewMockObservableConfigSource

func NewMockObservableConfigSource(ctrl *gomock.Controller) *MockObservableConfigSource

NewMockObservableConfigSource creates a new mock instance.

func (*MockObservableConfigSource) Close

func (m *MockObservableConfigSource) Close() error

Close mocks base method.

func (*MockObservableConfigSource) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockObservableConfigSource) Get

func (m *MockObservableConfigSource) Get(path string, def ...any) any

Get mocks base method.

func (*MockObservableConfigSource) GetPriority

func (m *MockObservableConfigSource) GetPriority() int

GetPriority mocks base method.

func (*MockObservableConfigSource) Reload

func (m *MockObservableConfigSource) Reload() (bool, error)

Reload mocks base method.

func (*MockObservableConfigSource) SetPriority

func (m *MockObservableConfigSource) SetPriority(priority int)

SetPriority mocks base method.

type MockObservableConfigSourceMockRecorder

type MockObservableConfigSourceMockRecorder struct {
	// contains filtered or unexported fields
}

MockObservableConfigSourceMockRecorder is the mock recorder for MockObservableConfigSource.

func (*MockObservableConfigSourceMockRecorder) Close

Close indicates an expected call of Close.

func (*MockObservableConfigSourceMockRecorder) Get

func (mr *MockObservableConfigSourceMockRecorder) Get(path interface{}, def ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockObservableConfigSourceMockRecorder) GetPriority

GetPriority indicates an expected call of GetPriority.

func (*MockObservableConfigSourceMockRecorder) Reload

Reload indicates an expected call of Reload.

func (*MockObservableConfigSourceMockRecorder) SetPriority

func (mr *MockObservableConfigSourceMockRecorder) SetPriority(priority interface{}) *gomock.Call

SetPriority indicates an expected call of SetPriority.

type MockProcess

type MockProcess struct {
	// contains filtered or unexported fields
}

MockProcess is a mock of Process interface.

func NewMockProcess

func NewMockProcess(ctrl *gomock.Controller) *MockProcess

NewMockProcess creates a new mock instance.

func (*MockProcess) Close

func (m *MockProcess) Close() error

Close mocks base method.

func (*MockProcess) EXPECT

func (m *MockProcess) EXPECT() *MockProcessMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProcess) Id

func (m *MockProcess) Id() string

Id mocks base method.

func (*MockProcess) IsRunning

func (m *MockProcess) IsRunning() bool

IsRunning mocks base method.

func (*MockProcess) Run

func (m *MockProcess) Run() error

Run mocks base method.

func (*MockProcess) Terminate

func (m *MockProcess) Terminate()

Terminate mocks base method.

type MockProcessMockRecorder

type MockProcessMockRecorder struct {
	// contains filtered or unexported fields
}

MockProcessMockRecorder is the mock recorder for MockProcess.

func (*MockProcessMockRecorder) Close

func (mr *MockProcessMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockProcessMockRecorder) Id

Id indicates an expected call of Id.

func (*MockProcessMockRecorder) IsRunning

func (mr *MockProcessMockRecorder) IsRunning() *gomock.Call

IsRunning indicates an expected call of IsRunning.

func (*MockProcessMockRecorder) Run

func (mr *MockProcessMockRecorder) Run() *gomock.Call

Run indicates an expected call of Run.

func (*MockProcessMockRecorder) Terminate

func (mr *MockProcessMockRecorder) Terminate() *gomock.Call

Terminate indicates an expected call of Terminate.

type MockProvider

type MockProvider struct {
	// contains filtered or unexported fields
}

MockProvider is a mock of Provider interface.

func NewMockProvider

func NewMockProvider(ctrl *gomock.Controller) *MockProvider

NewMockProvider creates a new mock instance.

func (*MockProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProvider) Id

func (m *MockProvider) Id() string

Id mocks base method.

func (*MockProvider) Register

func (m *MockProvider) Register(container *dig.Container) error

Register mocks base method.

type MockProviderMockRecorder

type MockProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockProviderMockRecorder is the mock recorder for MockProvider.

func (*MockProviderMockRecorder) Id

Id indicates an expected call of Id.

func (*MockProviderMockRecorder) Register

func (mr *MockProviderMockRecorder) Register(container interface{}) *gomock.Call

Register indicates an expected call of Register.

type MockReadCloser

type MockReadCloser struct {
	// contains filtered or unexported fields
}

MockReadCloser is a mock of ReadCloser interface.

func NewMockReadCloser

func NewMockReadCloser(ctrl *gomock.Controller) *MockReadCloser

NewMockReadCloser creates a new mock instance.

func (*MockReadCloser) Close

func (m *MockReadCloser) Close() error

Close mocks base method.

func (*MockReadCloser) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockReadCloser) Read

func (m *MockReadCloser) Read(arg0 []byte) (int, error)

Read mocks base method.

type MockReadCloserMockRecorder

type MockReadCloserMockRecorder struct {
	// contains filtered or unexported fields
}

MockReadCloserMockRecorder is the mock recorder for MockReadCloser.

func (*MockReadCloserMockRecorder) Close

func (mr *MockReadCloserMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockReadCloserMockRecorder) Read

func (mr *MockReadCloserMockRecorder) Read(arg0 interface{}) *gomock.Call

Read indicates an expected call of Read.

type MockRedisConnection

type MockRedisConnection struct {
	// contains filtered or unexported fields
}

MockRedisConnection is a mock of RedisConnection interface.

func NewMockRedisConnection

func NewMockRedisConnection(ctrl *gomock.Controller) *MockRedisConnection

NewMockRedisConnection creates a new mock instance.

func (*MockRedisConnection) ACLDryRun

func (m *MockRedisConnection) ACLDryRun(ctx context.Context, username string, command ...interface{}) *redis.StringCmd

ACLDryRun mocks base method.

func (*MockRedisConnection) ACLLog

func (m *MockRedisConnection) ACLLog(ctx context.Context, count int64) *redis.ACLLogCmd

ACLLog mocks base method.

func (*MockRedisConnection) ACLLogReset

func (m *MockRedisConnection) ACLLogReset(ctx context.Context) *redis.StatusCmd

ACLLogReset mocks base method.

func (*MockRedisConnection) AddHook

func (m *MockRedisConnection) AddHook(hook redis.Hook)

AddHook mocks base method.

func (*MockRedisConnection) Append

func (m *MockRedisConnection) Append(ctx context.Context, key, value string) *redis.IntCmd

Append mocks base method.

func (*MockRedisConnection) BFAdd

func (m *MockRedisConnection) BFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd

BFAdd mocks base method.

func (*MockRedisConnection) BFCard

func (m *MockRedisConnection) BFCard(ctx context.Context, key string) *redis.IntCmd

BFCard mocks base method.

func (*MockRedisConnection) BFExists

func (m *MockRedisConnection) BFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd

BFExists mocks base method.

func (*MockRedisConnection) BFInfo

BFInfo mocks base method.

func (*MockRedisConnection) BFInfoArg

func (m *MockRedisConnection) BFInfoArg(ctx context.Context, key, option string) *redis.BFInfoCmd

BFInfoArg mocks base method.

func (*MockRedisConnection) BFInfoCapacity

func (m *MockRedisConnection) BFInfoCapacity(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoCapacity mocks base method.

func (*MockRedisConnection) BFInfoExpansion

func (m *MockRedisConnection) BFInfoExpansion(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoExpansion mocks base method.

func (*MockRedisConnection) BFInfoFilters

func (m *MockRedisConnection) BFInfoFilters(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoFilters mocks base method.

func (*MockRedisConnection) BFInfoItems

func (m *MockRedisConnection) BFInfoItems(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoItems mocks base method.

func (*MockRedisConnection) BFInfoSize

func (m *MockRedisConnection) BFInfoSize(ctx context.Context, key string) *redis.BFInfoCmd

BFInfoSize mocks base method.

func (*MockRedisConnection) BFInsert

func (m *MockRedisConnection) BFInsert(ctx context.Context, key string, options *redis.BFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd

BFInsert mocks base method.

func (*MockRedisConnection) BFLoadChunk

func (m *MockRedisConnection) BFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd

BFLoadChunk mocks base method.

func (*MockRedisConnection) BFMAdd

func (m *MockRedisConnection) BFMAdd(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

BFMAdd mocks base method.

func (*MockRedisConnection) BFMExists

func (m *MockRedisConnection) BFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

BFMExists mocks base method.

func (*MockRedisConnection) BFReserve

func (m *MockRedisConnection) BFReserve(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd

BFReserve mocks base method.

func (*MockRedisConnection) BFReserveExpansion

func (m *MockRedisConnection) BFReserveExpansion(ctx context.Context, key string, errorRate float64, capacity, expansion int64) *redis.StatusCmd

BFReserveExpansion mocks base method.

func (*MockRedisConnection) BFReserveNonScaling

func (m *MockRedisConnection) BFReserveNonScaling(ctx context.Context, key string, errorRate float64, capacity int64) *redis.StatusCmd

BFReserveNonScaling mocks base method.

func (*MockRedisConnection) BFReserveWithArgs

func (m *MockRedisConnection) BFReserveWithArgs(ctx context.Context, key string, options *redis.BFReserveOptions) *redis.StatusCmd

BFReserveWithArgs mocks base method.

func (*MockRedisConnection) BFScanDump

func (m *MockRedisConnection) BFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd

BFScanDump mocks base method.

func (*MockRedisConnection) BLMPop

func (m *MockRedisConnection) BLMPop(ctx context.Context, timeout time.Duration, direction string, count int64, keys ...string) *redis.KeyValuesCmd

BLMPop mocks base method.

func (*MockRedisConnection) BLMove

func (m *MockRedisConnection) BLMove(ctx context.Context, source, destination, srcpos, destpos string, imeout time.Duration) *redis.StringCmd

BLMove mocks base method.

func (*MockRedisConnection) BLPop

func (m *MockRedisConnection) BLPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd

BLPop mocks base method.

func (*MockRedisConnection) BRPop

func (m *MockRedisConnection) BRPop(ctx context.Context, timeout time.Duration, keys ...string) *redis.StringSliceCmd

BRPop mocks base method.

func (*MockRedisConnection) BRPopLPush

func (m *MockRedisConnection) BRPopLPush(ctx context.Context, source, destination string, timeout time.Duration) *redis.StringCmd

BRPopLPush mocks base method.

func (*MockRedisConnection) BZMPop

func (m *MockRedisConnection) BZMPop(ctx context.Context, timeout time.Duration, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd

BZMPop mocks base method.

func (*MockRedisConnection) BZPopMax

func (m *MockRedisConnection) BZPopMax(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd

BZPopMax mocks base method.

func (*MockRedisConnection) BZPopMin

func (m *MockRedisConnection) BZPopMin(ctx context.Context, timeout time.Duration, keys ...string) *redis.ZWithKeyCmd

BZPopMin mocks base method.

func (*MockRedisConnection) BgRewriteAOF

func (m *MockRedisConnection) BgRewriteAOF(ctx context.Context) *redis.StatusCmd

BgRewriteAOF mocks base method.

func (*MockRedisConnection) BgSave

BgSave mocks base method.

func (*MockRedisConnection) BitCount

func (m *MockRedisConnection) BitCount(ctx context.Context, key string, bitCount *redis.BitCount) *redis.IntCmd

BitCount mocks base method.

func (*MockRedisConnection) BitField

func (m *MockRedisConnection) BitField(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd

BitField mocks base method.

func (*MockRedisConnection) BitFieldRO

func (m *MockRedisConnection) BitFieldRO(ctx context.Context, key string, values ...interface{}) *redis.IntSliceCmd

BitFieldRO mocks base method.

func (*MockRedisConnection) BitOpAnd

func (m *MockRedisConnection) BitOpAnd(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpAnd mocks base method.

func (*MockRedisConnection) BitOpNot

func (m *MockRedisConnection) BitOpNot(ctx context.Context, destKey, key string) *redis.IntCmd

BitOpNot mocks base method.

func (*MockRedisConnection) BitOpOr

func (m *MockRedisConnection) BitOpOr(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpOr mocks base method.

func (*MockRedisConnection) BitOpXor

func (m *MockRedisConnection) BitOpXor(ctx context.Context, destKey string, keys ...string) *redis.IntCmd

BitOpXor mocks base method.

func (*MockRedisConnection) BitPos

func (m *MockRedisConnection) BitPos(ctx context.Context, key string, bit int64, pos ...int64) *redis.IntCmd

BitPos mocks base method.

func (*MockRedisConnection) BitPosSpan

func (m *MockRedisConnection) BitPosSpan(ctx context.Context, key string, bit int8, start, end int64, span string) *redis.IntCmd

BitPosSpan mocks base method.

func (*MockRedisConnection) CFAdd

func (m *MockRedisConnection) CFAdd(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFAdd mocks base method.

func (*MockRedisConnection) CFAddNX

func (m *MockRedisConnection) CFAddNX(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFAddNX mocks base method.

func (*MockRedisConnection) CFCount

func (m *MockRedisConnection) CFCount(ctx context.Context, key string, element interface{}) *redis.IntCmd

CFCount mocks base method.

func (*MockRedisConnection) CFDel

func (m *MockRedisConnection) CFDel(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFDel mocks base method.

func (*MockRedisConnection) CFExists

func (m *MockRedisConnection) CFExists(ctx context.Context, key string, element interface{}) *redis.BoolCmd

CFExists mocks base method.

func (*MockRedisConnection) CFInfo

CFInfo mocks base method.

func (*MockRedisConnection) CFInsert

func (m *MockRedisConnection) CFInsert(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.BoolSliceCmd

CFInsert mocks base method.

func (*MockRedisConnection) CFInsertNX

func (m *MockRedisConnection) CFInsertNX(ctx context.Context, key string, options *redis.CFInsertOptions, elements ...interface{}) *redis.IntSliceCmd

CFInsertNX mocks base method.

func (*MockRedisConnection) CFLoadChunk

func (m *MockRedisConnection) CFLoadChunk(ctx context.Context, key string, iterator int64, data interface{}) *redis.StatusCmd

CFLoadChunk mocks base method.

func (*MockRedisConnection) CFMExists

func (m *MockRedisConnection) CFMExists(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

CFMExists mocks base method.

func (*MockRedisConnection) CFReserve

func (m *MockRedisConnection) CFReserve(ctx context.Context, key string, capacity int64) *redis.StatusCmd

CFReserve mocks base method.

func (*MockRedisConnection) CFReserveBucketSize

func (m *MockRedisConnection) CFReserveBucketSize(ctx context.Context, key string, capacity, bucketsize int64) *redis.StatusCmd

CFReserveBucketSize mocks base method.

func (*MockRedisConnection) CFReserveExpansion

func (m *MockRedisConnection) CFReserveExpansion(ctx context.Context, key string, capacity, expansion int64) *redis.StatusCmd

CFReserveExpansion mocks base method.

func (*MockRedisConnection) CFReserveMaxIterations

func (m *MockRedisConnection) CFReserveMaxIterations(ctx context.Context, key string, capacity, maxiterations int64) *redis.StatusCmd

CFReserveMaxIterations mocks base method.

func (*MockRedisConnection) CFReserveWithArgs

func (m *MockRedisConnection) CFReserveWithArgs(ctx context.Context, key string, options *redis.CFReserveOptions) *redis.StatusCmd

CFReserveWithArgs mocks base method.

func (*MockRedisConnection) CFScanDump

func (m *MockRedisConnection) CFScanDump(ctx context.Context, key string, iterator int64) *redis.ScanDumpCmd

CFScanDump mocks base method.

func (*MockRedisConnection) CMSIncrBy

func (m *MockRedisConnection) CMSIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

CMSIncrBy mocks base method.

func (*MockRedisConnection) CMSInfo

func (m *MockRedisConnection) CMSInfo(ctx context.Context, key string) *redis.CMSInfoCmd

CMSInfo mocks base method.

func (*MockRedisConnection) CMSInitByDim

func (m *MockRedisConnection) CMSInitByDim(ctx context.Context, key string, width, depth int64) *redis.StatusCmd

CMSInitByDim mocks base method.

func (*MockRedisConnection) CMSInitByProb

func (m *MockRedisConnection) CMSInitByProb(ctx context.Context, key string, errorRate, probability float64) *redis.StatusCmd

CMSInitByProb mocks base method.

func (*MockRedisConnection) CMSMerge

func (m *MockRedisConnection) CMSMerge(ctx context.Context, destKey string, sourceKeys ...string) *redis.StatusCmd

CMSMerge mocks base method.

func (*MockRedisConnection) CMSMergeWithWeight

func (m *MockRedisConnection) CMSMergeWithWeight(ctx context.Context, destKey string, sourceKeys map[string]int64) *redis.StatusCmd

CMSMergeWithWeight mocks base method.

func (*MockRedisConnection) CMSQuery

func (m *MockRedisConnection) CMSQuery(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

CMSQuery mocks base method.

func (*MockRedisConnection) ClientGetName

func (m *MockRedisConnection) ClientGetName(ctx context.Context) *redis.StringCmd

ClientGetName mocks base method.

func (*MockRedisConnection) ClientID

func (m *MockRedisConnection) ClientID(ctx context.Context) *redis.IntCmd

ClientID mocks base method.

func (*MockRedisConnection) ClientInfo

ClientInfo mocks base method.

func (*MockRedisConnection) ClientKill

func (m *MockRedisConnection) ClientKill(ctx context.Context, ipPort string) *redis.StatusCmd

ClientKill mocks base method.

func (*MockRedisConnection) ClientKillByFilter

func (m *MockRedisConnection) ClientKillByFilter(ctx context.Context, keys ...string) *redis.IntCmd

ClientKillByFilter mocks base method.

func (*MockRedisConnection) ClientList

func (m *MockRedisConnection) ClientList(ctx context.Context) *redis.StringCmd

ClientList mocks base method.

func (*MockRedisConnection) ClientPause

func (m *MockRedisConnection) ClientPause(ctx context.Context, dur time.Duration) *redis.BoolCmd

ClientPause mocks base method.

func (*MockRedisConnection) ClientUnblock

func (m *MockRedisConnection) ClientUnblock(ctx context.Context, id int64) *redis.IntCmd

ClientUnblock mocks base method.

func (*MockRedisConnection) ClientUnblockWithError

func (m *MockRedisConnection) ClientUnblockWithError(ctx context.Context, id int64) *redis.IntCmd

ClientUnblockWithError mocks base method.

func (*MockRedisConnection) ClientUnpause

func (m *MockRedisConnection) ClientUnpause(ctx context.Context) *redis.BoolCmd

ClientUnpause mocks base method.

func (*MockRedisConnection) Close

func (m *MockRedisConnection) Close() error

Close mocks base method.

func (*MockRedisConnection) ClusterAddSlots

func (m *MockRedisConnection) ClusterAddSlots(ctx context.Context, slots ...int) *redis.StatusCmd

ClusterAddSlots mocks base method.

func (*MockRedisConnection) ClusterAddSlotsRange

func (m *MockRedisConnection) ClusterAddSlotsRange(ctx context.Context, min, max int) *redis.StatusCmd

ClusterAddSlotsRange mocks base method.

func (*MockRedisConnection) ClusterCountFailureReports

func (m *MockRedisConnection) ClusterCountFailureReports(ctx context.Context, nodeID string) *redis.IntCmd

ClusterCountFailureReports mocks base method.

func (*MockRedisConnection) ClusterCountKeysInSlot

func (m *MockRedisConnection) ClusterCountKeysInSlot(ctx context.Context, slot int) *redis.IntCmd

ClusterCountKeysInSlot mocks base method.

func (*MockRedisConnection) ClusterDelSlots

func (m *MockRedisConnection) ClusterDelSlots(ctx context.Context, slots ...int) *redis.StatusCmd

ClusterDelSlots mocks base method.

func (*MockRedisConnection) ClusterDelSlotsRange

func (m *MockRedisConnection) ClusterDelSlotsRange(ctx context.Context, min, max int) *redis.StatusCmd

ClusterDelSlotsRange mocks base method.

func (*MockRedisConnection) ClusterFailover

func (m *MockRedisConnection) ClusterFailover(ctx context.Context) *redis.StatusCmd

ClusterFailover mocks base method.

func (*MockRedisConnection) ClusterForget

func (m *MockRedisConnection) ClusterForget(ctx context.Context, nodeID string) *redis.StatusCmd

ClusterForget mocks base method.

func (*MockRedisConnection) ClusterGetKeysInSlot

func (m *MockRedisConnection) ClusterGetKeysInSlot(ctx context.Context, slot, count int) *redis.StringSliceCmd

ClusterGetKeysInSlot mocks base method.

func (*MockRedisConnection) ClusterInfo

func (m *MockRedisConnection) ClusterInfo(ctx context.Context) *redis.StringCmd

ClusterInfo mocks base method.

func (*MockRedisConnection) ClusterKeySlot

func (m *MockRedisConnection) ClusterKeySlot(ctx context.Context, key string) *redis.IntCmd

ClusterKeySlot mocks base method.

ClusterLinks mocks base method.

func (*MockRedisConnection) ClusterMeet

func (m *MockRedisConnection) ClusterMeet(ctx context.Context, host, port string) *redis.StatusCmd

ClusterMeet mocks base method.

func (*MockRedisConnection) ClusterMyShardID

func (m *MockRedisConnection) ClusterMyShardID(ctx context.Context) *redis.StringCmd

ClusterMyShardID mocks base method.

func (*MockRedisConnection) ClusterNodes

func (m *MockRedisConnection) ClusterNodes(ctx context.Context) *redis.StringCmd

ClusterNodes mocks base method.

func (*MockRedisConnection) ClusterReplicate

func (m *MockRedisConnection) ClusterReplicate(ctx context.Context, nodeID string) *redis.StatusCmd

ClusterReplicate mocks base method.

func (*MockRedisConnection) ClusterResetHard

func (m *MockRedisConnection) ClusterResetHard(ctx context.Context) *redis.StatusCmd

ClusterResetHard mocks base method.

func (*MockRedisConnection) ClusterResetSoft

func (m *MockRedisConnection) ClusterResetSoft(ctx context.Context) *redis.StatusCmd

ClusterResetSoft mocks base method.

func (*MockRedisConnection) ClusterSaveConfig

func (m *MockRedisConnection) ClusterSaveConfig(ctx context.Context) *redis.StatusCmd

ClusterSaveConfig mocks base method.

func (*MockRedisConnection) ClusterShards

func (m *MockRedisConnection) ClusterShards(ctx context.Context) *redis.ClusterShardsCmd

ClusterShards mocks base method.

func (*MockRedisConnection) ClusterSlaves

func (m *MockRedisConnection) ClusterSlaves(ctx context.Context, nodeID string) *redis.StringSliceCmd

ClusterSlaves mocks base method.

func (*MockRedisConnection) ClusterSlots

ClusterSlots mocks base method.

func (*MockRedisConnection) Command

Command mocks base method.

func (*MockRedisConnection) CommandGetKeys

func (m *MockRedisConnection) CommandGetKeys(ctx context.Context, commands ...interface{}) *redis.StringSliceCmd

CommandGetKeys mocks base method.

func (*MockRedisConnection) CommandGetKeysAndFlags

func (m *MockRedisConnection) CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *redis.KeyFlagsCmd

CommandGetKeysAndFlags mocks base method.

func (*MockRedisConnection) CommandList

func (m *MockRedisConnection) CommandList(ctx context.Context, filter *redis.FilterBy) *redis.StringSliceCmd

CommandList mocks base method.

func (*MockRedisConnection) ConfigGet

func (m *MockRedisConnection) ConfigGet(ctx context.Context, parameter string) *redis.MapStringStringCmd

ConfigGet mocks base method.

func (*MockRedisConnection) ConfigResetStat

func (m *MockRedisConnection) ConfigResetStat(ctx context.Context) *redis.StatusCmd

ConfigResetStat mocks base method.

func (*MockRedisConnection) ConfigRewrite

func (m *MockRedisConnection) ConfigRewrite(ctx context.Context) *redis.StatusCmd

ConfigRewrite mocks base method.

func (*MockRedisConnection) ConfigSet

func (m *MockRedisConnection) ConfigSet(ctx context.Context, parameter, value string) *redis.StatusCmd

ConfigSet mocks base method.

func (*MockRedisConnection) Conn

func (m *MockRedisConnection) Conn() *redis.Conn

Conn mocks base method.

func (*MockRedisConnection) Copy

func (m *MockRedisConnection) Copy(ctx context.Context, sourceKey, destKey string, db int, replace bool) *redis.IntCmd

Copy mocks base method.

func (*MockRedisConnection) DBSize

DBSize mocks base method.

func (*MockRedisConnection) DebugObject

func (m *MockRedisConnection) DebugObject(ctx context.Context, key string) *redis.StringCmd

DebugObject mocks base method.

func (*MockRedisConnection) Decr

Decr mocks base method.

func (*MockRedisConnection) DecrBy

func (m *MockRedisConnection) DecrBy(ctx context.Context, key string, decrement int64) *redis.IntCmd

DecrBy mocks base method.

func (*MockRedisConnection) Del

func (m *MockRedisConnection) Del(ctx context.Context, keys ...string) *redis.IntCmd

Del mocks base method.

func (*MockRedisConnection) Do

func (m *MockRedisConnection) Do(ctx context.Context, args ...interface{}) *redis.Cmd

Do mocks base method.

func (*MockRedisConnection) Dump

Dump mocks base method.

func (*MockRedisConnection) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRedisConnection) Echo

func (m *MockRedisConnection) Echo(ctx context.Context, message interface{}) *redis.StringCmd

Echo mocks base method.

func (*MockRedisConnection) Eval

func (m *MockRedisConnection) Eval(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd

Eval mocks base method.

func (*MockRedisConnection) EvalRO

func (m *MockRedisConnection) EvalRO(ctx context.Context, script string, keys []string, args ...interface{}) *redis.Cmd

EvalRO mocks base method.

func (*MockRedisConnection) EvalSha

func (m *MockRedisConnection) EvalSha(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd

EvalSha mocks base method.

func (*MockRedisConnection) EvalShaRO

func (m *MockRedisConnection) EvalShaRO(ctx context.Context, sha1 string, keys []string, args ...interface{}) *redis.Cmd

EvalShaRO mocks base method.

func (*MockRedisConnection) Exists

func (m *MockRedisConnection) Exists(ctx context.Context, keys ...string) *redis.IntCmd

Exists mocks base method.

func (*MockRedisConnection) Expire

func (m *MockRedisConnection) Expire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

Expire mocks base method.

func (*MockRedisConnection) ExpireAt

func (m *MockRedisConnection) ExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd

ExpireAt mocks base method.

func (*MockRedisConnection) ExpireGT

func (m *MockRedisConnection) ExpireGT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireGT mocks base method.

func (*MockRedisConnection) ExpireLT

func (m *MockRedisConnection) ExpireLT(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireLT mocks base method.

func (*MockRedisConnection) ExpireNX

func (m *MockRedisConnection) ExpireNX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireNX mocks base method.

func (*MockRedisConnection) ExpireTime

func (m *MockRedisConnection) ExpireTime(ctx context.Context, key string) *redis.DurationCmd

ExpireTime mocks base method.

func (*MockRedisConnection) ExpireXX

func (m *MockRedisConnection) ExpireXX(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

ExpireXX mocks base method.

func (*MockRedisConnection) FCall

func (m *MockRedisConnection) FCall(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCall mocks base method.

func (*MockRedisConnection) FCallRO

func (m *MockRedisConnection) FCallRO(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCallRO mocks base method.

func (*MockRedisConnection) FCallRo

func (m *MockRedisConnection) FCallRo(ctx context.Context, function string, keys []string, args ...interface{}) *redis.Cmd

FCallRo mocks base method.

func (*MockRedisConnection) FTAggregate

func (m *MockRedisConnection) FTAggregate(ctx context.Context, index, query string) *redis.MapStringInterfaceCmd

FTAggregate mocks base method.

func (*MockRedisConnection) FTAggregateWithArgs

func (m *MockRedisConnection) FTAggregateWithArgs(ctx context.Context, index, query string, options *redis.FTAggregateOptions) *redis.AggregateCmd

FTAggregateWithArgs mocks base method.

func (*MockRedisConnection) FTAliasAdd

func (m *MockRedisConnection) FTAliasAdd(ctx context.Context, index, alias string) *redis.StatusCmd

FTAliasAdd mocks base method.

func (*MockRedisConnection) FTAliasDel

func (m *MockRedisConnection) FTAliasDel(ctx context.Context, alias string) *redis.StatusCmd

FTAliasDel mocks base method.

func (*MockRedisConnection) FTAliasUpdate

func (m *MockRedisConnection) FTAliasUpdate(ctx context.Context, index, alias string) *redis.StatusCmd

FTAliasUpdate mocks base method.

func (*MockRedisConnection) FTAlter

func (m *MockRedisConnection) FTAlter(ctx context.Context, index string, skipInitialScan bool, definition []interface{}) *redis.StatusCmd

FTAlter mocks base method.

func (*MockRedisConnection) FTConfigGet

FTConfigGet mocks base method.

func (*MockRedisConnection) FTConfigSet

func (m *MockRedisConnection) FTConfigSet(ctx context.Context, option string, value interface{}) *redis.StatusCmd

FTConfigSet mocks base method.

func (*MockRedisConnection) FTCreate

func (m *MockRedisConnection) FTCreate(ctx context.Context, index string, options *redis.FTCreateOptions, schema ...*redis.FieldSchema) *redis.StatusCmd

FTCreate mocks base method.

func (*MockRedisConnection) FTCursorDel

func (m *MockRedisConnection) FTCursorDel(ctx context.Context, index string, cursorId int) *redis.StatusCmd

FTCursorDel mocks base method.

func (*MockRedisConnection) FTCursorRead

func (m *MockRedisConnection) FTCursorRead(ctx context.Context, index string, cursorId, count int) *redis.MapStringInterfaceCmd

FTCursorRead mocks base method.

func (*MockRedisConnection) FTDictAdd

func (m *MockRedisConnection) FTDictAdd(ctx context.Context, dict string, term ...interface{}) *redis.IntCmd

FTDictAdd mocks base method.

func (*MockRedisConnection) FTDictDel

func (m *MockRedisConnection) FTDictDel(ctx context.Context, dict string, term ...interface{}) *redis.IntCmd

FTDictDel mocks base method.

func (*MockRedisConnection) FTDictDump

func (m *MockRedisConnection) FTDictDump(ctx context.Context, dict string) *redis.StringSliceCmd

FTDictDump mocks base method.

func (*MockRedisConnection) FTDropIndex

func (m *MockRedisConnection) FTDropIndex(ctx context.Context, index string) *redis.StatusCmd

FTDropIndex mocks base method.

func (*MockRedisConnection) FTDropIndexWithArgs

func (m *MockRedisConnection) FTDropIndexWithArgs(ctx context.Context, index string, options *redis.FTDropIndexOptions) *redis.StatusCmd

FTDropIndexWithArgs mocks base method.

func (*MockRedisConnection) FTExplain

func (m *MockRedisConnection) FTExplain(ctx context.Context, index, query string) *redis.StringCmd

FTExplain mocks base method.

func (*MockRedisConnection) FTExplainCli

func (m *MockRedisConnection) FTExplainCli(ctx context.Context, key, path string) error

FTExplainCli mocks base method.

func (*MockRedisConnection) FTExplainWithArgs

func (m *MockRedisConnection) FTExplainWithArgs(ctx context.Context, index, query string, options *redis.FTExplainOptions) *redis.StringCmd

FTExplainWithArgs mocks base method.

func (*MockRedisConnection) FTInfo

func (m *MockRedisConnection) FTInfo(ctx context.Context, index string) *redis.FTInfoCmd

FTInfo mocks base method.

func (*MockRedisConnection) FTSearch

func (m *MockRedisConnection) FTSearch(ctx context.Context, index, query string) *redis.FTSearchCmd

FTSearch mocks base method.

func (*MockRedisConnection) FTSearchWithArgs

func (m *MockRedisConnection) FTSearchWithArgs(ctx context.Context, index, query string, options *redis.FTSearchOptions) *redis.FTSearchCmd

FTSearchWithArgs mocks base method.

func (*MockRedisConnection) FTSpellCheck

func (m *MockRedisConnection) FTSpellCheck(ctx context.Context, index, query string) *redis.FTSpellCheckCmd

FTSpellCheck mocks base method.

func (*MockRedisConnection) FTSpellCheckWithArgs

func (m *MockRedisConnection) FTSpellCheckWithArgs(ctx context.Context, index, query string, options *redis.FTSpellCheckOptions) *redis.FTSpellCheckCmd

FTSpellCheckWithArgs mocks base method.

func (*MockRedisConnection) FTSynDump

func (m *MockRedisConnection) FTSynDump(ctx context.Context, index string) *redis.FTSynDumpCmd

FTSynDump mocks base method.

func (*MockRedisConnection) FTSynUpdate

func (m *MockRedisConnection) FTSynUpdate(ctx context.Context, index string, synGroupId interface{}, terms []interface{}) *redis.StatusCmd

FTSynUpdate mocks base method.

func (*MockRedisConnection) FTSynUpdateWithArgs

func (m *MockRedisConnection) FTSynUpdateWithArgs(ctx context.Context, index string, synGroupId interface{}, options *redis.FTSynUpdateOptions, terms []interface{}) *redis.StatusCmd

FTSynUpdateWithArgs mocks base method.

func (*MockRedisConnection) FTTagVals

func (m *MockRedisConnection) FTTagVals(ctx context.Context, index, field string) *redis.StringSliceCmd

FTTagVals mocks base method.

func (*MockRedisConnection) FT_List

FT_List mocks base method.

func (*MockRedisConnection) FlushAll

FlushAll mocks base method.

func (*MockRedisConnection) FlushAllAsync

func (m *MockRedisConnection) FlushAllAsync(ctx context.Context) *redis.StatusCmd

FlushAllAsync mocks base method.

func (*MockRedisConnection) FlushDB

FlushDB mocks base method.

func (*MockRedisConnection) FlushDBAsync

func (m *MockRedisConnection) FlushDBAsync(ctx context.Context) *redis.StatusCmd

FlushDBAsync mocks base method.

func (*MockRedisConnection) FunctionDelete

func (m *MockRedisConnection) FunctionDelete(ctx context.Context, libName string) *redis.StringCmd

FunctionDelete mocks base method.

func (*MockRedisConnection) FunctionDump

func (m *MockRedisConnection) FunctionDump(ctx context.Context) *redis.StringCmd

FunctionDump mocks base method.

func (*MockRedisConnection) FunctionFlush

func (m *MockRedisConnection) FunctionFlush(ctx context.Context) *redis.StringCmd

FunctionFlush mocks base method.

func (*MockRedisConnection) FunctionFlushAsync

func (m *MockRedisConnection) FunctionFlushAsync(ctx context.Context) *redis.StringCmd

FunctionFlushAsync mocks base method.

func (*MockRedisConnection) FunctionKill

func (m *MockRedisConnection) FunctionKill(ctx context.Context) *redis.StringCmd

FunctionKill mocks base method.

func (*MockRedisConnection) FunctionList

FunctionList mocks base method.

func (*MockRedisConnection) FunctionLoad

func (m *MockRedisConnection) FunctionLoad(ctx context.Context, code string) *redis.StringCmd

FunctionLoad mocks base method.

func (*MockRedisConnection) FunctionLoadReplace

func (m *MockRedisConnection) FunctionLoadReplace(ctx context.Context, code string) *redis.StringCmd

FunctionLoadReplace mocks base method.

func (*MockRedisConnection) FunctionRestore

func (m *MockRedisConnection) FunctionRestore(ctx context.Context, libDump string) *redis.StringCmd

FunctionRestore mocks base method.

func (*MockRedisConnection) FunctionStats

func (m *MockRedisConnection) FunctionStats(ctx context.Context) *redis.FunctionStatsCmd

FunctionStats mocks base method.

func (*MockRedisConnection) GeoAdd

func (m *MockRedisConnection) GeoAdd(ctx context.Context, key string, geoLocation ...*redis.GeoLocation) *redis.IntCmd

GeoAdd mocks base method.

func (*MockRedisConnection) GeoDist

func (m *MockRedisConnection) GeoDist(ctx context.Context, key, member1, member2, unit string) *redis.FloatCmd

GeoDist mocks base method.

func (*MockRedisConnection) GeoHash

func (m *MockRedisConnection) GeoHash(ctx context.Context, key string, members ...string) *redis.StringSliceCmd

GeoHash mocks base method.

func (*MockRedisConnection) GeoPos

func (m *MockRedisConnection) GeoPos(ctx context.Context, key string, members ...string) *redis.GeoPosCmd

GeoPos mocks base method.

func (*MockRedisConnection) GeoRadius

func (m *MockRedisConnection) GeoRadius(ctx context.Context, key string, longitude, latitude float64, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadius mocks base method.

func (*MockRedisConnection) GeoRadiusByMember

func (m *MockRedisConnection) GeoRadiusByMember(ctx context.Context, key, member string, query *redis.GeoRadiusQuery) *redis.GeoLocationCmd

GeoRadiusByMember mocks base method.

func (*MockRedisConnection) GeoRadiusByMemberStore

func (m *MockRedisConnection) GeoRadiusByMemberStore(ctx context.Context, key, member string, query *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusByMemberStore mocks base method.

func (*MockRedisConnection) GeoRadiusStore

func (m *MockRedisConnection) GeoRadiusStore(ctx context.Context, key string, longitude, latitude float64, query *redis.GeoRadiusQuery) *redis.IntCmd

GeoRadiusStore mocks base method.

func (*MockRedisConnection) GeoSearch

GeoSearch mocks base method.

func (*MockRedisConnection) GeoSearchLocation

GeoSearchLocation mocks base method.

func (*MockRedisConnection) GeoSearchStore

func (m *MockRedisConnection) GeoSearchStore(ctx context.Context, key, store string, q *redis.GeoSearchStoreQuery) *redis.IntCmd

GeoSearchStore mocks base method.

func (*MockRedisConnection) Get

Get mocks base method.

func (*MockRedisConnection) GetBit

func (m *MockRedisConnection) GetBit(ctx context.Context, key string, offset int64) *redis.IntCmd

GetBit mocks base method.

func (*MockRedisConnection) GetDel

GetDel mocks base method.

func (*MockRedisConnection) GetEx

func (m *MockRedisConnection) GetEx(ctx context.Context, key string, expiration time.Duration) *redis.StringCmd

GetEx mocks base method.

func (*MockRedisConnection) GetRange

func (m *MockRedisConnection) GetRange(ctx context.Context, key string, start, end int64) *redis.StringCmd

GetRange mocks base method.

func (*MockRedisConnection) GetSet

func (m *MockRedisConnection) GetSet(ctx context.Context, key string, value interface{}) *redis.StringCmd

GetSet mocks base method.

func (*MockRedisConnection) HDel

func (m *MockRedisConnection) HDel(ctx context.Context, key string, fields ...string) *redis.IntCmd

HDel mocks base method.

func (*MockRedisConnection) HExists

func (m *MockRedisConnection) HExists(ctx context.Context, key, field string) *redis.BoolCmd

HExists mocks base method.

func (*MockRedisConnection) HExpire

func (m *MockRedisConnection) HExpire(ctx context.Context, key string, expiration time.Duration, fields ...string) *redis.IntSliceCmd

HExpire mocks base method.

func (*MockRedisConnection) HExpireAt

func (m *MockRedisConnection) HExpireAt(ctx context.Context, key string, tm time.Time, fields ...string) *redis.IntSliceCmd

HExpireAt mocks base method.

func (*MockRedisConnection) HExpireAtWithArgs

func (m *MockRedisConnection) HExpireAtWithArgs(ctx context.Context, key string, tm time.Time, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd

HExpireAtWithArgs mocks base method.

func (*MockRedisConnection) HExpireTime

func (m *MockRedisConnection) HExpireTime(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd

HExpireTime mocks base method.

func (*MockRedisConnection) HExpireWithArgs

func (m *MockRedisConnection) HExpireWithArgs(ctx context.Context, key string, expiration time.Duration, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd

HExpireWithArgs mocks base method.

func (*MockRedisConnection) HGet

func (m *MockRedisConnection) HGet(ctx context.Context, key, field string) *redis.StringCmd

HGet mocks base method.

func (*MockRedisConnection) HGetAll

HGetAll mocks base method.

func (*MockRedisConnection) HIncrBy

func (m *MockRedisConnection) HIncrBy(ctx context.Context, key, field string, incr int64) *redis.IntCmd

HIncrBy mocks base method.

func (*MockRedisConnection) HIncrByFloat

func (m *MockRedisConnection) HIncrByFloat(ctx context.Context, key, field string, incr float64) *redis.FloatCmd

HIncrByFloat mocks base method.

func (*MockRedisConnection) HKeys

HKeys mocks base method.

func (*MockRedisConnection) HLen

HLen mocks base method.

func (*MockRedisConnection) HMGet

func (m *MockRedisConnection) HMGet(ctx context.Context, key string, fields ...string) *redis.SliceCmd

HMGet mocks base method.

func (*MockRedisConnection) HMSet

func (m *MockRedisConnection) HMSet(ctx context.Context, key string, values ...interface{}) *redis.BoolCmd

HMSet mocks base method.

func (*MockRedisConnection) HPExpire

func (m *MockRedisConnection) HPExpire(ctx context.Context, key string, expiration time.Duration, fields ...string) *redis.IntSliceCmd

HPExpire mocks base method.

func (*MockRedisConnection) HPExpireAt

func (m *MockRedisConnection) HPExpireAt(ctx context.Context, key string, tm time.Time, fields ...string) *redis.IntSliceCmd

HPExpireAt mocks base method.

func (*MockRedisConnection) HPExpireAtWithArgs

func (m *MockRedisConnection) HPExpireAtWithArgs(ctx context.Context, key string, tm time.Time, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd

HPExpireAtWithArgs mocks base method.

func (*MockRedisConnection) HPExpireTime

func (m *MockRedisConnection) HPExpireTime(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd

HPExpireTime mocks base method.

func (*MockRedisConnection) HPExpireWithArgs

func (m *MockRedisConnection) HPExpireWithArgs(ctx context.Context, key string, expiration time.Duration, expirationArgs redis.HExpireArgs, fields ...string) *redis.IntSliceCmd

HPExpireWithArgs mocks base method.

func (*MockRedisConnection) HPTTL

func (m *MockRedisConnection) HPTTL(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd

HPTTL mocks base method.

func (*MockRedisConnection) HPersist

func (m *MockRedisConnection) HPersist(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd

HPersist mocks base method.

func (*MockRedisConnection) HRandField

func (m *MockRedisConnection) HRandField(ctx context.Context, key string, count int) *redis.StringSliceCmd

HRandField mocks base method.

func (*MockRedisConnection) HRandFieldWithValues

func (m *MockRedisConnection) HRandFieldWithValues(ctx context.Context, key string, count int) *redis.KeyValueSliceCmd

HRandFieldWithValues mocks base method.

func (*MockRedisConnection) HScan

func (m *MockRedisConnection) HScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

HScan mocks base method.

func (*MockRedisConnection) HScanNoValues

func (m *MockRedisConnection) HScanNoValues(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

HScanNoValues mocks base method.

func (*MockRedisConnection) HSet

func (m *MockRedisConnection) HSet(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

HSet mocks base method.

func (*MockRedisConnection) HSetNX

func (m *MockRedisConnection) HSetNX(ctx context.Context, key, field string, value interface{}) *redis.BoolCmd

HSetNX mocks base method.

func (*MockRedisConnection) HTTL

func (m *MockRedisConnection) HTTL(ctx context.Context, key string, fields ...string) *redis.IntSliceCmd

HTTL mocks base method.

func (*MockRedisConnection) HVals

HVals mocks base method.

func (*MockRedisConnection) Incr

Incr mocks base method.

func (*MockRedisConnection) IncrBy

func (m *MockRedisConnection) IncrBy(ctx context.Context, key string, value int64) *redis.IntCmd

IncrBy mocks base method.

func (*MockRedisConnection) IncrByFloat

func (m *MockRedisConnection) IncrByFloat(ctx context.Context, key string, value float64) *redis.FloatCmd

IncrByFloat mocks base method.

func (*MockRedisConnection) Info

func (m *MockRedisConnection) Info(ctx context.Context, sections ...string) *redis.StringCmd

Info mocks base method.

func (*MockRedisConnection) InfoMap

func (m *MockRedisConnection) InfoMap(ctx context.Context, sections ...string) *redis.InfoCmd

InfoMap mocks base method.

func (*MockRedisConnection) JSONArrAppend

func (m *MockRedisConnection) JSONArrAppend(ctx context.Context, key, path string, values ...interface{}) *redis.IntSliceCmd

JSONArrAppend mocks base method.

func (*MockRedisConnection) JSONArrIndex

func (m *MockRedisConnection) JSONArrIndex(ctx context.Context, key, path string, value ...interface{}) *redis.IntSliceCmd

JSONArrIndex mocks base method.

func (*MockRedisConnection) JSONArrIndexWithArgs

func (m *MockRedisConnection) JSONArrIndexWithArgs(ctx context.Context, key, path string, options *redis.JSONArrIndexArgs, value ...interface{}) *redis.IntSliceCmd

JSONArrIndexWithArgs mocks base method.

func (*MockRedisConnection) JSONArrInsert

func (m *MockRedisConnection) JSONArrInsert(ctx context.Context, key, path string, index int64, values ...interface{}) *redis.IntSliceCmd

JSONArrInsert mocks base method.

func (*MockRedisConnection) JSONArrLen

func (m *MockRedisConnection) JSONArrLen(ctx context.Context, key, path string) *redis.IntSliceCmd

JSONArrLen mocks base method.

func (*MockRedisConnection) JSONArrPop

func (m *MockRedisConnection) JSONArrPop(ctx context.Context, key, path string, index int) *redis.StringSliceCmd

JSONArrPop mocks base method.

func (*MockRedisConnection) JSONArrTrim

func (m *MockRedisConnection) JSONArrTrim(ctx context.Context, key, path string) *redis.IntSliceCmd

JSONArrTrim mocks base method.

func (*MockRedisConnection) JSONArrTrimWithArgs

func (m *MockRedisConnection) JSONArrTrimWithArgs(ctx context.Context, key, path string, options *redis.JSONArrTrimArgs) *redis.IntSliceCmd

JSONArrTrimWithArgs mocks base method.

func (*MockRedisConnection) JSONClear

func (m *MockRedisConnection) JSONClear(ctx context.Context, key, path string) *redis.IntCmd

JSONClear mocks base method.

func (*MockRedisConnection) JSONDebugMemory

func (m *MockRedisConnection) JSONDebugMemory(ctx context.Context, key, path string) *redis.IntCmd

JSONDebugMemory mocks base method.

func (*MockRedisConnection) JSONDel

func (m *MockRedisConnection) JSONDel(ctx context.Context, key, path string) *redis.IntCmd

JSONDel mocks base method.

func (*MockRedisConnection) JSONForget

func (m *MockRedisConnection) JSONForget(ctx context.Context, key, path string) *redis.IntCmd

JSONForget mocks base method.

func (*MockRedisConnection) JSONGet

func (m *MockRedisConnection) JSONGet(ctx context.Context, key string, paths ...string) *redis.JSONCmd

JSONGet mocks base method.

func (*MockRedisConnection) JSONGetWithArgs

func (m *MockRedisConnection) JSONGetWithArgs(ctx context.Context, key string, options *redis.JSONGetArgs, paths ...string) *redis.JSONCmd

JSONGetWithArgs mocks base method.

func (*MockRedisConnection) JSONMGet

func (m *MockRedisConnection) JSONMGet(ctx context.Context, path string, keys ...string) *redis.JSONSliceCmd

JSONMGet mocks base method.

func (*MockRedisConnection) JSONMSet

func (m *MockRedisConnection) JSONMSet(ctx context.Context, params ...interface{}) *redis.StatusCmd

JSONMSet mocks base method.

func (*MockRedisConnection) JSONMSetArgs

func (m *MockRedisConnection) JSONMSetArgs(ctx context.Context, docs []redis.JSONSetArgs) *redis.StatusCmd

JSONMSetArgs mocks base method.

func (*MockRedisConnection) JSONMerge

func (m *MockRedisConnection) JSONMerge(ctx context.Context, key, path, value string) *redis.StatusCmd

JSONMerge mocks base method.

func (*MockRedisConnection) JSONNumIncrBy

func (m *MockRedisConnection) JSONNumIncrBy(ctx context.Context, key, path string, value float64) *redis.JSONCmd

JSONNumIncrBy mocks base method.

func (*MockRedisConnection) JSONObjKeys

func (m *MockRedisConnection) JSONObjKeys(ctx context.Context, key, path string) *redis.SliceCmd

JSONObjKeys mocks base method.

func (*MockRedisConnection) JSONObjLen

func (m *MockRedisConnection) JSONObjLen(ctx context.Context, key, path string) *redis.IntPointerSliceCmd

JSONObjLen mocks base method.

func (*MockRedisConnection) JSONSet

func (m *MockRedisConnection) JSONSet(ctx context.Context, key, path string, value interface{}) *redis.StatusCmd

JSONSet mocks base method.

func (*MockRedisConnection) JSONSetMode

func (m *MockRedisConnection) JSONSetMode(ctx context.Context, key, path string, value interface{}, mode string) *redis.StatusCmd

JSONSetMode mocks base method.

func (*MockRedisConnection) JSONStrAppend

func (m *MockRedisConnection) JSONStrAppend(ctx context.Context, key, path, value string) *redis.IntPointerSliceCmd

JSONStrAppend mocks base method.

func (*MockRedisConnection) JSONStrLen

func (m *MockRedisConnection) JSONStrLen(ctx context.Context, key, path string) *redis.IntPointerSliceCmd

JSONStrLen mocks base method.

func (*MockRedisConnection) JSONToggle

func (m *MockRedisConnection) JSONToggle(ctx context.Context, key, path string) *redis.IntPointerSliceCmd

JSONToggle mocks base method.

func (*MockRedisConnection) JSONType

func (m *MockRedisConnection) JSONType(ctx context.Context, key, path string) *redis.JSONSliceCmd

JSONType mocks base method.

func (*MockRedisConnection) Keys

Keys mocks base method.

func (*MockRedisConnection) LCS

LCS mocks base method.

func (*MockRedisConnection) LIndex

func (m *MockRedisConnection) LIndex(ctx context.Context, key string, index int64) *redis.StringCmd

LIndex mocks base method.

func (*MockRedisConnection) LInsert

func (m *MockRedisConnection) LInsert(ctx context.Context, key, op string, pivot, value interface{}) *redis.IntCmd

LInsert mocks base method.

func (*MockRedisConnection) LInsertAfter

func (m *MockRedisConnection) LInsertAfter(ctx context.Context, key string, pivot, value interface{}) *redis.IntCmd

LInsertAfter mocks base method.

func (*MockRedisConnection) LInsertBefore

func (m *MockRedisConnection) LInsertBefore(ctx context.Context, key string, pivot, value interface{}) *redis.IntCmd

LInsertBefore mocks base method.

func (*MockRedisConnection) LLen

LLen mocks base method.

func (*MockRedisConnection) LMPop

func (m *MockRedisConnection) LMPop(ctx context.Context, direction string, count int64, keys ...string) *redis.KeyValuesCmd

LMPop mocks base method.

func (*MockRedisConnection) LMove

func (m *MockRedisConnection) LMove(ctx context.Context, source, destination, srcpos, destpos string) *redis.StringCmd

LMove mocks base method.

func (*MockRedisConnection) LPop

LPop mocks base method.

func (*MockRedisConnection) LPopCount

func (m *MockRedisConnection) LPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd

LPopCount mocks base method.

func (*MockRedisConnection) LPos

func (m *MockRedisConnection) LPos(ctx context.Context, key, value string, a redis.LPosArgs) *redis.IntCmd

LPos mocks base method.

func (*MockRedisConnection) LPosCount

func (m *MockRedisConnection) LPosCount(ctx context.Context, key, value string, count int64, a redis.LPosArgs) *redis.IntSliceCmd

LPosCount mocks base method.

func (*MockRedisConnection) LPush

func (m *MockRedisConnection) LPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

LPush mocks base method.

func (*MockRedisConnection) LPushX

func (m *MockRedisConnection) LPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

LPushX mocks base method.

func (*MockRedisConnection) LRange

func (m *MockRedisConnection) LRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd

LRange mocks base method.

func (*MockRedisConnection) LRem

func (m *MockRedisConnection) LRem(ctx context.Context, key string, count int64, value interface{}) *redis.IntCmd

LRem mocks base method.

func (*MockRedisConnection) LSet

func (m *MockRedisConnection) LSet(ctx context.Context, key string, index int64, value interface{}) *redis.StatusCmd

LSet mocks base method.

func (*MockRedisConnection) LTrim

func (m *MockRedisConnection) LTrim(ctx context.Context, key string, start, stop int64) *redis.StatusCmd

LTrim mocks base method.

func (*MockRedisConnection) LastSave

func (m *MockRedisConnection) LastSave(ctx context.Context) *redis.IntCmd

LastSave mocks base method.

func (*MockRedisConnection) MGet

func (m *MockRedisConnection) MGet(ctx context.Context, keys ...string) *redis.SliceCmd

MGet mocks base method.

func (*MockRedisConnection) MSet

func (m *MockRedisConnection) MSet(ctx context.Context, values ...interface{}) *redis.StatusCmd

MSet mocks base method.

func (*MockRedisConnection) MSetNX

func (m *MockRedisConnection) MSetNX(ctx context.Context, values ...interface{}) *redis.BoolCmd

MSetNX mocks base method.

func (*MockRedisConnection) MemoryUsage

func (m *MockRedisConnection) MemoryUsage(ctx context.Context, key string, samples ...int) *redis.IntCmd

MemoryUsage mocks base method.

func (*MockRedisConnection) Migrate

func (m *MockRedisConnection) Migrate(ctx context.Context, host, port, key string, db int, timeout time.Duration) *redis.StatusCmd

Migrate mocks base method.

func (*MockRedisConnection) ModuleLoadex

ModuleLoadex mocks base method.

func (*MockRedisConnection) Monitor

func (m *MockRedisConnection) Monitor(ctx context.Context, ch chan string) *redis.MonitorCmd

Monitor mocks base method.

func (*MockRedisConnection) Move

func (m *MockRedisConnection) Move(ctx context.Context, key string, db int) *redis.BoolCmd

Move mocks base method.

func (*MockRedisConnection) ObjectEncoding

func (m *MockRedisConnection) ObjectEncoding(ctx context.Context, key string) *redis.StringCmd

ObjectEncoding mocks base method.

func (*MockRedisConnection) ObjectFreq

func (m *MockRedisConnection) ObjectFreq(ctx context.Context, key string) *redis.IntCmd

ObjectFreq mocks base method.

func (*MockRedisConnection) ObjectIdleTime

func (m *MockRedisConnection) ObjectIdleTime(ctx context.Context, key string) *redis.DurationCmd

ObjectIdleTime mocks base method.

func (*MockRedisConnection) ObjectRefCount

func (m *MockRedisConnection) ObjectRefCount(ctx context.Context, key string) *redis.IntCmd

ObjectRefCount mocks base method.

func (*MockRedisConnection) Options

func (m *MockRedisConnection) Options() *redis.Options

Options mocks base method.

func (*MockRedisConnection) PExpire

func (m *MockRedisConnection) PExpire(ctx context.Context, key string, expiration time.Duration) *redis.BoolCmd

PExpire mocks base method.

func (*MockRedisConnection) PExpireAt

func (m *MockRedisConnection) PExpireAt(ctx context.Context, key string, tm time.Time) *redis.BoolCmd

PExpireAt mocks base method.

func (*MockRedisConnection) PExpireTime

func (m *MockRedisConnection) PExpireTime(ctx context.Context, key string) *redis.DurationCmd

PExpireTime mocks base method.

func (*MockRedisConnection) PFAdd

func (m *MockRedisConnection) PFAdd(ctx context.Context, key string, els ...interface{}) *redis.IntCmd

PFAdd mocks base method.

func (*MockRedisConnection) PFCount

func (m *MockRedisConnection) PFCount(ctx context.Context, keys ...string) *redis.IntCmd

PFCount mocks base method.

func (*MockRedisConnection) PFMerge

func (m *MockRedisConnection) PFMerge(ctx context.Context, dest string, keys ...string) *redis.StatusCmd

PFMerge mocks base method.

func (*MockRedisConnection) PSubscribe

func (m *MockRedisConnection) PSubscribe(ctx context.Context, channels ...string) *redis.PubSub

PSubscribe mocks base method.

func (*MockRedisConnection) PTTL

PTTL mocks base method.

func (*MockRedisConnection) Persist

func (m *MockRedisConnection) Persist(ctx context.Context, key string) *redis.BoolCmd

Persist mocks base method.

func (*MockRedisConnection) Ping

Ping mocks base method.

func (*MockRedisConnection) Pipeline

func (m *MockRedisConnection) Pipeline() redis.Pipeliner

Pipeline mocks base method.

func (*MockRedisConnection) Pipelined

func (m *MockRedisConnection) Pipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)

Pipelined mocks base method.

func (*MockRedisConnection) PoolStats

func (m *MockRedisConnection) PoolStats() *redis.PoolStats

PoolStats mocks base method.

func (*MockRedisConnection) Process

func (m *MockRedisConnection) Process(ctx context.Context, cmd redis.Cmder) error

Process mocks base method.

func (*MockRedisConnection) PubSubChannels

func (m *MockRedisConnection) PubSubChannels(ctx context.Context, pattern string) *redis.StringSliceCmd

PubSubChannels mocks base method.

func (*MockRedisConnection) PubSubNumPat

func (m *MockRedisConnection) PubSubNumPat(ctx context.Context) *redis.IntCmd

PubSubNumPat mocks base method.

func (*MockRedisConnection) PubSubNumSub

func (m *MockRedisConnection) PubSubNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd

PubSubNumSub mocks base method.

func (*MockRedisConnection) PubSubShardChannels

func (m *MockRedisConnection) PubSubShardChannels(ctx context.Context, pattern string) *redis.StringSliceCmd

PubSubShardChannels mocks base method.

func (*MockRedisConnection) PubSubShardNumSub

func (m *MockRedisConnection) PubSubShardNumSub(ctx context.Context, channels ...string) *redis.MapStringIntCmd

PubSubShardNumSub mocks base method.

func (*MockRedisConnection) Publish

func (m *MockRedisConnection) Publish(ctx context.Context, channel string, message interface{}) *redis.IntCmd

Publish mocks base method.

func (*MockRedisConnection) Quit

Quit mocks base method.

func (*MockRedisConnection) RPop

RPop mocks base method.

func (*MockRedisConnection) RPopCount

func (m *MockRedisConnection) RPopCount(ctx context.Context, key string, count int) *redis.StringSliceCmd

RPopCount mocks base method.

func (*MockRedisConnection) RPopLPush

func (m *MockRedisConnection) RPopLPush(ctx context.Context, source, destination string) *redis.StringCmd

RPopLPush mocks base method.

func (*MockRedisConnection) RPush

func (m *MockRedisConnection) RPush(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

RPush mocks base method.

func (*MockRedisConnection) RPushX

func (m *MockRedisConnection) RPushX(ctx context.Context, key string, values ...interface{}) *redis.IntCmd

RPushX mocks base method.

func (*MockRedisConnection) RandomKey

func (m *MockRedisConnection) RandomKey(ctx context.Context) *redis.StringCmd

RandomKey mocks base method.

func (*MockRedisConnection) ReadOnly

ReadOnly mocks base method.

func (*MockRedisConnection) ReadWrite

func (m *MockRedisConnection) ReadWrite(ctx context.Context) *redis.StatusCmd

ReadWrite mocks base method.

func (*MockRedisConnection) Rename

func (m *MockRedisConnection) Rename(ctx context.Context, key, newkey string) *redis.StatusCmd

Rename mocks base method.

func (*MockRedisConnection) RenameNX

func (m *MockRedisConnection) RenameNX(ctx context.Context, key, newkey string) *redis.BoolCmd

RenameNX mocks base method.

func (*MockRedisConnection) Restore

func (m *MockRedisConnection) Restore(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd

Restore mocks base method.

func (*MockRedisConnection) RestoreReplace

func (m *MockRedisConnection) RestoreReplace(ctx context.Context, key string, ttl time.Duration, value string) *redis.StatusCmd

RestoreReplace mocks base method.

func (*MockRedisConnection) SAdd

func (m *MockRedisConnection) SAdd(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

SAdd mocks base method.

func (*MockRedisConnection) SCard

func (m *MockRedisConnection) SCard(ctx context.Context, key string) *redis.IntCmd

SCard mocks base method.

func (*MockRedisConnection) SDiff

SDiff mocks base method.

func (*MockRedisConnection) SDiffStore

func (m *MockRedisConnection) SDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SDiffStore mocks base method.

func (*MockRedisConnection) SInter

func (m *MockRedisConnection) SInter(ctx context.Context, keys ...string) *redis.StringSliceCmd

SInter mocks base method.

func (*MockRedisConnection) SInterCard

func (m *MockRedisConnection) SInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd

SInterCard mocks base method.

func (*MockRedisConnection) SInterStore

func (m *MockRedisConnection) SInterStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SInterStore mocks base method.

func (*MockRedisConnection) SIsMember

func (m *MockRedisConnection) SIsMember(ctx context.Context, key string, member interface{}) *redis.BoolCmd

SIsMember mocks base method.

func (*MockRedisConnection) SMIsMember

func (m *MockRedisConnection) SMIsMember(ctx context.Context, key string, members ...interface{}) *redis.BoolSliceCmd

SMIsMember mocks base method.

func (*MockRedisConnection) SMembers

SMembers mocks base method.

func (*MockRedisConnection) SMembersMap

SMembersMap mocks base method.

func (*MockRedisConnection) SMove

func (m *MockRedisConnection) SMove(ctx context.Context, source, destination string, member interface{}) *redis.BoolCmd

SMove mocks base method.

func (*MockRedisConnection) SPop

SPop mocks base method.

func (*MockRedisConnection) SPopN

func (m *MockRedisConnection) SPopN(ctx context.Context, key string, count int64) *redis.StringSliceCmd

SPopN mocks base method.

func (*MockRedisConnection) SPublish

func (m *MockRedisConnection) SPublish(ctx context.Context, channel string, message interface{}) *redis.IntCmd

SPublish mocks base method.

func (*MockRedisConnection) SRandMember

func (m *MockRedisConnection) SRandMember(ctx context.Context, key string) *redis.StringCmd

SRandMember mocks base method.

func (*MockRedisConnection) SRandMemberN

func (m *MockRedisConnection) SRandMemberN(ctx context.Context, key string, count int64) *redis.StringSliceCmd

SRandMemberN mocks base method.

func (*MockRedisConnection) SRem

func (m *MockRedisConnection) SRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

SRem mocks base method.

func (*MockRedisConnection) SScan

func (m *MockRedisConnection) SScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

SScan mocks base method.

func (*MockRedisConnection) SSubscribe

func (m *MockRedisConnection) SSubscribe(ctx context.Context, channels ...string) *redis.PubSub

SSubscribe mocks base method.

func (*MockRedisConnection) SUnion

func (m *MockRedisConnection) SUnion(ctx context.Context, keys ...string) *redis.StringSliceCmd

SUnion mocks base method.

func (*MockRedisConnection) SUnionStore

func (m *MockRedisConnection) SUnionStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

SUnionStore mocks base method.

func (*MockRedisConnection) Save

Save mocks base method.

func (*MockRedisConnection) Scan

func (m *MockRedisConnection) Scan(ctx context.Context, cursor uint64, match string, count int64) *redis.ScanCmd

Scan mocks base method.

func (*MockRedisConnection) ScanType

func (m *MockRedisConnection) ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *redis.ScanCmd

ScanType mocks base method.

func (*MockRedisConnection) ScriptExists

func (m *MockRedisConnection) ScriptExists(ctx context.Context, hashes ...string) *redis.BoolSliceCmd

ScriptExists mocks base method.

func (*MockRedisConnection) ScriptFlush

func (m *MockRedisConnection) ScriptFlush(ctx context.Context) *redis.StatusCmd

ScriptFlush mocks base method.

func (*MockRedisConnection) ScriptKill

func (m *MockRedisConnection) ScriptKill(ctx context.Context) *redis.StatusCmd

ScriptKill mocks base method.

func (*MockRedisConnection) ScriptLoad

func (m *MockRedisConnection) ScriptLoad(ctx context.Context, script string) *redis.StringCmd

ScriptLoad mocks base method.

func (*MockRedisConnection) Set

func (m *MockRedisConnection) Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

Set mocks base method.

func (*MockRedisConnection) SetArgs

func (m *MockRedisConnection) SetArgs(ctx context.Context, key string, value interface{}, a redis.SetArgs) *redis.StatusCmd

SetArgs mocks base method.

func (*MockRedisConnection) SetBit

func (m *MockRedisConnection) SetBit(ctx context.Context, key string, offset int64, value int) *redis.IntCmd

SetBit mocks base method.

func (*MockRedisConnection) SetEx

func (m *MockRedisConnection) SetEx(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.StatusCmd

SetEx mocks base method.

func (*MockRedisConnection) SetNX

func (m *MockRedisConnection) SetNX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd

SetNX mocks base method.

func (*MockRedisConnection) SetRange

func (m *MockRedisConnection) SetRange(ctx context.Context, key string, offset int64, value string) *redis.IntCmd

SetRange mocks base method.

func (*MockRedisConnection) SetXX

func (m *MockRedisConnection) SetXX(ctx context.Context, key string, value interface{}, expiration time.Duration) *redis.BoolCmd

SetXX mocks base method.

func (*MockRedisConnection) Shutdown

Shutdown mocks base method.

func (*MockRedisConnection) ShutdownNoSave

func (m *MockRedisConnection) ShutdownNoSave(ctx context.Context) *redis.StatusCmd

ShutdownNoSave mocks base method.

func (*MockRedisConnection) ShutdownSave

func (m *MockRedisConnection) ShutdownSave(ctx context.Context) *redis.StatusCmd

ShutdownSave mocks base method.

func (*MockRedisConnection) SlaveOf

func (m *MockRedisConnection) SlaveOf(ctx context.Context, host, port string) *redis.StatusCmd

SlaveOf mocks base method.

func (*MockRedisConnection) SlowLogGet

func (m *MockRedisConnection) SlowLogGet(ctx context.Context, num int64) *redis.SlowLogCmd

SlowLogGet mocks base method.

func (*MockRedisConnection) Sort

Sort mocks base method.

func (*MockRedisConnection) SortInterfaces

func (m *MockRedisConnection) SortInterfaces(ctx context.Context, key string, sort *redis.Sort) *redis.SliceCmd

SortInterfaces mocks base method.

func (*MockRedisConnection) SortRO

SortRO mocks base method.

func (*MockRedisConnection) SortStore

func (m *MockRedisConnection) SortStore(ctx context.Context, key, store string, sort *redis.Sort) *redis.IntCmd

SortStore mocks base method.

func (*MockRedisConnection) StrLen

func (m *MockRedisConnection) StrLen(ctx context.Context, key string) *redis.IntCmd

StrLen mocks base method.

func (*MockRedisConnection) String

func (m *MockRedisConnection) String() string

String mocks base method.

func (*MockRedisConnection) Subscribe

func (m *MockRedisConnection) Subscribe(ctx context.Context, channels ...string) *redis.PubSub

Subscribe mocks base method.

func (*MockRedisConnection) Sync

func (m *MockRedisConnection) Sync(arg0 context.Context)

Sync mocks base method.

func (*MockRedisConnection) TDigestAdd

func (m *MockRedisConnection) TDigestAdd(ctx context.Context, key string, elements ...float64) *redis.StatusCmd

TDigestAdd mocks base method.

func (*MockRedisConnection) TDigestByRank

func (m *MockRedisConnection) TDigestByRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd

TDigestByRank mocks base method.

func (*MockRedisConnection) TDigestByRevRank

func (m *MockRedisConnection) TDigestByRevRank(ctx context.Context, key string, rank ...uint64) *redis.FloatSliceCmd

TDigestByRevRank mocks base method.

func (*MockRedisConnection) TDigestCDF

func (m *MockRedisConnection) TDigestCDF(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd

TDigestCDF mocks base method.

func (*MockRedisConnection) TDigestCreate

func (m *MockRedisConnection) TDigestCreate(ctx context.Context, key string) *redis.StatusCmd

TDigestCreate mocks base method.

func (*MockRedisConnection) TDigestCreateWithCompression

func (m *MockRedisConnection) TDigestCreateWithCompression(ctx context.Context, key string, compression int64) *redis.StatusCmd

TDigestCreateWithCompression mocks base method.

func (*MockRedisConnection) TDigestInfo

func (m *MockRedisConnection) TDigestInfo(ctx context.Context, key string) *redis.TDigestInfoCmd

TDigestInfo mocks base method.

func (*MockRedisConnection) TDigestMax

func (m *MockRedisConnection) TDigestMax(ctx context.Context, key string) *redis.FloatCmd

TDigestMax mocks base method.

func (*MockRedisConnection) TDigestMerge

func (m *MockRedisConnection) TDigestMerge(ctx context.Context, destKey string, options *redis.TDigestMergeOptions, sourceKeys ...string) *redis.StatusCmd

TDigestMerge mocks base method.

func (*MockRedisConnection) TDigestMin

func (m *MockRedisConnection) TDigestMin(ctx context.Context, key string) *redis.FloatCmd

TDigestMin mocks base method.

func (*MockRedisConnection) TDigestQuantile

func (m *MockRedisConnection) TDigestQuantile(ctx context.Context, key string, elements ...float64) *redis.FloatSliceCmd

TDigestQuantile mocks base method.

func (*MockRedisConnection) TDigestRank

func (m *MockRedisConnection) TDigestRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd

TDigestRank mocks base method.

func (*MockRedisConnection) TDigestReset

func (m *MockRedisConnection) TDigestReset(ctx context.Context, key string) *redis.StatusCmd

TDigestReset mocks base method.

func (*MockRedisConnection) TDigestRevRank

func (m *MockRedisConnection) TDigestRevRank(ctx context.Context, key string, values ...float64) *redis.IntSliceCmd

TDigestRevRank mocks base method.

func (*MockRedisConnection) TDigestTrimmedMean

func (m *MockRedisConnection) TDigestTrimmedMean(ctx context.Context, key string, lowCutQuantile, highCutQuantile float64) *redis.FloatCmd

TDigestTrimmedMean mocks base method.

func (*MockRedisConnection) TSAdd

func (m *MockRedisConnection) TSAdd(ctx context.Context, key string, timestamp interface{}, value float64) *redis.IntCmd

TSAdd mocks base method.

func (*MockRedisConnection) TSAddWithArgs

func (m *MockRedisConnection) TSAddWithArgs(ctx context.Context, key string, timestamp interface{}, value float64, options *redis.TSOptions) *redis.IntCmd

TSAddWithArgs mocks base method.

func (*MockRedisConnection) TSAlter

func (m *MockRedisConnection) TSAlter(ctx context.Context, key string, options *redis.TSAlterOptions) *redis.StatusCmd

TSAlter mocks base method.

func (*MockRedisConnection) TSCreate

func (m *MockRedisConnection) TSCreate(ctx context.Context, key string) *redis.StatusCmd

TSCreate mocks base method.

func (*MockRedisConnection) TSCreateRule

func (m *MockRedisConnection) TSCreateRule(ctx context.Context, sourceKey, destKey string, aggregator redis.Aggregator, bucketDuration int) *redis.StatusCmd

TSCreateRule mocks base method.

func (*MockRedisConnection) TSCreateRuleWithArgs

func (m *MockRedisConnection) TSCreateRuleWithArgs(ctx context.Context, sourceKey, destKey string, aggregator redis.Aggregator, bucketDuration int, options *redis.TSCreateRuleOptions) *redis.StatusCmd

TSCreateRuleWithArgs mocks base method.

func (*MockRedisConnection) TSCreateWithArgs

func (m *MockRedisConnection) TSCreateWithArgs(ctx context.Context, key string, options *redis.TSOptions) *redis.StatusCmd

TSCreateWithArgs mocks base method.

func (*MockRedisConnection) TSDecrBy

func (m *MockRedisConnection) TSDecrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd

TSDecrBy mocks base method.

func (*MockRedisConnection) TSDecrByWithArgs

func (m *MockRedisConnection) TSDecrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd

TSDecrByWithArgs mocks base method.

func (*MockRedisConnection) TSDel

func (m *MockRedisConnection) TSDel(ctx context.Context, Key string, fromTimestamp, toTimestamp int) *redis.IntCmd

TSDel mocks base method.

func (*MockRedisConnection) TSDeleteRule

func (m *MockRedisConnection) TSDeleteRule(ctx context.Context, sourceKey, destKey string) *redis.StatusCmd

TSDeleteRule mocks base method.

func (*MockRedisConnection) TSGet

TSGet mocks base method.

func (*MockRedisConnection) TSGetWithArgs

func (m *MockRedisConnection) TSGetWithArgs(ctx context.Context, key string, options *redis.TSGetOptions) *redis.TSTimestampValueCmd

TSGetWithArgs mocks base method.

func (*MockRedisConnection) TSIncrBy

func (m *MockRedisConnection) TSIncrBy(ctx context.Context, Key string, timestamp float64) *redis.IntCmd

TSIncrBy mocks base method.

func (*MockRedisConnection) TSIncrByWithArgs

func (m *MockRedisConnection) TSIncrByWithArgs(ctx context.Context, key string, timestamp float64, options *redis.TSIncrDecrOptions) *redis.IntCmd

TSIncrByWithArgs mocks base method.

func (*MockRedisConnection) TSInfo

TSInfo mocks base method.

func (*MockRedisConnection) TSInfoWithArgs

TSInfoWithArgs mocks base method.

func (*MockRedisConnection) TSMAdd

func (m *MockRedisConnection) TSMAdd(ctx context.Context, ktvSlices [][]interface{}) *redis.IntSliceCmd

TSMAdd mocks base method.

func (*MockRedisConnection) TSMGet

TSMGet mocks base method.

func (*MockRedisConnection) TSMGetWithArgs

func (m *MockRedisConnection) TSMGetWithArgs(ctx context.Context, filters []string, options *redis.TSMGetOptions) *redis.MapStringSliceInterfaceCmd

TSMGetWithArgs mocks base method.

func (*MockRedisConnection) TSMRange

func (m *MockRedisConnection) TSMRange(ctx context.Context, fromTimestamp, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd

TSMRange mocks base method.

func (*MockRedisConnection) TSMRangeWithArgs

func (m *MockRedisConnection) TSMRangeWithArgs(ctx context.Context, fromTimestamp, toTimestamp int, filterExpr []string, options *redis.TSMRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRangeWithArgs mocks base method.

func (*MockRedisConnection) TSMRevRange

func (m *MockRedisConnection) TSMRevRange(ctx context.Context, fromTimestamp, toTimestamp int, filterExpr []string) *redis.MapStringSliceInterfaceCmd

TSMRevRange mocks base method.

func (*MockRedisConnection) TSMRevRangeWithArgs

func (m *MockRedisConnection) TSMRevRangeWithArgs(ctx context.Context, fromTimestamp, toTimestamp int, filterExpr []string, options *redis.TSMRevRangeOptions) *redis.MapStringSliceInterfaceCmd

TSMRevRangeWithArgs mocks base method.

func (*MockRedisConnection) TSQueryIndex

func (m *MockRedisConnection) TSQueryIndex(ctx context.Context, filterExpr []string) *redis.StringSliceCmd

TSQueryIndex mocks base method.

func (*MockRedisConnection) TSRange

func (m *MockRedisConnection) TSRange(ctx context.Context, key string, fromTimestamp, toTimestamp int) *redis.TSTimestampValueSliceCmd

TSRange mocks base method.

func (*MockRedisConnection) TSRangeWithArgs

func (m *MockRedisConnection) TSRangeWithArgs(ctx context.Context, key string, fromTimestamp, toTimestamp int, options *redis.TSRangeOptions) *redis.TSTimestampValueSliceCmd

TSRangeWithArgs mocks base method.

func (*MockRedisConnection) TSRevRange

func (m *MockRedisConnection) TSRevRange(ctx context.Context, key string, fromTimestamp, toTimestamp int) *redis.TSTimestampValueSliceCmd

TSRevRange mocks base method.

func (*MockRedisConnection) TSRevRangeWithArgs

func (m *MockRedisConnection) TSRevRangeWithArgs(ctx context.Context, key string, fromTimestamp, toTimestamp int, options *redis.TSRevRangeOptions) *redis.TSTimestampValueSliceCmd

TSRevRangeWithArgs mocks base method.

func (*MockRedisConnection) TTL

TTL mocks base method.

func (*MockRedisConnection) Time

Time mocks base method.

func (*MockRedisConnection) TopKAdd

func (m *MockRedisConnection) TopKAdd(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd

TopKAdd mocks base method.

func (*MockRedisConnection) TopKCount

func (m *MockRedisConnection) TopKCount(ctx context.Context, key string, elements ...interface{}) *redis.IntSliceCmd

TopKCount mocks base method.

func (*MockRedisConnection) TopKIncrBy

func (m *MockRedisConnection) TopKIncrBy(ctx context.Context, key string, elements ...interface{}) *redis.StringSliceCmd

TopKIncrBy mocks base method.

func (*MockRedisConnection) TopKInfo

func (m *MockRedisConnection) TopKInfo(ctx context.Context, key string) *redis.TopKInfoCmd

TopKInfo mocks base method.

func (*MockRedisConnection) TopKList

TopKList mocks base method.

func (*MockRedisConnection) TopKListWithCount

func (m *MockRedisConnection) TopKListWithCount(ctx context.Context, key string) *redis.MapStringIntCmd

TopKListWithCount mocks base method.

func (*MockRedisConnection) TopKQuery

func (m *MockRedisConnection) TopKQuery(ctx context.Context, key string, elements ...interface{}) *redis.BoolSliceCmd

TopKQuery mocks base method.

func (*MockRedisConnection) TopKReserve

func (m *MockRedisConnection) TopKReserve(ctx context.Context, key string, k int64) *redis.StatusCmd

TopKReserve mocks base method.

func (*MockRedisConnection) TopKReserveWithOptions

func (m *MockRedisConnection) TopKReserveWithOptions(ctx context.Context, key string, k, width, depth int64, decay float64) *redis.StatusCmd

TopKReserveWithOptions mocks base method.

func (*MockRedisConnection) Touch

func (m *MockRedisConnection) Touch(ctx context.Context, keys ...string) *redis.IntCmd

Touch mocks base method.

func (*MockRedisConnection) TxPipeline

func (m *MockRedisConnection) TxPipeline() redis.Pipeliner

TxPipeline mocks base method.

func (*MockRedisConnection) TxPipelined

func (m *MockRedisConnection) TxPipelined(ctx context.Context, fn func(redis.Pipeliner) error) ([]redis.Cmder, error)

TxPipelined mocks base method.

func (*MockRedisConnection) Type

Type mocks base method.

func (m *MockRedisConnection) Unlink(ctx context.Context, keys ...string) *redis.IntCmd

Unlink mocks base method.

func (*MockRedisConnection) Wait

func (m *MockRedisConnection) Wait(ctx context.Context, numSlaves int, timeout time.Duration) *redis.IntCmd

Wait mocks base method.

func (*MockRedisConnection) WaitAOF

func (m *MockRedisConnection) WaitAOF(ctx context.Context, numLocal, numSlaves int, timeout time.Duration) *redis.IntCmd

WaitAOF mocks base method.

func (*MockRedisConnection) Watch

func (m *MockRedisConnection) Watch(ctx context.Context, fn func(*redis.Tx) error, keys ...string) error

Watch mocks base method.

func (*MockRedisConnection) WithTimeout

func (m *MockRedisConnection) WithTimeout(timeout time.Duration) *redis.Client

WithTimeout mocks base method.

func (*MockRedisConnection) XAck

func (m *MockRedisConnection) XAck(ctx context.Context, stream, group string, ids ...string) *redis.IntCmd

XAck mocks base method.

func (*MockRedisConnection) XAdd

XAdd mocks base method.

func (*MockRedisConnection) XAutoClaim

XAutoClaim mocks base method.

func (*MockRedisConnection) XAutoClaimJustID

XAutoClaimJustID mocks base method.

func (*MockRedisConnection) XClaim

XClaim mocks base method.

func (*MockRedisConnection) XClaimJustID

XClaimJustID mocks base method.

func (*MockRedisConnection) XDel

func (m *MockRedisConnection) XDel(ctx context.Context, stream string, ids ...string) *redis.IntCmd

XDel mocks base method.

func (*MockRedisConnection) XGroupCreate

func (m *MockRedisConnection) XGroupCreate(ctx context.Context, stream, group, start string) *redis.StatusCmd

XGroupCreate mocks base method.

func (*MockRedisConnection) XGroupCreateConsumer

func (m *MockRedisConnection) XGroupCreateConsumer(ctx context.Context, stream, group, consumer string) *redis.IntCmd

XGroupCreateConsumer mocks base method.

func (*MockRedisConnection) XGroupCreateMkStream

func (m *MockRedisConnection) XGroupCreateMkStream(ctx context.Context, stream, group, start string) *redis.StatusCmd

XGroupCreateMkStream mocks base method.

func (*MockRedisConnection) XGroupDelConsumer

func (m *MockRedisConnection) XGroupDelConsumer(ctx context.Context, stream, group, consumer string) *redis.IntCmd

XGroupDelConsumer mocks base method.

func (*MockRedisConnection) XGroupDestroy

func (m *MockRedisConnection) XGroupDestroy(ctx context.Context, stream, group string) *redis.IntCmd

XGroupDestroy mocks base method.

func (*MockRedisConnection) XGroupSetID

func (m *MockRedisConnection) XGroupSetID(ctx context.Context, stream, group, start string) *redis.StatusCmd

XGroupSetID mocks base method.

func (*MockRedisConnection) XInfoConsumers

func (m *MockRedisConnection) XInfoConsumers(ctx context.Context, key, group string) *redis.XInfoConsumersCmd

XInfoConsumers mocks base method.

func (*MockRedisConnection) XInfoGroups

func (m *MockRedisConnection) XInfoGroups(ctx context.Context, key string) *redis.XInfoGroupsCmd

XInfoGroups mocks base method.

func (*MockRedisConnection) XInfoStream

func (m *MockRedisConnection) XInfoStream(ctx context.Context, key string) *redis.XInfoStreamCmd

XInfoStream mocks base method.

func (*MockRedisConnection) XInfoStreamFull

func (m *MockRedisConnection) XInfoStreamFull(ctx context.Context, key string, count int) *redis.XInfoStreamFullCmd

XInfoStreamFull mocks base method.

func (*MockRedisConnection) XLen

func (m *MockRedisConnection) XLen(ctx context.Context, stream string) *redis.IntCmd

XLen mocks base method.

func (*MockRedisConnection) XPending

func (m *MockRedisConnection) XPending(ctx context.Context, stream, group string) *redis.XPendingCmd

XPending mocks base method.

func (*MockRedisConnection) XPendingExt

XPendingExt mocks base method.

func (*MockRedisConnection) XRange

func (m *MockRedisConnection) XRange(ctx context.Context, stream, start, stop string) *redis.XMessageSliceCmd

XRange mocks base method.

func (*MockRedisConnection) XRangeN

func (m *MockRedisConnection) XRangeN(ctx context.Context, stream, start, stop string, count int64) *redis.XMessageSliceCmd

XRangeN mocks base method.

func (*MockRedisConnection) XRead

XRead mocks base method.

func (*MockRedisConnection) XReadGroup

XReadGroup mocks base method.

func (*MockRedisConnection) XReadStreams

func (m *MockRedisConnection) XReadStreams(ctx context.Context, streams ...string) *redis.XStreamSliceCmd

XReadStreams mocks base method.

func (*MockRedisConnection) XRevRange

func (m *MockRedisConnection) XRevRange(ctx context.Context, stream, start, stop string) *redis.XMessageSliceCmd

XRevRange mocks base method.

func (*MockRedisConnection) XRevRangeN

func (m *MockRedisConnection) XRevRangeN(ctx context.Context, stream, start, stop string, count int64) *redis.XMessageSliceCmd

XRevRangeN mocks base method.

func (*MockRedisConnection) XTrimMaxLen

func (m *MockRedisConnection) XTrimMaxLen(ctx context.Context, key string, maxLen int64) *redis.IntCmd

XTrimMaxLen mocks base method.

func (*MockRedisConnection) XTrimMaxLenApprox

func (m *MockRedisConnection) XTrimMaxLenApprox(ctx context.Context, key string, maxLen, limit int64) *redis.IntCmd

XTrimMaxLenApprox mocks base method.

func (*MockRedisConnection) XTrimMinID

func (m *MockRedisConnection) XTrimMinID(ctx context.Context, key, minID string) *redis.IntCmd

XTrimMinID mocks base method.

func (*MockRedisConnection) XTrimMinIDApprox

func (m *MockRedisConnection) XTrimMinIDApprox(ctx context.Context, key, minID string, limit int64) *redis.IntCmd

XTrimMinIDApprox mocks base method.

func (*MockRedisConnection) ZAdd

func (m *MockRedisConnection) ZAdd(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAdd mocks base method.

func (*MockRedisConnection) ZAddArgs

func (m *MockRedisConnection) ZAddArgs(ctx context.Context, key string, args redis.ZAddArgs) *redis.IntCmd

ZAddArgs mocks base method.

func (*MockRedisConnection) ZAddArgsIncr

func (m *MockRedisConnection) ZAddArgsIncr(ctx context.Context, key string, args redis.ZAddArgs) *redis.FloatCmd

ZAddArgsIncr mocks base method.

func (*MockRedisConnection) ZAddGT

func (m *MockRedisConnection) ZAddGT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddGT mocks base method.

func (*MockRedisConnection) ZAddLT

func (m *MockRedisConnection) ZAddLT(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddLT mocks base method.

func (*MockRedisConnection) ZAddNX

func (m *MockRedisConnection) ZAddNX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddNX mocks base method.

func (*MockRedisConnection) ZAddXX

func (m *MockRedisConnection) ZAddXX(ctx context.Context, key string, members ...redis.Z) *redis.IntCmd

ZAddXX mocks base method.

func (*MockRedisConnection) ZCard

func (m *MockRedisConnection) ZCard(ctx context.Context, key string) *redis.IntCmd

ZCard mocks base method.

func (*MockRedisConnection) ZCount

func (m *MockRedisConnection) ZCount(ctx context.Context, key, min, max string) *redis.IntCmd

ZCount mocks base method.

func (*MockRedisConnection) ZDiff

ZDiff mocks base method.

func (*MockRedisConnection) ZDiffStore

func (m *MockRedisConnection) ZDiffStore(ctx context.Context, destination string, keys ...string) *redis.IntCmd

ZDiffStore mocks base method.

func (*MockRedisConnection) ZDiffWithScores

func (m *MockRedisConnection) ZDiffWithScores(ctx context.Context, keys ...string) *redis.ZSliceCmd

ZDiffWithScores mocks base method.

func (*MockRedisConnection) ZIncrBy

func (m *MockRedisConnection) ZIncrBy(ctx context.Context, key string, increment float64, member string) *redis.FloatCmd

ZIncrBy mocks base method.

func (*MockRedisConnection) ZInter

ZInter mocks base method.

func (*MockRedisConnection) ZInterCard

func (m *MockRedisConnection) ZInterCard(ctx context.Context, limit int64, keys ...string) *redis.IntCmd

ZInterCard mocks base method.

func (*MockRedisConnection) ZInterStore

func (m *MockRedisConnection) ZInterStore(ctx context.Context, destination string, store *redis.ZStore) *redis.IntCmd

ZInterStore mocks base method.

func (*MockRedisConnection) ZInterWithScores

func (m *MockRedisConnection) ZInterWithScores(ctx context.Context, store *redis.ZStore) *redis.ZSliceCmd

ZInterWithScores mocks base method.

func (*MockRedisConnection) ZLexCount

func (m *MockRedisConnection) ZLexCount(ctx context.Context, key, min, max string) *redis.IntCmd

ZLexCount mocks base method.

func (*MockRedisConnection) ZMPop

func (m *MockRedisConnection) ZMPop(ctx context.Context, order string, count int64, keys ...string) *redis.ZSliceWithKeyCmd

ZMPop mocks base method.

func (*MockRedisConnection) ZMScore

func (m *MockRedisConnection) ZMScore(ctx context.Context, key string, members ...string) *redis.FloatSliceCmd

ZMScore mocks base method.

func (*MockRedisConnection) ZPopMax

func (m *MockRedisConnection) ZPopMax(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd

ZPopMax mocks base method.

func (*MockRedisConnection) ZPopMin

func (m *MockRedisConnection) ZPopMin(ctx context.Context, key string, count ...int64) *redis.ZSliceCmd

ZPopMin mocks base method.

func (*MockRedisConnection) ZRandMember

func (m *MockRedisConnection) ZRandMember(ctx context.Context, key string, count int) *redis.StringSliceCmd

ZRandMember mocks base method.

func (*MockRedisConnection) ZRandMemberWithScores

func (m *MockRedisConnection) ZRandMemberWithScores(ctx context.Context, key string, count int) *redis.ZSliceCmd

ZRandMemberWithScores mocks base method.

func (*MockRedisConnection) ZRange

func (m *MockRedisConnection) ZRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd

ZRange mocks base method.

func (*MockRedisConnection) ZRangeArgs

ZRangeArgs mocks base method.

func (*MockRedisConnection) ZRangeArgsWithScores

func (m *MockRedisConnection) ZRangeArgsWithScores(ctx context.Context, z redis.ZRangeArgs) *redis.ZSliceCmd

ZRangeArgsWithScores mocks base method.

func (*MockRedisConnection) ZRangeByLex

func (m *MockRedisConnection) ZRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByLex mocks base method.

func (*MockRedisConnection) ZRangeByScore

func (m *MockRedisConnection) ZRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRangeByScore mocks base method.

func (*MockRedisConnection) ZRangeByScoreWithScores

func (m *MockRedisConnection) ZRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd

ZRangeByScoreWithScores mocks base method.

func (*MockRedisConnection) ZRangeStore

func (m *MockRedisConnection) ZRangeStore(ctx context.Context, dst string, z redis.ZRangeArgs) *redis.IntCmd

ZRangeStore mocks base method.

func (*MockRedisConnection) ZRangeWithScores

func (m *MockRedisConnection) ZRangeWithScores(ctx context.Context, key string, start, stop int64) *redis.ZSliceCmd

ZRangeWithScores mocks base method.

func (*MockRedisConnection) ZRank

func (m *MockRedisConnection) ZRank(ctx context.Context, key, member string) *redis.IntCmd

ZRank mocks base method.

func (*MockRedisConnection) ZRankWithScore

func (m *MockRedisConnection) ZRankWithScore(ctx context.Context, key, member string) *redis.RankWithScoreCmd

ZRankWithScore mocks base method.

func (*MockRedisConnection) ZRem

func (m *MockRedisConnection) ZRem(ctx context.Context, key string, members ...interface{}) *redis.IntCmd

ZRem mocks base method.

func (*MockRedisConnection) ZRemRangeByLex

func (m *MockRedisConnection) ZRemRangeByLex(ctx context.Context, key, min, max string) *redis.IntCmd

ZRemRangeByLex mocks base method.

func (*MockRedisConnection) ZRemRangeByRank

func (m *MockRedisConnection) ZRemRangeByRank(ctx context.Context, key string, start, stop int64) *redis.IntCmd

ZRemRangeByRank mocks base method.

func (*MockRedisConnection) ZRemRangeByScore

func (m *MockRedisConnection) ZRemRangeByScore(ctx context.Context, key, min, max string) *redis.IntCmd

ZRemRangeByScore mocks base method.

func (*MockRedisConnection) ZRevRange

func (m *MockRedisConnection) ZRevRange(ctx context.Context, key string, start, stop int64) *redis.StringSliceCmd

ZRevRange mocks base method.

func (*MockRedisConnection) ZRevRangeByLex

func (m *MockRedisConnection) ZRevRangeByLex(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByLex mocks base method.

func (*MockRedisConnection) ZRevRangeByScore

func (m *MockRedisConnection) ZRevRangeByScore(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.StringSliceCmd

ZRevRangeByScore mocks base method.

func (*MockRedisConnection) ZRevRangeByScoreWithScores

func (m *MockRedisConnection) ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *redis.ZRangeBy) *redis.ZSliceCmd

ZRevRangeByScoreWithScores mocks base method.

func (*MockRedisConnection) ZRevRangeWithScores

func (m *MockRedisConnection) ZRevRangeWithScores(ctx context.Context, key string, start, stop int64) *redis.ZSliceCmd

ZRevRangeWithScores mocks base method.

func (*MockRedisConnection) ZRevRank

func (m *MockRedisConnection) ZRevRank(ctx context.Context, key, member string) *redis.IntCmd

ZRevRank mocks base method.

func (*MockRedisConnection) ZRevRankWithScore

func (m *MockRedisConnection) ZRevRankWithScore(ctx context.Context, key, member string) *redis.RankWithScoreCmd

ZRevRankWithScore mocks base method.

func (*MockRedisConnection) ZScan

func (m *MockRedisConnection) ZScan(ctx context.Context, key string, cursor uint64, match string, count int64) *redis.ScanCmd

ZScan mocks base method.

func (*MockRedisConnection) ZScore

func (m *MockRedisConnection) ZScore(ctx context.Context, key, member string) *redis.FloatCmd

ZScore mocks base method.

func (*MockRedisConnection) ZUnion

ZUnion mocks base method.

func (*MockRedisConnection) ZUnionStore

func (m *MockRedisConnection) ZUnionStore(ctx context.Context, dest string, store *redis.ZStore) *redis.IntCmd

ZUnionStore mocks base method.

func (*MockRedisConnection) ZUnionWithScores

func (m *MockRedisConnection) ZUnionWithScores(ctx context.Context, store redis.ZStore) *redis.ZSliceCmd

ZUnionWithScores mocks base method.

type MockRedisConnectionMockRecorder

type MockRedisConnectionMockRecorder struct {
	// contains filtered or unexported fields
}

MockRedisConnectionMockRecorder is the mock recorder for MockRedisConnection.

func (*MockRedisConnectionMockRecorder) ACLDryRun

func (mr *MockRedisConnectionMockRecorder) ACLDryRun(ctx, username interface{}, command ...interface{}) *gomock.Call

ACLDryRun indicates an expected call of ACLDryRun.

func (*MockRedisConnectionMockRecorder) ACLLog

func (mr *MockRedisConnectionMockRecorder) ACLLog(ctx, count interface{}) *gomock.Call

ACLLog indicates an expected call of ACLLog.

func (*MockRedisConnectionMockRecorder) ACLLogReset

func (mr *MockRedisConnectionMockRecorder) ACLLogReset(ctx interface{}) *gomock.Call

ACLLogReset indicates an expected call of ACLLogReset.

func (*MockRedisConnectionMockRecorder) AddHook

func (mr *MockRedisConnectionMockRecorder) AddHook(hook interface{}) *gomock.Call

AddHook indicates an expected call of AddHook.

func (*MockRedisConnectionMockRecorder) Append

func (mr *MockRedisConnectionMockRecorder) Append(ctx, key, value interface{}) *gomock.Call

Append indicates an expected call of Append.

func (*MockRedisConnectionMockRecorder) BFAdd

func (mr *MockRedisConnectionMockRecorder) BFAdd(ctx, key, element interface{}) *gomock.Call

BFAdd indicates an expected call of BFAdd.

func (*MockRedisConnectionMockRecorder) BFCard

func (mr *MockRedisConnectionMockRecorder) BFCard(ctx, key interface{}) *gomock.Call

BFCard indicates an expected call of BFCard.

func (*MockRedisConnectionMockRecorder) BFExists

func (mr *MockRedisConnectionMockRecorder) BFExists(ctx, key, element interface{}) *gomock.Call

BFExists indicates an expected call of BFExists.

func (*MockRedisConnectionMockRecorder) BFInfo

func (mr *MockRedisConnectionMockRecorder) BFInfo(ctx, key interface{}) *gomock.Call

BFInfo indicates an expected call of BFInfo.

func (*MockRedisConnectionMockRecorder) BFInfoArg

func (mr *MockRedisConnectionMockRecorder) BFInfoArg(ctx, key, option interface{}) *gomock.Call

BFInfoArg indicates an expected call of BFInfoArg.

func (*MockRedisConnectionMockRecorder) BFInfoCapacity

func (mr *MockRedisConnectionMockRecorder) BFInfoCapacity(ctx, key interface{}) *gomock.Call

BFInfoCapacity indicates an expected call of BFInfoCapacity.

func (*MockRedisConnectionMockRecorder) BFInfoExpansion

func (mr *MockRedisConnectionMockRecorder) BFInfoExpansion(ctx, key interface{}) *gomock.Call

BFInfoExpansion indicates an expected call of BFInfoExpansion.

func (*MockRedisConnectionMockRecorder) BFInfoFilters

func (mr *MockRedisConnectionMockRecorder) BFInfoFilters(ctx, key interface{}) *gomock.Call

BFInfoFilters indicates an expected call of BFInfoFilters.

func (*MockRedisConnectionMockRecorder) BFInfoItems

func (mr *MockRedisConnectionMockRecorder) BFInfoItems(ctx, key interface{}) *gomock.Call

BFInfoItems indicates an expected call of BFInfoItems.

func (*MockRedisConnectionMockRecorder) BFInfoSize

func (mr *MockRedisConnectionMockRecorder) BFInfoSize(ctx, key interface{}) *gomock.Call

BFInfoSize indicates an expected call of BFInfoSize.

func (*MockRedisConnectionMockRecorder) BFInsert

func (mr *MockRedisConnectionMockRecorder) BFInsert(ctx, key, options interface{}, elements ...interface{}) *gomock.Call

BFInsert indicates an expected call of BFInsert.

func (*MockRedisConnectionMockRecorder) BFLoadChunk

func (mr *MockRedisConnectionMockRecorder) BFLoadChunk(ctx, key, iterator, data interface{}) *gomock.Call

BFLoadChunk indicates an expected call of BFLoadChunk.

func (*MockRedisConnectionMockRecorder) BFMAdd

func (mr *MockRedisConnectionMockRecorder) BFMAdd(ctx, key interface{}, elements ...interface{}) *gomock.Call

BFMAdd indicates an expected call of BFMAdd.

func (*MockRedisConnectionMockRecorder) BFMExists

func (mr *MockRedisConnectionMockRecorder) BFMExists(ctx, key interface{}, elements ...interface{}) *gomock.Call

BFMExists indicates an expected call of BFMExists.

func (*MockRedisConnectionMockRecorder) BFReserve

func (mr *MockRedisConnectionMockRecorder) BFReserve(ctx, key, errorRate, capacity interface{}) *gomock.Call

BFReserve indicates an expected call of BFReserve.

func (*MockRedisConnectionMockRecorder) BFReserveExpansion

func (mr *MockRedisConnectionMockRecorder) BFReserveExpansion(ctx, key, errorRate, capacity, expansion interface{}) *gomock.Call

BFReserveExpansion indicates an expected call of BFReserveExpansion.

func (*MockRedisConnectionMockRecorder) BFReserveNonScaling

func (mr *MockRedisConnectionMockRecorder) BFReserveNonScaling(ctx, key, errorRate, capacity interface{}) *gomock.Call

BFReserveNonScaling indicates an expected call of BFReserveNonScaling.

func (*MockRedisConnectionMockRecorder) BFReserveWithArgs

func (mr *MockRedisConnectionMockRecorder) BFReserveWithArgs(ctx, key, options interface{}) *gomock.Call

BFReserveWithArgs indicates an expected call of BFReserveWithArgs.

func (*MockRedisConnectionMockRecorder) BFScanDump

func (mr *MockRedisConnectionMockRecorder) BFScanDump(ctx, key, iterator interface{}) *gomock.Call

BFScanDump indicates an expected call of BFScanDump.

func (*MockRedisConnectionMockRecorder) BLMPop

func (mr *MockRedisConnectionMockRecorder) BLMPop(ctx, timeout, direction, count interface{}, keys ...interface{}) *gomock.Call

BLMPop indicates an expected call of BLMPop.

func (*MockRedisConnectionMockRecorder) BLMove

func (mr *MockRedisConnectionMockRecorder) BLMove(ctx, source, destination, srcpos, destpos, imeout interface{}) *gomock.Call

BLMove indicates an expected call of BLMove.

func (*MockRedisConnectionMockRecorder) BLPop

func (mr *MockRedisConnectionMockRecorder) BLPop(ctx, timeout interface{}, keys ...interface{}) *gomock.Call

BLPop indicates an expected call of BLPop.

func (*MockRedisConnectionMockRecorder) BRPop

func (mr *MockRedisConnectionMockRecorder) BRPop(ctx, timeout interface{}, keys ...interface{}) *gomock.Call

BRPop indicates an expected call of BRPop.

func (*MockRedisConnectionMockRecorder) BRPopLPush

func (mr *MockRedisConnectionMockRecorder) BRPopLPush(ctx, source, destination, timeout interface{}) *gomock.Call

BRPopLPush indicates an expected call of BRPopLPush.

func (*MockRedisConnectionMockRecorder) BZMPop

func (mr *MockRedisConnectionMockRecorder) BZMPop(ctx, timeout, order, count interface{}, keys ...interface{}) *gomock.Call

BZMPop indicates an expected call of BZMPop.

func (*MockRedisConnectionMockRecorder) BZPopMax

func (mr *MockRedisConnectionMockRecorder) BZPopMax(ctx, timeout interface{}, keys ...interface{}) *gomock.Call

BZPopMax indicates an expected call of BZPopMax.

func (*MockRedisConnectionMockRecorder) BZPopMin

func (mr *MockRedisConnectionMockRecorder) BZPopMin(ctx, timeout interface{}, keys ...interface{}) *gomock.Call

BZPopMin indicates an expected call of BZPopMin.

func (*MockRedisConnectionMockRecorder) BgRewriteAOF

func (mr *MockRedisConnectionMockRecorder) BgRewriteAOF(ctx interface{}) *gomock.Call

BgRewriteAOF indicates an expected call of BgRewriteAOF.

func (*MockRedisConnectionMockRecorder) BgSave

func (mr *MockRedisConnectionMockRecorder) BgSave(ctx interface{}) *gomock.Call

BgSave indicates an expected call of BgSave.

func (*MockRedisConnectionMockRecorder) BitCount

func (mr *MockRedisConnectionMockRecorder) BitCount(ctx, key, bitCount interface{}) *gomock.Call

BitCount indicates an expected call of BitCount.

func (*MockRedisConnectionMockRecorder) BitField

func (mr *MockRedisConnectionMockRecorder) BitField(ctx, key interface{}, values ...interface{}) *gomock.Call

BitField indicates an expected call of BitField.

func (*MockRedisConnectionMockRecorder) BitFieldRO

func (mr *MockRedisConnectionMockRecorder) BitFieldRO(ctx, key interface{}, values ...interface{}) *gomock.Call

BitFieldRO indicates an expected call of BitFieldRO.

func (*MockRedisConnectionMockRecorder) BitOpAnd

func (mr *MockRedisConnectionMockRecorder) BitOpAnd(ctx, destKey interface{}, keys ...interface{}) *gomock.Call

BitOpAnd indicates an expected call of BitOpAnd.

func (*MockRedisConnectionMockRecorder) BitOpNot

func (mr *MockRedisConnectionMockRecorder) BitOpNot(ctx, destKey, key interface{}) *gomock.Call

BitOpNot indicates an expected call of BitOpNot.

func (*MockRedisConnectionMockRecorder) BitOpOr

func (mr *MockRedisConnectionMockRecorder) BitOpOr(ctx, destKey interface{}, keys ...interface{}) *gomock.Call

BitOpOr indicates an expected call of BitOpOr.

func (*MockRedisConnectionMockRecorder) BitOpXor

func (mr *MockRedisConnectionMockRecorder) BitOpXor(ctx, destKey interface{}, keys ...interface{}) *gomock.Call

BitOpXor indicates an expected call of BitOpXor.

func (*MockRedisConnectionMockRecorder) BitPos

func (mr *MockRedisConnectionMockRecorder) BitPos(ctx, key, bit interface{}, pos ...interface{}) *gomock.Call

BitPos indicates an expected call of BitPos.

func (*MockRedisConnectionMockRecorder) BitPosSpan

func (mr *MockRedisConnectionMockRecorder) BitPosSpan(ctx, key, bit, start, end, span interface{}) *gomock.Call

BitPosSpan indicates an expected call of BitPosSpan.

func (*MockRedisConnectionMockRecorder) CFAdd

func (mr *MockRedisConnectionMockRecorder) CFAdd(ctx, key, element interface{}) *gomock.Call

CFAdd indicates an expected call of CFAdd.

func (*MockRedisConnectionMockRecorder) CFAddNX

func (mr *MockRedisConnectionMockRecorder) CFAddNX(ctx, key, element interface{}) *gomock.Call

CFAddNX indicates an expected call of CFAddNX.

func (*MockRedisConnectionMockRecorder) CFCount

func (mr *MockRedisConnectionMockRecorder) CFCount(ctx, key, element interface{}) *gomock.Call

CFCount indicates an expected call of CFCount.

func (*MockRedisConnectionMockRecorder) CFDel

func (mr *MockRedisConnectionMockRecorder) CFDel(ctx, key, element interface{}) *gomock.Call

CFDel indicates an expected call of CFDel.

func (*MockRedisConnectionMockRecorder) CFExists

func (mr *MockRedisConnectionMockRecorder) CFExists(ctx, key, element interface{}) *gomock.Call

CFExists indicates an expected call of CFExists.

func (*MockRedisConnectionMockRecorder) CFInfo

func (mr *MockRedisConnectionMockRecorder) CFInfo(ctx, key interface{}) *gomock.Call

CFInfo indicates an expected call of CFInfo.

func (*MockRedisConnectionMockRecorder) CFInsert

func (mr *MockRedisConnectionMockRecorder) CFInsert(ctx, key, options interface{}, elements ...interface{}) *gomock.Call

CFInsert indicates an expected call of CFInsert.

func (*MockRedisConnectionMockRecorder) CFInsertNX

func (mr *MockRedisConnectionMockRecorder) CFInsertNX(ctx, key, options interface{}, elements ...interface{}) *gomock.Call

CFInsertNX indicates an expected call of CFInsertNX.

func (*MockRedisConnectionMockRecorder) CFLoadChunk

func (mr *MockRedisConnectionMockRecorder) CFLoadChunk(ctx, key, iterator, data interface{}) *gomock.Call

CFLoadChunk indicates an expected call of CFLoadChunk.

func (*MockRedisConnectionMockRecorder) CFMExists

func (mr *MockRedisConnectionMockRecorder) CFMExists(ctx, key interface{}, elements ...interface{}) *gomock.Call

CFMExists indicates an expected call of CFMExists.

func (*MockRedisConnectionMockRecorder) CFReserve

func (mr *MockRedisConnectionMockRecorder) CFReserve(ctx, key, capacity interface{}) *gomock.Call

CFReserve indicates an expected call of CFReserve.

func (*MockRedisConnectionMockRecorder) CFReserveBucketSize

func (mr *MockRedisConnectionMockRecorder) CFReserveBucketSize(ctx, key, capacity, bucketsize interface{}) *gomock.Call

CFReserveBucketSize indicates an expected call of CFReserveBucketSize.

func (*MockRedisConnectionMockRecorder) CFReserveExpansion

func (mr *MockRedisConnectionMockRecorder) CFReserveExpansion(ctx, key, capacity, expansion interface{}) *gomock.Call

CFReserveExpansion indicates an expected call of CFReserveExpansion.

func (*MockRedisConnectionMockRecorder) CFReserveMaxIterations

func (mr *MockRedisConnectionMockRecorder) CFReserveMaxIterations(ctx, key, capacity, maxiterations interface{}) *gomock.Call

CFReserveMaxIterations indicates an expected call of CFReserveMaxIterations.

func (*MockRedisConnectionMockRecorder) CFReserveWithArgs

func (mr *MockRedisConnectionMockRecorder) CFReserveWithArgs(ctx, key, options interface{}) *gomock.Call

CFReserveWithArgs indicates an expected call of CFReserveWithArgs.

func (*MockRedisConnectionMockRecorder) CFScanDump

func (mr *MockRedisConnectionMockRecorder) CFScanDump(ctx, key, iterator interface{}) *gomock.Call

CFScanDump indicates an expected call of CFScanDump.

func (*MockRedisConnectionMockRecorder) CMSIncrBy

func (mr *MockRedisConnectionMockRecorder) CMSIncrBy(ctx, key interface{}, elements ...interface{}) *gomock.Call

CMSIncrBy indicates an expected call of CMSIncrBy.

func (*MockRedisConnectionMockRecorder) CMSInfo

func (mr *MockRedisConnectionMockRecorder) CMSInfo(ctx, key interface{}) *gomock.Call

CMSInfo indicates an expected call of CMSInfo.

func (*MockRedisConnectionMockRecorder) CMSInitByDim

func (mr *MockRedisConnectionMockRecorder) CMSInitByDim(ctx, key, width, depth interface{}) *gomock.Call

CMSInitByDim indicates an expected call of CMSInitByDim.

func (*MockRedisConnectionMockRecorder) CMSInitByProb

func (mr *MockRedisConnectionMockRecorder) CMSInitByProb(ctx, key, errorRate, probability interface{}) *gomock.Call

CMSInitByProb indicates an expected call of CMSInitByProb.

func (*MockRedisConnectionMockRecorder) CMSMerge

func (mr *MockRedisConnectionMockRecorder) CMSMerge(ctx, destKey interface{}, sourceKeys ...interface{}) *gomock.Call

CMSMerge indicates an expected call of CMSMerge.

func (*MockRedisConnectionMockRecorder) CMSMergeWithWeight

func (mr *MockRedisConnectionMockRecorder) CMSMergeWithWeight(ctx, destKey, sourceKeys interface{}) *gomock.Call

CMSMergeWithWeight indicates an expected call of CMSMergeWithWeight.

func (*MockRedisConnectionMockRecorder) CMSQuery

func (mr *MockRedisConnectionMockRecorder) CMSQuery(ctx, key interface{}, elements ...interface{}) *gomock.Call

CMSQuery indicates an expected call of CMSQuery.

func (*MockRedisConnectionMockRecorder) ClientGetName

func (mr *MockRedisConnectionMockRecorder) ClientGetName(ctx interface{}) *gomock.Call

ClientGetName indicates an expected call of ClientGetName.

func (*MockRedisConnectionMockRecorder) ClientID

func (mr *MockRedisConnectionMockRecorder) ClientID(ctx interface{}) *gomock.Call

ClientID indicates an expected call of ClientID.

func (*MockRedisConnectionMockRecorder) ClientInfo

func (mr *MockRedisConnectionMockRecorder) ClientInfo(ctx interface{}) *gomock.Call

ClientInfo indicates an expected call of ClientInfo.

func (*MockRedisConnectionMockRecorder) ClientKill

func (mr *MockRedisConnectionMockRecorder) ClientKill(ctx, ipPort interface{}) *gomock.Call

ClientKill indicates an expected call of ClientKill.

func (*MockRedisConnectionMockRecorder) ClientKillByFilter

func (mr *MockRedisConnectionMockRecorder) ClientKillByFilter(ctx interface{}, keys ...interface{}) *gomock.Call

ClientKillByFilter indicates an expected call of ClientKillByFilter.

func (*MockRedisConnectionMockRecorder) ClientList

func (mr *MockRedisConnectionMockRecorder) ClientList(ctx interface{}) *gomock.Call

ClientList indicates an expected call of ClientList.

func (*MockRedisConnectionMockRecorder) ClientPause

func (mr *MockRedisConnectionMockRecorder) ClientPause(ctx, dur interface{}) *gomock.Call

ClientPause indicates an expected call of ClientPause.

func (*MockRedisConnectionMockRecorder) ClientUnblock

func (mr *MockRedisConnectionMockRecorder) ClientUnblock(ctx, id interface{}) *gomock.Call

ClientUnblock indicates an expected call of ClientUnblock.

func (*MockRedisConnectionMockRecorder) ClientUnblockWithError

func (mr *MockRedisConnectionMockRecorder) ClientUnblockWithError(ctx, id interface{}) *gomock.Call

ClientUnblockWithError indicates an expected call of ClientUnblockWithError.

func (*MockRedisConnectionMockRecorder) ClientUnpause

func (mr *MockRedisConnectionMockRecorder) ClientUnpause(ctx interface{}) *gomock.Call

ClientUnpause indicates an expected call of ClientUnpause.

func (*MockRedisConnectionMockRecorder) Close

Close indicates an expected call of Close.

func (*MockRedisConnectionMockRecorder) ClusterAddSlots

func (mr *MockRedisConnectionMockRecorder) ClusterAddSlots(ctx interface{}, slots ...interface{}) *gomock.Call

ClusterAddSlots indicates an expected call of ClusterAddSlots.

func (*MockRedisConnectionMockRecorder) ClusterAddSlotsRange

func (mr *MockRedisConnectionMockRecorder) ClusterAddSlotsRange(ctx, min, max interface{}) *gomock.Call

ClusterAddSlotsRange indicates an expected call of ClusterAddSlotsRange.

func (*MockRedisConnectionMockRecorder) ClusterCountFailureReports

func (mr *MockRedisConnectionMockRecorder) ClusterCountFailureReports(ctx, nodeID interface{}) *gomock.Call

ClusterCountFailureReports indicates an expected call of ClusterCountFailureReports.

func (*MockRedisConnectionMockRecorder) ClusterCountKeysInSlot

func (mr *MockRedisConnectionMockRecorder) ClusterCountKeysInSlot(ctx, slot interface{}) *gomock.Call

ClusterCountKeysInSlot indicates an expected call of ClusterCountKeysInSlot.

func (*MockRedisConnectionMockRecorder) ClusterDelSlots

func (mr *MockRedisConnectionMockRecorder) ClusterDelSlots(ctx interface{}, slots ...interface{}) *gomock.Call

ClusterDelSlots indicates an expected call of ClusterDelSlots.

func (*MockRedisConnectionMockRecorder) ClusterDelSlotsRange

func (mr *MockRedisConnectionMockRecorder) ClusterDelSlotsRange(ctx, min, max interface{}) *gomock.Call

ClusterDelSlotsRange indicates an expected call of ClusterDelSlotsRange.

func (*MockRedisConnectionMockRecorder) ClusterFailover

func (mr *MockRedisConnectionMockRecorder) ClusterFailover(ctx interface{}) *gomock.Call

ClusterFailover indicates an expected call of ClusterFailover.

func (*MockRedisConnectionMockRecorder) ClusterForget

func (mr *MockRedisConnectionMockRecorder) ClusterForget(ctx, nodeID interface{}) *gomock.Call

ClusterForget indicates an expected call of ClusterForget.

func (*MockRedisConnectionMockRecorder) ClusterGetKeysInSlot

func (mr *MockRedisConnectionMockRecorder) ClusterGetKeysInSlot(ctx, slot, count interface{}) *gomock.Call

ClusterGetKeysInSlot indicates an expected call of ClusterGetKeysInSlot.

func (*MockRedisConnectionMockRecorder) ClusterInfo

func (mr *MockRedisConnectionMockRecorder) ClusterInfo(ctx interface{}) *gomock.Call

ClusterInfo indicates an expected call of ClusterInfo.

func (*MockRedisConnectionMockRecorder) ClusterKeySlot

func (mr *MockRedisConnectionMockRecorder) ClusterKeySlot(ctx, key interface{}) *gomock.Call

ClusterKeySlot indicates an expected call of ClusterKeySlot.

func (mr *MockRedisConnectionMockRecorder) ClusterLinks(ctx interface{}) *gomock.Call

ClusterLinks indicates an expected call of ClusterLinks.

func (*MockRedisConnectionMockRecorder) ClusterMeet

func (mr *MockRedisConnectionMockRecorder) ClusterMeet(ctx, host, port interface{}) *gomock.Call

ClusterMeet indicates an expected call of ClusterMeet.

func (*MockRedisConnectionMockRecorder) ClusterMyShardID

func (mr *MockRedisConnectionMockRecorder) ClusterMyShardID(ctx interface{}) *gomock.Call

ClusterMyShardID indicates an expected call of ClusterMyShardID.

func (*MockRedisConnectionMockRecorder) ClusterNodes

func (mr *MockRedisConnectionMockRecorder) ClusterNodes(ctx interface{}) *gomock.Call

ClusterNodes indicates an expected call of ClusterNodes.

func (*MockRedisConnectionMockRecorder) ClusterReplicate

func (mr *MockRedisConnectionMockRecorder) ClusterReplicate(ctx, nodeID interface{}) *gomock.Call

ClusterReplicate indicates an expected call of ClusterReplicate.

func (*MockRedisConnectionMockRecorder) ClusterResetHard

func (mr *MockRedisConnectionMockRecorder) ClusterResetHard(ctx interface{}) *gomock.Call

ClusterResetHard indicates an expected call of ClusterResetHard.

func (*MockRedisConnectionMockRecorder) ClusterResetSoft

func (mr *MockRedisConnectionMockRecorder) ClusterResetSoft(ctx interface{}) *gomock.Call

ClusterResetSoft indicates an expected call of ClusterResetSoft.

func (*MockRedisConnectionMockRecorder) ClusterSaveConfig

func (mr *MockRedisConnectionMockRecorder) ClusterSaveConfig(ctx interface{}) *gomock.Call

ClusterSaveConfig indicates an expected call of ClusterSaveConfig.

func (*MockRedisConnectionMockRecorder) ClusterShards

func (mr *MockRedisConnectionMockRecorder) ClusterShards(ctx interface{}) *gomock.Call

ClusterShards indicates an expected call of ClusterShards.

func (*MockRedisConnectionMockRecorder) ClusterSlaves

func (mr *MockRedisConnectionMockRecorder) ClusterSlaves(ctx, nodeID interface{}) *gomock.Call

ClusterSlaves indicates an expected call of ClusterSlaves.

func (*MockRedisConnectionMockRecorder) ClusterSlots

func (mr *MockRedisConnectionMockRecorder) ClusterSlots(ctx interface{}) *gomock.Call

ClusterSlots indicates an expected call of ClusterSlots.

func (*MockRedisConnectionMockRecorder) Command

func (mr *MockRedisConnectionMockRecorder) Command(ctx interface{}) *gomock.Call

Command indicates an expected call of Command.

func (*MockRedisConnectionMockRecorder) CommandGetKeys

func (mr *MockRedisConnectionMockRecorder) CommandGetKeys(ctx interface{}, commands ...interface{}) *gomock.Call

CommandGetKeys indicates an expected call of CommandGetKeys.

func (*MockRedisConnectionMockRecorder) CommandGetKeysAndFlags

func (mr *MockRedisConnectionMockRecorder) CommandGetKeysAndFlags(ctx interface{}, commands ...interface{}) *gomock.Call

CommandGetKeysAndFlags indicates an expected call of CommandGetKeysAndFlags.

func (*MockRedisConnectionMockRecorder) CommandList

func (mr *MockRedisConnectionMockRecorder) CommandList(ctx, filter interface{}) *gomock.Call

CommandList indicates an expected call of CommandList.

func (*MockRedisConnectionMockRecorder) ConfigGet

func (mr *MockRedisConnectionMockRecorder) ConfigGet(ctx, parameter interface{}) *gomock.Call

ConfigGet indicates an expected call of ConfigGet.

func (*MockRedisConnectionMockRecorder) ConfigResetStat

func (mr *MockRedisConnectionMockRecorder) ConfigResetStat(ctx interface{}) *gomock.Call

ConfigResetStat indicates an expected call of ConfigResetStat.

func (*MockRedisConnectionMockRecorder) ConfigRewrite

func (mr *MockRedisConnectionMockRecorder) ConfigRewrite(ctx interface{}) *gomock.Call

ConfigRewrite indicates an expected call of ConfigRewrite.

func (*MockRedisConnectionMockRecorder) ConfigSet

func (mr *MockRedisConnectionMockRecorder) ConfigSet(ctx, parameter, value interface{}) *gomock.Call

ConfigSet indicates an expected call of ConfigSet.

func (*MockRedisConnectionMockRecorder) Conn

Conn indicates an expected call of Conn.

func (*MockRedisConnectionMockRecorder) Copy

func (mr *MockRedisConnectionMockRecorder) Copy(ctx, sourceKey, destKey, db, replace interface{}) *gomock.Call

Copy indicates an expected call of Copy.

func (*MockRedisConnectionMockRecorder) DBSize

func (mr *MockRedisConnectionMockRecorder) DBSize(ctx interface{}) *gomock.Call

DBSize indicates an expected call of DBSize.

func (*MockRedisConnectionMockRecorder) DebugObject

func (mr *MockRedisConnectionMockRecorder) DebugObject(ctx, key interface{}) *gomock.Call

DebugObject indicates an expected call of DebugObject.

func (*MockRedisConnectionMockRecorder) Decr

func (mr *MockRedisConnectionMockRecorder) Decr(ctx, key interface{}) *gomock.Call

Decr indicates an expected call of Decr.

func (*MockRedisConnectionMockRecorder) DecrBy

func (mr *MockRedisConnectionMockRecorder) DecrBy(ctx, key, decrement interface{}) *gomock.Call

DecrBy indicates an expected call of DecrBy.

func (*MockRedisConnectionMockRecorder) Del

func (mr *MockRedisConnectionMockRecorder) Del(ctx interface{}, keys ...interface{}) *gomock.Call

Del indicates an expected call of Del.

func (*MockRedisConnectionMockRecorder) Do

func (mr *MockRedisConnectionMockRecorder) Do(ctx interface{}, args ...interface{}) *gomock.Call

Do indicates an expected call of Do.

func (*MockRedisConnectionMockRecorder) Dump

func (mr *MockRedisConnectionMockRecorder) Dump(ctx, key interface{}) *gomock.Call

Dump indicates an expected call of Dump.

func (*MockRedisConnectionMockRecorder) Echo

func (mr *MockRedisConnectionMockRecorder) Echo(ctx, message interface{}) *gomock.Call

Echo indicates an expected call of Echo.

func (*MockRedisConnectionMockRecorder) Eval

func (mr *MockRedisConnectionMockRecorder) Eval(ctx, script, keys interface{}, args ...interface{}) *gomock.Call

Eval indicates an expected call of Eval.

func (*MockRedisConnectionMockRecorder) EvalRO

func (mr *MockRedisConnectionMockRecorder) EvalRO(ctx, script, keys interface{}, args ...interface{}) *gomock.Call

EvalRO indicates an expected call of EvalRO.

func (*MockRedisConnectionMockRecorder) EvalSha

func (mr *MockRedisConnectionMockRecorder) EvalSha(ctx, sha1, keys interface{}, args ...interface{}) *gomock.Call

EvalSha indicates an expected call of EvalSha.

func (*MockRedisConnectionMockRecorder) EvalShaRO

func (mr *MockRedisConnectionMockRecorder) EvalShaRO(ctx, sha1, keys interface{}, args ...interface{}) *gomock.Call

EvalShaRO indicates an expected call of EvalShaRO.

func (*MockRedisConnectionMockRecorder) Exists

func (mr *MockRedisConnectionMockRecorder) Exists(ctx interface{}, keys ...interface{}) *gomock.Call

Exists indicates an expected call of Exists.

func (*MockRedisConnectionMockRecorder) Expire

func (mr *MockRedisConnectionMockRecorder) Expire(ctx, key, expiration interface{}) *gomock.Call

Expire indicates an expected call of Expire.

func (*MockRedisConnectionMockRecorder) ExpireAt

func (mr *MockRedisConnectionMockRecorder) ExpireAt(ctx, key, tm interface{}) *gomock.Call

ExpireAt indicates an expected call of ExpireAt.

func (*MockRedisConnectionMockRecorder) ExpireGT

func (mr *MockRedisConnectionMockRecorder) ExpireGT(ctx, key, expiration interface{}) *gomock.Call

ExpireGT indicates an expected call of ExpireGT.

func (*MockRedisConnectionMockRecorder) ExpireLT

func (mr *MockRedisConnectionMockRecorder) ExpireLT(ctx, key, expiration interface{}) *gomock.Call

ExpireLT indicates an expected call of ExpireLT.

func (*MockRedisConnectionMockRecorder) ExpireNX

func (mr *MockRedisConnectionMockRecorder) ExpireNX(ctx, key, expiration interface{}) *gomock.Call

ExpireNX indicates an expected call of ExpireNX.

func (*MockRedisConnectionMockRecorder) ExpireTime

func (mr *MockRedisConnectionMockRecorder) ExpireTime(ctx, key interface{}) *gomock.Call

ExpireTime indicates an expected call of ExpireTime.

func (*MockRedisConnectionMockRecorder) ExpireXX

func (mr *MockRedisConnectionMockRecorder) ExpireXX(ctx, key, expiration interface{}) *gomock.Call

ExpireXX indicates an expected call of ExpireXX.

func (*MockRedisConnectionMockRecorder) FCall

func (mr *MockRedisConnectionMockRecorder) FCall(ctx, function, keys interface{}, args ...interface{}) *gomock.Call

FCall indicates an expected call of FCall.

func (*MockRedisConnectionMockRecorder) FCallRO

func (mr *MockRedisConnectionMockRecorder) FCallRO(ctx, function, keys interface{}, args ...interface{}) *gomock.Call

FCallRO indicates an expected call of FCallRO.

func (*MockRedisConnectionMockRecorder) FCallRo

func (mr *MockRedisConnectionMockRecorder) FCallRo(ctx, function, keys interface{}, args ...interface{}) *gomock.Call

FCallRo indicates an expected call of FCallRo.

func (*MockRedisConnectionMockRecorder) FTAggregate

func (mr *MockRedisConnectionMockRecorder) FTAggregate(ctx, index, query interface{}) *gomock.Call

FTAggregate indicates an expected call of FTAggregate.

func (*MockRedisConnectionMockRecorder) FTAggregateWithArgs

func (mr *MockRedisConnectionMockRecorder) FTAggregateWithArgs(ctx, index, query, options interface{}) *gomock.Call

FTAggregateWithArgs indicates an expected call of FTAggregateWithArgs.

func (*MockRedisConnectionMockRecorder) FTAliasAdd

func (mr *MockRedisConnectionMockRecorder) FTAliasAdd(ctx, index, alias interface{}) *gomock.Call

FTAliasAdd indicates an expected call of FTAliasAdd.

func (*MockRedisConnectionMockRecorder) FTAliasDel

func (mr *MockRedisConnectionMockRecorder) FTAliasDel(ctx, alias interface{}) *gomock.Call

FTAliasDel indicates an expected call of FTAliasDel.

func (*MockRedisConnectionMockRecorder) FTAliasUpdate

func (mr *MockRedisConnectionMockRecorder) FTAliasUpdate(ctx, index, alias interface{}) *gomock.Call

FTAliasUpdate indicates an expected call of FTAliasUpdate.

func (*MockRedisConnectionMockRecorder) FTAlter

func (mr *MockRedisConnectionMockRecorder) FTAlter(ctx, index, skipInitialScan, definition interface{}) *gomock.Call

FTAlter indicates an expected call of FTAlter.

func (*MockRedisConnectionMockRecorder) FTConfigGet

func (mr *MockRedisConnectionMockRecorder) FTConfigGet(ctx, option interface{}) *gomock.Call

FTConfigGet indicates an expected call of FTConfigGet.

func (*MockRedisConnectionMockRecorder) FTConfigSet

func (mr *MockRedisConnectionMockRecorder) FTConfigSet(ctx, option, value interface{}) *gomock.Call

FTConfigSet indicates an expected call of FTConfigSet.

func (*MockRedisConnectionMockRecorder) FTCreate

func (mr *MockRedisConnectionMockRecorder) FTCreate(ctx, index, options interface{}, schema ...interface{}) *gomock.Call

FTCreate indicates an expected call of FTCreate.

func (*MockRedisConnectionMockRecorder) FTCursorDel

func (mr *MockRedisConnectionMockRecorder) FTCursorDel(ctx, index, cursorId interface{}) *gomock.Call

FTCursorDel indicates an expected call of FTCursorDel.

func (*MockRedisConnectionMockRecorder) FTCursorRead

func (mr *MockRedisConnectionMockRecorder) FTCursorRead(ctx, index, cursorId, count interface{}) *gomock.Call

FTCursorRead indicates an expected call of FTCursorRead.

func (*MockRedisConnectionMockRecorder) FTDictAdd

func (mr *MockRedisConnectionMockRecorder) FTDictAdd(ctx, dict interface{}, term ...interface{}) *gomock.Call

FTDictAdd indicates an expected call of FTDictAdd.

func (*MockRedisConnectionMockRecorder) FTDictDel

func (mr *MockRedisConnectionMockRecorder) FTDictDel(ctx, dict interface{}, term ...interface{}) *gomock.Call

FTDictDel indicates an expected call of FTDictDel.

func (*MockRedisConnectionMockRecorder) FTDictDump

func (mr *MockRedisConnectionMockRecorder) FTDictDump(ctx, dict interface{}) *gomock.Call

FTDictDump indicates an expected call of FTDictDump.

func (*MockRedisConnectionMockRecorder) FTDropIndex

func (mr *MockRedisConnectionMockRecorder) FTDropIndex(ctx, index interface{}) *gomock.Call

FTDropIndex indicates an expected call of FTDropIndex.

func (*MockRedisConnectionMockRecorder) FTDropIndexWithArgs

func (mr *MockRedisConnectionMockRecorder) FTDropIndexWithArgs(ctx, index, options interface{}) *gomock.Call

FTDropIndexWithArgs indicates an expected call of FTDropIndexWithArgs.

func (*MockRedisConnectionMockRecorder) FTExplain

func (mr *MockRedisConnectionMockRecorder) FTExplain(ctx, index, query interface{}) *gomock.Call

FTExplain indicates an expected call of FTExplain.

func (*MockRedisConnectionMockRecorder) FTExplainCli

func (mr *MockRedisConnectionMockRecorder) FTExplainCli(ctx, key, path interface{}) *gomock.Call

FTExplainCli indicates an expected call of FTExplainCli.

func (*MockRedisConnectionMockRecorder) FTExplainWithArgs

func (mr *MockRedisConnectionMockRecorder) FTExplainWithArgs(ctx, index, query, options interface{}) *gomock.Call

FTExplainWithArgs indicates an expected call of FTExplainWithArgs.

func (*MockRedisConnectionMockRecorder) FTInfo

func (mr *MockRedisConnectionMockRecorder) FTInfo(ctx, index interface{}) *gomock.Call

FTInfo indicates an expected call of FTInfo.

func (*MockRedisConnectionMockRecorder) FTSearch

func (mr *MockRedisConnectionMockRecorder) FTSearch(ctx, index, query interface{}) *gomock.Call

FTSearch indicates an expected call of FTSearch.

func (*MockRedisConnectionMockRecorder) FTSearchWithArgs

func (mr *MockRedisConnectionMockRecorder) FTSearchWithArgs(ctx, index, query, options interface{}) *gomock.Call

FTSearchWithArgs indicates an expected call of FTSearchWithArgs.

func (*MockRedisConnectionMockRecorder) FTSpellCheck

func (mr *MockRedisConnectionMockRecorder) FTSpellCheck(ctx, index, query interface{}) *gomock.Call

FTSpellCheck indicates an expected call of FTSpellCheck.

func (*MockRedisConnectionMockRecorder) FTSpellCheckWithArgs

func (mr *MockRedisConnectionMockRecorder) FTSpellCheckWithArgs(ctx, index, query, options interface{}) *gomock.Call

FTSpellCheckWithArgs indicates an expected call of FTSpellCheckWithArgs.

func (*MockRedisConnectionMockRecorder) FTSynDump

func (mr *MockRedisConnectionMockRecorder) FTSynDump(ctx, index interface{}) *gomock.Call

FTSynDump indicates an expected call of FTSynDump.

func (*MockRedisConnectionMockRecorder) FTSynUpdate

func (mr *MockRedisConnectionMockRecorder) FTSynUpdate(ctx, index, synGroupId, terms interface{}) *gomock.Call

FTSynUpdate indicates an expected call of FTSynUpdate.

func (*MockRedisConnectionMockRecorder) FTSynUpdateWithArgs

func (mr *MockRedisConnectionMockRecorder) FTSynUpdateWithArgs(ctx, index, synGroupId, options, terms interface{}) *gomock.Call

FTSynUpdateWithArgs indicates an expected call of FTSynUpdateWithArgs.

func (*MockRedisConnectionMockRecorder) FTTagVals

func (mr *MockRedisConnectionMockRecorder) FTTagVals(ctx, index, field interface{}) *gomock.Call

FTTagVals indicates an expected call of FTTagVals.

func (*MockRedisConnectionMockRecorder) FT_List

func (mr *MockRedisConnectionMockRecorder) FT_List(ctx interface{}) *gomock.Call

FT_List indicates an expected call of FT_List.

func (*MockRedisConnectionMockRecorder) FlushAll

func (mr *MockRedisConnectionMockRecorder) FlushAll(ctx interface{}) *gomock.Call

FlushAll indicates an expected call of FlushAll.

func (*MockRedisConnectionMockRecorder) FlushAllAsync

func (mr *MockRedisConnectionMockRecorder) FlushAllAsync(ctx interface{}) *gomock.Call

FlushAllAsync indicates an expected call of FlushAllAsync.

func (*MockRedisConnectionMockRecorder) FlushDB

func (mr *MockRedisConnectionMockRecorder) FlushDB(ctx interface{}) *gomock.Call

FlushDB indicates an expected call of FlushDB.

func (*MockRedisConnectionMockRecorder) FlushDBAsync

func (mr *MockRedisConnectionMockRecorder) FlushDBAsync(ctx interface{}) *gomock.Call

FlushDBAsync indicates an expected call of FlushDBAsync.

func (*MockRedisConnectionMockRecorder) FunctionDelete

func (mr *MockRedisConnectionMockRecorder) FunctionDelete(ctx, libName interface{}) *gomock.Call

FunctionDelete indicates an expected call of FunctionDelete.

func (*MockRedisConnectionMockRecorder) FunctionDump

func (mr *MockRedisConnectionMockRecorder) FunctionDump(ctx interface{}) *gomock.Call

FunctionDump indicates an expected call of FunctionDump.

func (*MockRedisConnectionMockRecorder) FunctionFlush

func (mr *MockRedisConnectionMockRecorder) FunctionFlush(ctx interface{}) *gomock.Call

FunctionFlush indicates an expected call of FunctionFlush.

func (*MockRedisConnectionMockRecorder) FunctionFlushAsync

func (mr *MockRedisConnectionMockRecorder) FunctionFlushAsync(ctx interface{}) *gomock.Call

FunctionFlushAsync indicates an expected call of FunctionFlushAsync.

func (*MockRedisConnectionMockRecorder) FunctionKill

func (mr *MockRedisConnectionMockRecorder) FunctionKill(ctx interface{}) *gomock.Call

FunctionKill indicates an expected call of FunctionKill.

func (*MockRedisConnectionMockRecorder) FunctionList

func (mr *MockRedisConnectionMockRecorder) FunctionList(ctx, q interface{}) *gomock.Call

FunctionList indicates an expected call of FunctionList.

func (*MockRedisConnectionMockRecorder) FunctionLoad

func (mr *MockRedisConnectionMockRecorder) FunctionLoad(ctx, code interface{}) *gomock.Call

FunctionLoad indicates an expected call of FunctionLoad.

func (*MockRedisConnectionMockRecorder) FunctionLoadReplace

func (mr *MockRedisConnectionMockRecorder) FunctionLoadReplace(ctx, code interface{}) *gomock.Call

FunctionLoadReplace indicates an expected call of FunctionLoadReplace.

func (*MockRedisConnectionMockRecorder) FunctionRestore

func (mr *MockRedisConnectionMockRecorder) FunctionRestore(ctx, libDump interface{}) *gomock.Call

FunctionRestore indicates an expected call of FunctionRestore.

func (*MockRedisConnectionMockRecorder) FunctionStats

func (mr *MockRedisConnectionMockRecorder) FunctionStats(ctx interface{}) *gomock.Call

FunctionStats indicates an expected call of FunctionStats.

func (*MockRedisConnectionMockRecorder) GeoAdd

func (mr *MockRedisConnectionMockRecorder) GeoAdd(ctx, key interface{}, geoLocation ...interface{}) *gomock.Call

GeoAdd indicates an expected call of GeoAdd.

func (*MockRedisConnectionMockRecorder) GeoDist

func (mr *MockRedisConnectionMockRecorder) GeoDist(ctx, key, member1, member2, unit interface{}) *gomock.Call

GeoDist indicates an expected call of GeoDist.

func (*MockRedisConnectionMockRecorder) GeoHash

func (mr *MockRedisConnectionMockRecorder) GeoHash(ctx, key interface{}, members ...interface{}) *gomock.Call

GeoHash indicates an expected call of GeoHash.

func (*MockRedisConnectionMockRecorder) GeoPos

func (mr *MockRedisConnectionMockRecorder) GeoPos(ctx, key interface{}, members ...interface{}) *gomock.Call

GeoPos indicates an expected call of GeoPos.

func (*MockRedisConnectionMockRecorder) GeoRadius

func (mr *MockRedisConnectionMockRecorder) GeoRadius(ctx, key, longitude, latitude, query interface{}) *gomock.Call

GeoRadius indicates an expected call of GeoRadius.

func (*MockRedisConnectionMockRecorder) GeoRadiusByMember

func (mr *MockRedisConnectionMockRecorder) GeoRadiusByMember(ctx, key, member, query interface{}) *gomock.Call

GeoRadiusByMember indicates an expected call of GeoRadiusByMember.

func (*MockRedisConnectionMockRecorder) GeoRadiusByMemberStore

func (mr *MockRedisConnectionMockRecorder) GeoRadiusByMemberStore(ctx, key, member, query interface{}) *gomock.Call

GeoRadiusByMemberStore indicates an expected call of GeoRadiusByMemberStore.

func (*MockRedisConnectionMockRecorder) GeoRadiusStore

func (mr *MockRedisConnectionMockRecorder) GeoRadiusStore(ctx, key, longitude, latitude, query interface{}) *gomock.Call

GeoRadiusStore indicates an expected call of GeoRadiusStore.

func (*MockRedisConnectionMockRecorder) GeoSearch

func (mr *MockRedisConnectionMockRecorder) GeoSearch(ctx, key, q interface{}) *gomock.Call

GeoSearch indicates an expected call of GeoSearch.

func (*MockRedisConnectionMockRecorder) GeoSearchLocation

func (mr *MockRedisConnectionMockRecorder) GeoSearchLocation(ctx, key, q interface{}) *gomock.Call

GeoSearchLocation indicates an expected call of GeoSearchLocation.

func (*MockRedisConnectionMockRecorder) GeoSearchStore

func (mr *MockRedisConnectionMockRecorder) GeoSearchStore(ctx, key, store, q interface{}) *gomock.Call

GeoSearchStore indicates an expected call of GeoSearchStore.

func (*MockRedisConnectionMockRecorder) Get

func (mr *MockRedisConnectionMockRecorder) Get(ctx, key interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockRedisConnectionMockRecorder) GetBit

func (mr *MockRedisConnectionMockRecorder) GetBit(ctx, key, offset interface{}) *gomock.Call

GetBit indicates an expected call of GetBit.

func (*MockRedisConnectionMockRecorder) GetDel

func (mr *MockRedisConnectionMockRecorder) GetDel(ctx, key interface{}) *gomock.Call

GetDel indicates an expected call of GetDel.

func (*MockRedisConnectionMockRecorder) GetEx

func (mr *MockRedisConnectionMockRecorder) GetEx(ctx, key, expiration interface{}) *gomock.Call

GetEx indicates an expected call of GetEx.

func (*MockRedisConnectionMockRecorder) GetRange

func (mr *MockRedisConnectionMockRecorder) GetRange(ctx, key, start, end interface{}) *gomock.Call

GetRange indicates an expected call of GetRange.

func (*MockRedisConnectionMockRecorder) GetSet

func (mr *MockRedisConnectionMockRecorder) GetSet(ctx, key, value interface{}) *gomock.Call

GetSet indicates an expected call of GetSet.

func (*MockRedisConnectionMockRecorder) HDel

func (mr *MockRedisConnectionMockRecorder) HDel(ctx, key interface{}, fields ...interface{}) *gomock.Call

HDel indicates an expected call of HDel.

func (*MockRedisConnectionMockRecorder) HExists

func (mr *MockRedisConnectionMockRecorder) HExists(ctx, key, field interface{}) *gomock.Call

HExists indicates an expected call of HExists.

func (*MockRedisConnectionMockRecorder) HExpire

func (mr *MockRedisConnectionMockRecorder) HExpire(ctx, key, expiration interface{}, fields ...interface{}) *gomock.Call

HExpire indicates an expected call of HExpire.

func (*MockRedisConnectionMockRecorder) HExpireAt

func (mr *MockRedisConnectionMockRecorder) HExpireAt(ctx, key, tm interface{}, fields ...interface{}) *gomock.Call

HExpireAt indicates an expected call of HExpireAt.

func (*MockRedisConnectionMockRecorder) HExpireAtWithArgs

func (mr *MockRedisConnectionMockRecorder) HExpireAtWithArgs(ctx, key, tm, expirationArgs interface{}, fields ...interface{}) *gomock.Call

HExpireAtWithArgs indicates an expected call of HExpireAtWithArgs.

func (*MockRedisConnectionMockRecorder) HExpireTime

func (mr *MockRedisConnectionMockRecorder) HExpireTime(ctx, key interface{}, fields ...interface{}) *gomock.Call

HExpireTime indicates an expected call of HExpireTime.

func (*MockRedisConnectionMockRecorder) HExpireWithArgs

func (mr *MockRedisConnectionMockRecorder) HExpireWithArgs(ctx, key, expiration, expirationArgs interface{}, fields ...interface{}) *gomock.Call

HExpireWithArgs indicates an expected call of HExpireWithArgs.

func (*MockRedisConnectionMockRecorder) HGet

func (mr *MockRedisConnectionMockRecorder) HGet(ctx, key, field interface{}) *gomock.Call

HGet indicates an expected call of HGet.

func (*MockRedisConnectionMockRecorder) HGetAll

func (mr *MockRedisConnectionMockRecorder) HGetAll(ctx, key interface{}) *gomock.Call

HGetAll indicates an expected call of HGetAll.

func (*MockRedisConnectionMockRecorder) HIncrBy

func (mr *MockRedisConnectionMockRecorder) HIncrBy(ctx, key, field, incr interface{}) *gomock.Call

HIncrBy indicates an expected call of HIncrBy.

func (*MockRedisConnectionMockRecorder) HIncrByFloat

func (mr *MockRedisConnectionMockRecorder) HIncrByFloat(ctx, key, field, incr interface{}) *gomock.Call

HIncrByFloat indicates an expected call of HIncrByFloat.

func (*MockRedisConnectionMockRecorder) HKeys

func (mr *MockRedisConnectionMockRecorder) HKeys(ctx, key interface{}) *gomock.Call

HKeys indicates an expected call of HKeys.

func (*MockRedisConnectionMockRecorder) HLen

func (mr *MockRedisConnectionMockRecorder) HLen(ctx, key interface{}) *gomock.Call

HLen indicates an expected call of HLen.

func (*MockRedisConnectionMockRecorder) HMGet

func (mr *MockRedisConnectionMockRecorder) HMGet(ctx, key interface{}, fields ...interface{}) *gomock.Call

HMGet indicates an expected call of HMGet.

func (*MockRedisConnectionMockRecorder) HMSet

func (mr *MockRedisConnectionMockRecorder) HMSet(ctx, key interface{}, values ...interface{}) *gomock.Call

HMSet indicates an expected call of HMSet.

func (*MockRedisConnectionMockRecorder) HPExpire

func (mr *MockRedisConnectionMockRecorder) HPExpire(ctx, key, expiration interface{}, fields ...interface{}) *gomock.Call

HPExpire indicates an expected call of HPExpire.

func (*MockRedisConnectionMockRecorder) HPExpireAt

func (mr *MockRedisConnectionMockRecorder) HPExpireAt(ctx, key, tm interface{}, fields ...interface{}) *gomock.Call

HPExpireAt indicates an expected call of HPExpireAt.

func (*MockRedisConnectionMockRecorder) HPExpireAtWithArgs

func (mr *MockRedisConnectionMockRecorder) HPExpireAtWithArgs(ctx, key, tm, expirationArgs interface{}, fields ...interface{}) *gomock.Call

HPExpireAtWithArgs indicates an expected call of HPExpireAtWithArgs.

func (*MockRedisConnectionMockRecorder) HPExpireTime

func (mr *MockRedisConnectionMockRecorder) HPExpireTime(ctx, key interface{}, fields ...interface{}) *gomock.Call

HPExpireTime indicates an expected call of HPExpireTime.

func (*MockRedisConnectionMockRecorder) HPExpireWithArgs

func (mr *MockRedisConnectionMockRecorder) HPExpireWithArgs(ctx, key, expiration, expirationArgs interface{}, fields ...interface{}) *gomock.Call

HPExpireWithArgs indicates an expected call of HPExpireWithArgs.

func (*MockRedisConnectionMockRecorder) HPTTL

func (mr *MockRedisConnectionMockRecorder) HPTTL(ctx, key interface{}, fields ...interface{}) *gomock.Call

HPTTL indicates an expected call of HPTTL.

func (*MockRedisConnectionMockRecorder) HPersist

func (mr *MockRedisConnectionMockRecorder) HPersist(ctx, key interface{}, fields ...interface{}) *gomock.Call

HPersist indicates an expected call of HPersist.

func (*MockRedisConnectionMockRecorder) HRandField

func (mr *MockRedisConnectionMockRecorder) HRandField(ctx, key, count interface{}) *gomock.Call

HRandField indicates an expected call of HRandField.

func (*MockRedisConnectionMockRecorder) HRandFieldWithValues

func (mr *MockRedisConnectionMockRecorder) HRandFieldWithValues(ctx, key, count interface{}) *gomock.Call

HRandFieldWithValues indicates an expected call of HRandFieldWithValues.

func (*MockRedisConnectionMockRecorder) HScan

func (mr *MockRedisConnectionMockRecorder) HScan(ctx, key, cursor, match, count interface{}) *gomock.Call

HScan indicates an expected call of HScan.

func (*MockRedisConnectionMockRecorder) HScanNoValues

func (mr *MockRedisConnectionMockRecorder) HScanNoValues(ctx, key, cursor, match, count interface{}) *gomock.Call

HScanNoValues indicates an expected call of HScanNoValues.

func (*MockRedisConnectionMockRecorder) HSet

func (mr *MockRedisConnectionMockRecorder) HSet(ctx, key interface{}, values ...interface{}) *gomock.Call

HSet indicates an expected call of HSet.

func (*MockRedisConnectionMockRecorder) HSetNX

func (mr *MockRedisConnectionMockRecorder) HSetNX(ctx, key, field, value interface{}) *gomock.Call

HSetNX indicates an expected call of HSetNX.

func (*MockRedisConnectionMockRecorder) HTTL

func (mr *MockRedisConnectionMockRecorder) HTTL(ctx, key interface{}, fields ...interface{}) *gomock.Call

HTTL indicates an expected call of HTTL.

func (*MockRedisConnectionMockRecorder) HVals

func (mr *MockRedisConnectionMockRecorder) HVals(ctx, key interface{}) *gomock.Call

HVals indicates an expected call of HVals.

func (*MockRedisConnectionMockRecorder) Incr

func (mr *MockRedisConnectionMockRecorder) Incr(ctx, key interface{}) *gomock.Call

Incr indicates an expected call of Incr.

func (*MockRedisConnectionMockRecorder) IncrBy

func (mr *MockRedisConnectionMockRecorder) IncrBy(ctx, key, value interface{}) *gomock.Call

IncrBy indicates an expected call of IncrBy.

func (*MockRedisConnectionMockRecorder) IncrByFloat

func (mr *MockRedisConnectionMockRecorder) IncrByFloat(ctx, key, value interface{}) *gomock.Call

IncrByFloat indicates an expected call of IncrByFloat.

func (*MockRedisConnectionMockRecorder) Info

func (mr *MockRedisConnectionMockRecorder) Info(ctx interface{}, sections ...interface{}) *gomock.Call

Info indicates an expected call of Info.

func (*MockRedisConnectionMockRecorder) InfoMap

func (mr *MockRedisConnectionMockRecorder) InfoMap(ctx interface{}, sections ...interface{}) *gomock.Call

InfoMap indicates an expected call of InfoMap.

func (*MockRedisConnectionMockRecorder) JSONArrAppend

func (mr *MockRedisConnectionMockRecorder) JSONArrAppend(ctx, key, path interface{}, values ...interface{}) *gomock.Call

JSONArrAppend indicates an expected call of JSONArrAppend.

func (*MockRedisConnectionMockRecorder) JSONArrIndex

func (mr *MockRedisConnectionMockRecorder) JSONArrIndex(ctx, key, path interface{}, value ...interface{}) *gomock.Call

JSONArrIndex indicates an expected call of JSONArrIndex.

func (*MockRedisConnectionMockRecorder) JSONArrIndexWithArgs

func (mr *MockRedisConnectionMockRecorder) JSONArrIndexWithArgs(ctx, key, path, options interface{}, value ...interface{}) *gomock.Call

JSONArrIndexWithArgs indicates an expected call of JSONArrIndexWithArgs.

func (*MockRedisConnectionMockRecorder) JSONArrInsert

func (mr *MockRedisConnectionMockRecorder) JSONArrInsert(ctx, key, path, index interface{}, values ...interface{}) *gomock.Call

JSONArrInsert indicates an expected call of JSONArrInsert.

func (*MockRedisConnectionMockRecorder) JSONArrLen

func (mr *MockRedisConnectionMockRecorder) JSONArrLen(ctx, key, path interface{}) *gomock.Call

JSONArrLen indicates an expected call of JSONArrLen.

func (*MockRedisConnectionMockRecorder) JSONArrPop

func (mr *MockRedisConnectionMockRecorder) JSONArrPop(ctx, key, path, index interface{}) *gomock.Call

JSONArrPop indicates an expected call of JSONArrPop.

func (*MockRedisConnectionMockRecorder) JSONArrTrim

func (mr *MockRedisConnectionMockRecorder) JSONArrTrim(ctx, key, path interface{}) *gomock.Call

JSONArrTrim indicates an expected call of JSONArrTrim.

func (*MockRedisConnectionMockRecorder) JSONArrTrimWithArgs

func (mr *MockRedisConnectionMockRecorder) JSONArrTrimWithArgs(ctx, key, path, options interface{}) *gomock.Call

JSONArrTrimWithArgs indicates an expected call of JSONArrTrimWithArgs.

func (*MockRedisConnectionMockRecorder) JSONClear

func (mr *MockRedisConnectionMockRecorder) JSONClear(ctx, key, path interface{}) *gomock.Call

JSONClear indicates an expected call of JSONClear.

func (*MockRedisConnectionMockRecorder) JSONDebugMemory

func (mr *MockRedisConnectionMockRecorder) JSONDebugMemory(ctx, key, path interface{}) *gomock.Call

JSONDebugMemory indicates an expected call of JSONDebugMemory.

func (*MockRedisConnectionMockRecorder) JSONDel

func (mr *MockRedisConnectionMockRecorder) JSONDel(ctx, key, path interface{}) *gomock.Call

JSONDel indicates an expected call of JSONDel.

func (*MockRedisConnectionMockRecorder) JSONForget

func (mr *MockRedisConnectionMockRecorder) JSONForget(ctx, key, path interface{}) *gomock.Call

JSONForget indicates an expected call of JSONForget.

func (*MockRedisConnectionMockRecorder) JSONGet

func (mr *MockRedisConnectionMockRecorder) JSONGet(ctx, key interface{}, paths ...interface{}) *gomock.Call

JSONGet indicates an expected call of JSONGet.

func (*MockRedisConnectionMockRecorder) JSONGetWithArgs

func (mr *MockRedisConnectionMockRecorder) JSONGetWithArgs(ctx, key, options interface{}, paths ...interface{}) *gomock.Call

JSONGetWithArgs indicates an expected call of JSONGetWithArgs.

func (*MockRedisConnectionMockRecorder) JSONMGet

func (mr *MockRedisConnectionMockRecorder) JSONMGet(ctx, path interface{}, keys ...interface{}) *gomock.Call

JSONMGet indicates an expected call of JSONMGet.

func (*MockRedisConnectionMockRecorder) JSONMSet

func (mr *MockRedisConnectionMockRecorder) JSONMSet(ctx interface{}, params ...interface{}) *gomock.Call

JSONMSet indicates an expected call of JSONMSet.

func (*MockRedisConnectionMockRecorder) JSONMSetArgs

func (mr *MockRedisConnectionMockRecorder) JSONMSetArgs(ctx, docs interface{}) *gomock.Call

JSONMSetArgs indicates an expected call of JSONMSetArgs.

func (*MockRedisConnectionMockRecorder) JSONMerge

func (mr *MockRedisConnectionMockRecorder) JSONMerge(ctx, key, path, value interface{}) *gomock.Call

JSONMerge indicates an expected call of JSONMerge.

func (*MockRedisConnectionMockRecorder) JSONNumIncrBy

func (mr *MockRedisConnectionMockRecorder) JSONNumIncrBy(ctx, key, path, value interface{}) *gomock.Call

JSONNumIncrBy indicates an expected call of JSONNumIncrBy.

func (*MockRedisConnectionMockRecorder) JSONObjKeys

func (mr *MockRedisConnectionMockRecorder) JSONObjKeys(ctx, key, path interface{}) *gomock.Call

JSONObjKeys indicates an expected call of JSONObjKeys.

func (*MockRedisConnectionMockRecorder) JSONObjLen

func (mr *MockRedisConnectionMockRecorder) JSONObjLen(ctx, key, path interface{}) *gomock.Call

JSONObjLen indicates an expected call of JSONObjLen.

func (*MockRedisConnectionMockRecorder) JSONSet

func (mr *MockRedisConnectionMockRecorder) JSONSet(ctx, key, path, value interface{}) *gomock.Call

JSONSet indicates an expected call of JSONSet.

func (*MockRedisConnectionMockRecorder) JSONSetMode

func (mr *MockRedisConnectionMockRecorder) JSONSetMode(ctx, key, path, value, mode interface{}) *gomock.Call

JSONSetMode indicates an expected call of JSONSetMode.

func (*MockRedisConnectionMockRecorder) JSONStrAppend

func (mr *MockRedisConnectionMockRecorder) JSONStrAppend(ctx, key, path, value interface{}) *gomock.Call

JSONStrAppend indicates an expected call of JSONStrAppend.

func (*MockRedisConnectionMockRecorder) JSONStrLen

func (mr *MockRedisConnectionMockRecorder) JSONStrLen(ctx, key, path interface{}) *gomock.Call

JSONStrLen indicates an expected call of JSONStrLen.

func (*MockRedisConnectionMockRecorder) JSONToggle

func (mr *MockRedisConnectionMockRecorder) JSONToggle(ctx, key, path interface{}) *gomock.Call

JSONToggle indicates an expected call of JSONToggle.

func (*MockRedisConnectionMockRecorder) JSONType

func (mr *MockRedisConnectionMockRecorder) JSONType(ctx, key, path interface{}) *gomock.Call

JSONType indicates an expected call of JSONType.

func (*MockRedisConnectionMockRecorder) Keys

func (mr *MockRedisConnectionMockRecorder) Keys(ctx, pattern interface{}) *gomock.Call

Keys indicates an expected call of Keys.

func (*MockRedisConnectionMockRecorder) LCS

func (mr *MockRedisConnectionMockRecorder) LCS(ctx, q interface{}) *gomock.Call

LCS indicates an expected call of LCS.

func (*MockRedisConnectionMockRecorder) LIndex

func (mr *MockRedisConnectionMockRecorder) LIndex(ctx, key, index interface{}) *gomock.Call

LIndex indicates an expected call of LIndex.

func (*MockRedisConnectionMockRecorder) LInsert

func (mr *MockRedisConnectionMockRecorder) LInsert(ctx, key, op, pivot, value interface{}) *gomock.Call

LInsert indicates an expected call of LInsert.

func (*MockRedisConnectionMockRecorder) LInsertAfter

func (mr *MockRedisConnectionMockRecorder) LInsertAfter(ctx, key, pivot, value interface{}) *gomock.Call

LInsertAfter indicates an expected call of LInsertAfter.

func (*MockRedisConnectionMockRecorder) LInsertBefore

func (mr *MockRedisConnectionMockRecorder) LInsertBefore(ctx, key, pivot, value interface{}) *gomock.Call

LInsertBefore indicates an expected call of LInsertBefore.

func (*MockRedisConnectionMockRecorder) LLen

func (mr *MockRedisConnectionMockRecorder) LLen(ctx, key interface{}) *gomock.Call

LLen indicates an expected call of LLen.

func (*MockRedisConnectionMockRecorder) LMPop

func (mr *MockRedisConnectionMockRecorder) LMPop(ctx, direction, count interface{}, keys ...interface{}) *gomock.Call

LMPop indicates an expected call of LMPop.

func (*MockRedisConnectionMockRecorder) LMove

func (mr *MockRedisConnectionMockRecorder) LMove(ctx, source, destination, srcpos, destpos interface{}) *gomock.Call

LMove indicates an expected call of LMove.

func (*MockRedisConnectionMockRecorder) LPop

func (mr *MockRedisConnectionMockRecorder) LPop(ctx, key interface{}) *gomock.Call

LPop indicates an expected call of LPop.

func (*MockRedisConnectionMockRecorder) LPopCount

func (mr *MockRedisConnectionMockRecorder) LPopCount(ctx, key, count interface{}) *gomock.Call

LPopCount indicates an expected call of LPopCount.

func (*MockRedisConnectionMockRecorder) LPos

func (mr *MockRedisConnectionMockRecorder) LPos(ctx, key, value, a interface{}) *gomock.Call

LPos indicates an expected call of LPos.

func (*MockRedisConnectionMockRecorder) LPosCount

func (mr *MockRedisConnectionMockRecorder) LPosCount(ctx, key, value, count, a interface{}) *gomock.Call

LPosCount indicates an expected call of LPosCount.

func (*MockRedisConnectionMockRecorder) LPush

func (mr *MockRedisConnectionMockRecorder) LPush(ctx, key interface{}, values ...interface{}) *gomock.Call

LPush indicates an expected call of LPush.

func (*MockRedisConnectionMockRecorder) LPushX

func (mr *MockRedisConnectionMockRecorder) LPushX(ctx, key interface{}, values ...interface{}) *gomock.Call

LPushX indicates an expected call of LPushX.

func (*MockRedisConnectionMockRecorder) LRange

func (mr *MockRedisConnectionMockRecorder) LRange(ctx, key, start, stop interface{}) *gomock.Call

LRange indicates an expected call of LRange.

func (*MockRedisConnectionMockRecorder) LRem

func (mr *MockRedisConnectionMockRecorder) LRem(ctx, key, count, value interface{}) *gomock.Call

LRem indicates an expected call of LRem.

func (*MockRedisConnectionMockRecorder) LSet

func (mr *MockRedisConnectionMockRecorder) LSet(ctx, key, index, value interface{}) *gomock.Call

LSet indicates an expected call of LSet.

func (*MockRedisConnectionMockRecorder) LTrim

func (mr *MockRedisConnectionMockRecorder) LTrim(ctx, key, start, stop interface{}) *gomock.Call

LTrim indicates an expected call of LTrim.

func (*MockRedisConnectionMockRecorder) LastSave

func (mr *MockRedisConnectionMockRecorder) LastSave(ctx interface{}) *gomock.Call

LastSave indicates an expected call of LastSave.

func (*MockRedisConnectionMockRecorder) MGet

func (mr *MockRedisConnectionMockRecorder) MGet(ctx interface{}, keys ...interface{}) *gomock.Call

MGet indicates an expected call of MGet.

func (*MockRedisConnectionMockRecorder) MSet

func (mr *MockRedisConnectionMockRecorder) MSet(ctx interface{}, values ...interface{}) *gomock.Call

MSet indicates an expected call of MSet.

func (*MockRedisConnectionMockRecorder) MSetNX

func (mr *MockRedisConnectionMockRecorder) MSetNX(ctx interface{}, values ...interface{}) *gomock.Call

MSetNX indicates an expected call of MSetNX.

func (*MockRedisConnectionMockRecorder) MemoryUsage

func (mr *MockRedisConnectionMockRecorder) MemoryUsage(ctx, key interface{}, samples ...interface{}) *gomock.Call

MemoryUsage indicates an expected call of MemoryUsage.

func (*MockRedisConnectionMockRecorder) Migrate

func (mr *MockRedisConnectionMockRecorder) Migrate(ctx, host, port, key, db, timeout interface{}) *gomock.Call

Migrate indicates an expected call of Migrate.

func (*MockRedisConnectionMockRecorder) ModuleLoadex

func (mr *MockRedisConnectionMockRecorder) ModuleLoadex(ctx, conf interface{}) *gomock.Call

ModuleLoadex indicates an expected call of ModuleLoadex.

func (*MockRedisConnectionMockRecorder) Monitor

func (mr *MockRedisConnectionMockRecorder) Monitor(ctx, ch interface{}) *gomock.Call

Monitor indicates an expected call of Monitor.

func (*MockRedisConnectionMockRecorder) Move

func (mr *MockRedisConnectionMockRecorder) Move(ctx, key, db interface{}) *gomock.Call

Move indicates an expected call of Move.

func (*MockRedisConnectionMockRecorder) ObjectEncoding

func (mr *MockRedisConnectionMockRecorder) ObjectEncoding(ctx, key interface{}) *gomock.Call

ObjectEncoding indicates an expected call of ObjectEncoding.

func (*MockRedisConnectionMockRecorder) ObjectFreq

func (mr *MockRedisConnectionMockRecorder) ObjectFreq(ctx, key interface{}) *gomock.Call

ObjectFreq indicates an expected call of ObjectFreq.

func (*MockRedisConnectionMockRecorder) ObjectIdleTime

func (mr *MockRedisConnectionMockRecorder) ObjectIdleTime(ctx, key interface{}) *gomock.Call

ObjectIdleTime indicates an expected call of ObjectIdleTime.

func (*MockRedisConnectionMockRecorder) ObjectRefCount

func (mr *MockRedisConnectionMockRecorder) ObjectRefCount(ctx, key interface{}) *gomock.Call

ObjectRefCount indicates an expected call of ObjectRefCount.

func (*MockRedisConnectionMockRecorder) Options

Options indicates an expected call of Options.

func (*MockRedisConnectionMockRecorder) PExpire

func (mr *MockRedisConnectionMockRecorder) PExpire(ctx, key, expiration interface{}) *gomock.Call

PExpire indicates an expected call of PExpire.

func (*MockRedisConnectionMockRecorder) PExpireAt

func (mr *MockRedisConnectionMockRecorder) PExpireAt(ctx, key, tm interface{}) *gomock.Call

PExpireAt indicates an expected call of PExpireAt.

func (*MockRedisConnectionMockRecorder) PExpireTime

func (mr *MockRedisConnectionMockRecorder) PExpireTime(ctx, key interface{}) *gomock.Call

PExpireTime indicates an expected call of PExpireTime.

func (*MockRedisConnectionMockRecorder) PFAdd

func (mr *MockRedisConnectionMockRecorder) PFAdd(ctx, key interface{}, els ...interface{}) *gomock.Call

PFAdd indicates an expected call of PFAdd.

func (*MockRedisConnectionMockRecorder) PFCount

func (mr *MockRedisConnectionMockRecorder) PFCount(ctx interface{}, keys ...interface{}) *gomock.Call

PFCount indicates an expected call of PFCount.

func (*MockRedisConnectionMockRecorder) PFMerge

func (mr *MockRedisConnectionMockRecorder) PFMerge(ctx, dest interface{}, keys ...interface{}) *gomock.Call

PFMerge indicates an expected call of PFMerge.

func (*MockRedisConnectionMockRecorder) PSubscribe

func (mr *MockRedisConnectionMockRecorder) PSubscribe(ctx interface{}, channels ...interface{}) *gomock.Call

PSubscribe indicates an expected call of PSubscribe.

func (*MockRedisConnectionMockRecorder) PTTL

func (mr *MockRedisConnectionMockRecorder) PTTL(ctx, key interface{}) *gomock.Call

PTTL indicates an expected call of PTTL.

func (*MockRedisConnectionMockRecorder) Persist

func (mr *MockRedisConnectionMockRecorder) Persist(ctx, key interface{}) *gomock.Call

Persist indicates an expected call of Persist.

func (*MockRedisConnectionMockRecorder) Ping

func (mr *MockRedisConnectionMockRecorder) Ping(ctx interface{}) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockRedisConnectionMockRecorder) Pipeline

Pipeline indicates an expected call of Pipeline.

func (*MockRedisConnectionMockRecorder) Pipelined

func (mr *MockRedisConnectionMockRecorder) Pipelined(ctx, fn interface{}) *gomock.Call

Pipelined indicates an expected call of Pipelined.

func (*MockRedisConnectionMockRecorder) PoolStats

func (mr *MockRedisConnectionMockRecorder) PoolStats() *gomock.Call

PoolStats indicates an expected call of PoolStats.

func (*MockRedisConnectionMockRecorder) Process

func (mr *MockRedisConnectionMockRecorder) Process(ctx, cmd interface{}) *gomock.Call

Process indicates an expected call of Process.

func (*MockRedisConnectionMockRecorder) PubSubChannels

func (mr *MockRedisConnectionMockRecorder) PubSubChannels(ctx, pattern interface{}) *gomock.Call

PubSubChannels indicates an expected call of PubSubChannels.

func (*MockRedisConnectionMockRecorder) PubSubNumPat

func (mr *MockRedisConnectionMockRecorder) PubSubNumPat(ctx interface{}) *gomock.Call

PubSubNumPat indicates an expected call of PubSubNumPat.

func (*MockRedisConnectionMockRecorder) PubSubNumSub

func (mr *MockRedisConnectionMockRecorder) PubSubNumSub(ctx interface{}, channels ...interface{}) *gomock.Call

PubSubNumSub indicates an expected call of PubSubNumSub.

func (*MockRedisConnectionMockRecorder) PubSubShardChannels

func (mr *MockRedisConnectionMockRecorder) PubSubShardChannels(ctx, pattern interface{}) *gomock.Call

PubSubShardChannels indicates an expected call of PubSubShardChannels.

func (*MockRedisConnectionMockRecorder) PubSubShardNumSub

func (mr *MockRedisConnectionMockRecorder) PubSubShardNumSub(ctx interface{}, channels ...interface{}) *gomock.Call

PubSubShardNumSub indicates an expected call of PubSubShardNumSub.

func (*MockRedisConnectionMockRecorder) Publish

func (mr *MockRedisConnectionMockRecorder) Publish(ctx, channel, message interface{}) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockRedisConnectionMockRecorder) Quit

func (mr *MockRedisConnectionMockRecorder) Quit(arg0 interface{}) *gomock.Call

Quit indicates an expected call of Quit.

func (*MockRedisConnectionMockRecorder) RPop

func (mr *MockRedisConnectionMockRecorder) RPop(ctx, key interface{}) *gomock.Call

RPop indicates an expected call of RPop.

func (*MockRedisConnectionMockRecorder) RPopCount

func (mr *MockRedisConnectionMockRecorder) RPopCount(ctx, key, count interface{}) *gomock.Call

RPopCount indicates an expected call of RPopCount.

func (*MockRedisConnectionMockRecorder) RPopLPush

func (mr *MockRedisConnectionMockRecorder) RPopLPush(ctx, source, destination interface{}) *gomock.Call

RPopLPush indicates an expected call of RPopLPush.

func (*MockRedisConnectionMockRecorder) RPush

func (mr *MockRedisConnectionMockRecorder) RPush(ctx, key interface{}, values ...interface{}) *gomock.Call

RPush indicates an expected call of RPush.

func (*MockRedisConnectionMockRecorder) RPushX

func (mr *MockRedisConnectionMockRecorder) RPushX(ctx, key interface{}, values ...interface{}) *gomock.Call

RPushX indicates an expected call of RPushX.

func (*MockRedisConnectionMockRecorder) RandomKey

func (mr *MockRedisConnectionMockRecorder) RandomKey(ctx interface{}) *gomock.Call

RandomKey indicates an expected call of RandomKey.

func (*MockRedisConnectionMockRecorder) ReadOnly

func (mr *MockRedisConnectionMockRecorder) ReadOnly(ctx interface{}) *gomock.Call

ReadOnly indicates an expected call of ReadOnly.

func (*MockRedisConnectionMockRecorder) ReadWrite

func (mr *MockRedisConnectionMockRecorder) ReadWrite(ctx interface{}) *gomock.Call

ReadWrite indicates an expected call of ReadWrite.

func (*MockRedisConnectionMockRecorder) Rename

func (mr *MockRedisConnectionMockRecorder) Rename(ctx, key, newkey interface{}) *gomock.Call

Rename indicates an expected call of Rename.

func (*MockRedisConnectionMockRecorder) RenameNX

func (mr *MockRedisConnectionMockRecorder) RenameNX(ctx, key, newkey interface{}) *gomock.Call

RenameNX indicates an expected call of RenameNX.

func (*MockRedisConnectionMockRecorder) Restore

func (mr *MockRedisConnectionMockRecorder) Restore(ctx, key, ttl, value interface{}) *gomock.Call

Restore indicates an expected call of Restore.

func (*MockRedisConnectionMockRecorder) RestoreReplace

func (mr *MockRedisConnectionMockRecorder) RestoreReplace(ctx, key, ttl, value interface{}) *gomock.Call

RestoreReplace indicates an expected call of RestoreReplace.

func (*MockRedisConnectionMockRecorder) SAdd

func (mr *MockRedisConnectionMockRecorder) SAdd(ctx, key interface{}, members ...interface{}) *gomock.Call

SAdd indicates an expected call of SAdd.

func (*MockRedisConnectionMockRecorder) SCard

func (mr *MockRedisConnectionMockRecorder) SCard(ctx, key interface{}) *gomock.Call

SCard indicates an expected call of SCard.

func (*MockRedisConnectionMockRecorder) SDiff

func (mr *MockRedisConnectionMockRecorder) SDiff(ctx interface{}, keys ...interface{}) *gomock.Call

SDiff indicates an expected call of SDiff.

func (*MockRedisConnectionMockRecorder) SDiffStore

func (mr *MockRedisConnectionMockRecorder) SDiffStore(ctx, destination interface{}, keys ...interface{}) *gomock.Call

SDiffStore indicates an expected call of SDiffStore.

func (*MockRedisConnectionMockRecorder) SInter

func (mr *MockRedisConnectionMockRecorder) SInter(ctx interface{}, keys ...interface{}) *gomock.Call

SInter indicates an expected call of SInter.

func (*MockRedisConnectionMockRecorder) SInterCard

func (mr *MockRedisConnectionMockRecorder) SInterCard(ctx, limit interface{}, keys ...interface{}) *gomock.Call

SInterCard indicates an expected call of SInterCard.

func (*MockRedisConnectionMockRecorder) SInterStore

func (mr *MockRedisConnectionMockRecorder) SInterStore(ctx, destination interface{}, keys ...interface{}) *gomock.Call

SInterStore indicates an expected call of SInterStore.

func (*MockRedisConnectionMockRecorder) SIsMember

func (mr *MockRedisConnectionMockRecorder) SIsMember(ctx, key, member interface{}) *gomock.Call

SIsMember indicates an expected call of SIsMember.

func (*MockRedisConnectionMockRecorder) SMIsMember

func (mr *MockRedisConnectionMockRecorder) SMIsMember(ctx, key interface{}, members ...interface{}) *gomock.Call

SMIsMember indicates an expected call of SMIsMember.

func (*MockRedisConnectionMockRecorder) SMembers

func (mr *MockRedisConnectionMockRecorder) SMembers(ctx, key interface{}) *gomock.Call

SMembers indicates an expected call of SMembers.

func (*MockRedisConnectionMockRecorder) SMembersMap

func (mr *MockRedisConnectionMockRecorder) SMembersMap(ctx, key interface{}) *gomock.Call

SMembersMap indicates an expected call of SMembersMap.

func (*MockRedisConnectionMockRecorder) SMove

func (mr *MockRedisConnectionMockRecorder) SMove(ctx, source, destination, member interface{}) *gomock.Call

SMove indicates an expected call of SMove.

func (*MockRedisConnectionMockRecorder) SPop

func (mr *MockRedisConnectionMockRecorder) SPop(ctx, key interface{}) *gomock.Call

SPop indicates an expected call of SPop.

func (*MockRedisConnectionMockRecorder) SPopN

func (mr *MockRedisConnectionMockRecorder) SPopN(ctx, key, count interface{}) *gomock.Call

SPopN indicates an expected call of SPopN.

func (*MockRedisConnectionMockRecorder) SPublish

func (mr *MockRedisConnectionMockRecorder) SPublish(ctx, channel, message interface{}) *gomock.Call

SPublish indicates an expected call of SPublish.

func (*MockRedisConnectionMockRecorder) SRandMember

func (mr *MockRedisConnectionMockRecorder) SRandMember(ctx, key interface{}) *gomock.Call

SRandMember indicates an expected call of SRandMember.

func (*MockRedisConnectionMockRecorder) SRandMemberN

func (mr *MockRedisConnectionMockRecorder) SRandMemberN(ctx, key, count interface{}) *gomock.Call

SRandMemberN indicates an expected call of SRandMemberN.

func (*MockRedisConnectionMockRecorder) SRem

func (mr *MockRedisConnectionMockRecorder) SRem(ctx, key interface{}, members ...interface{}) *gomock.Call

SRem indicates an expected call of SRem.

func (*MockRedisConnectionMockRecorder) SScan

func (mr *MockRedisConnectionMockRecorder) SScan(ctx, key, cursor, match, count interface{}) *gomock.Call

SScan indicates an expected call of SScan.

func (*MockRedisConnectionMockRecorder) SSubscribe

func (mr *MockRedisConnectionMockRecorder) SSubscribe(ctx interface{}, channels ...interface{}) *gomock.Call

SSubscribe indicates an expected call of SSubscribe.

func (*MockRedisConnectionMockRecorder) SUnion

func (mr *MockRedisConnectionMockRecorder) SUnion(ctx interface{}, keys ...interface{}) *gomock.Call

SUnion indicates an expected call of SUnion.

func (*MockRedisConnectionMockRecorder) SUnionStore

func (mr *MockRedisConnectionMockRecorder) SUnionStore(ctx, destination interface{}, keys ...interface{}) *gomock.Call

SUnionStore indicates an expected call of SUnionStore.

func (*MockRedisConnectionMockRecorder) Save

func (mr *MockRedisConnectionMockRecorder) Save(ctx interface{}) *gomock.Call

Save indicates an expected call of Save.

func (*MockRedisConnectionMockRecorder) Scan

func (mr *MockRedisConnectionMockRecorder) Scan(ctx, cursor, match, count interface{}) *gomock.Call

Scan indicates an expected call of Scan.

func (*MockRedisConnectionMockRecorder) ScanType

func (mr *MockRedisConnectionMockRecorder) ScanType(ctx, cursor, match, count, keyType interface{}) *gomock.Call

ScanType indicates an expected call of ScanType.

func (*MockRedisConnectionMockRecorder) ScriptExists

func (mr *MockRedisConnectionMockRecorder) ScriptExists(ctx interface{}, hashes ...interface{}) *gomock.Call

ScriptExists indicates an expected call of ScriptExists.

func (*MockRedisConnectionMockRecorder) ScriptFlush

func (mr *MockRedisConnectionMockRecorder) ScriptFlush(ctx interface{}) *gomock.Call

ScriptFlush indicates an expected call of ScriptFlush.

func (*MockRedisConnectionMockRecorder) ScriptKill

func (mr *MockRedisConnectionMockRecorder) ScriptKill(ctx interface{}) *gomock.Call

ScriptKill indicates an expected call of ScriptKill.

func (*MockRedisConnectionMockRecorder) ScriptLoad

func (mr *MockRedisConnectionMockRecorder) ScriptLoad(ctx, script interface{}) *gomock.Call

ScriptLoad indicates an expected call of ScriptLoad.

func (*MockRedisConnectionMockRecorder) Set

func (mr *MockRedisConnectionMockRecorder) Set(ctx, key, value, expiration interface{}) *gomock.Call

Set indicates an expected call of Set.

func (*MockRedisConnectionMockRecorder) SetArgs

func (mr *MockRedisConnectionMockRecorder) SetArgs(ctx, key, value, a interface{}) *gomock.Call

SetArgs indicates an expected call of SetArgs.

func (*MockRedisConnectionMockRecorder) SetBit

func (mr *MockRedisConnectionMockRecorder) SetBit(ctx, key, offset, value interface{}) *gomock.Call

SetBit indicates an expected call of SetBit.

func (*MockRedisConnectionMockRecorder) SetEx

func (mr *MockRedisConnectionMockRecorder) SetEx(ctx, key, value, expiration interface{}) *gomock.Call

SetEx indicates an expected call of SetEx.

func (*MockRedisConnectionMockRecorder) SetNX

func (mr *MockRedisConnectionMockRecorder) SetNX(ctx, key, value, expiration interface{}) *gomock.Call

SetNX indicates an expected call of SetNX.

func (*MockRedisConnectionMockRecorder) SetRange

func (mr *MockRedisConnectionMockRecorder) SetRange(ctx, key, offset, value interface{}) *gomock.Call

SetRange indicates an expected call of SetRange.

func (*MockRedisConnectionMockRecorder) SetXX

func (mr *MockRedisConnectionMockRecorder) SetXX(ctx, key, value, expiration interface{}) *gomock.Call

SetXX indicates an expected call of SetXX.

func (*MockRedisConnectionMockRecorder) Shutdown

func (mr *MockRedisConnectionMockRecorder) Shutdown(ctx interface{}) *gomock.Call

Shutdown indicates an expected call of Shutdown.

func (*MockRedisConnectionMockRecorder) ShutdownNoSave

func (mr *MockRedisConnectionMockRecorder) ShutdownNoSave(ctx interface{}) *gomock.Call

ShutdownNoSave indicates an expected call of ShutdownNoSave.

func (*MockRedisConnectionMockRecorder) ShutdownSave

func (mr *MockRedisConnectionMockRecorder) ShutdownSave(ctx interface{}) *gomock.Call

ShutdownSave indicates an expected call of ShutdownSave.

func (*MockRedisConnectionMockRecorder) SlaveOf

func (mr *MockRedisConnectionMockRecorder) SlaveOf(ctx, host, port interface{}) *gomock.Call

SlaveOf indicates an expected call of SlaveOf.

func (*MockRedisConnectionMockRecorder) SlowLogGet

func (mr *MockRedisConnectionMockRecorder) SlowLogGet(ctx, num interface{}) *gomock.Call

SlowLogGet indicates an expected call of SlowLogGet.

func (*MockRedisConnectionMockRecorder) Sort

func (mr *MockRedisConnectionMockRecorder) Sort(ctx, key, sort interface{}) *gomock.Call

Sort indicates an expected call of Sort.

func (*MockRedisConnectionMockRecorder) SortInterfaces

func (mr *MockRedisConnectionMockRecorder) SortInterfaces(ctx, key, sort interface{}) *gomock.Call

SortInterfaces indicates an expected call of SortInterfaces.

func (*MockRedisConnectionMockRecorder) SortRO

func (mr *MockRedisConnectionMockRecorder) SortRO(ctx, key, sort interface{}) *gomock.Call

SortRO indicates an expected call of SortRO.

func (*MockRedisConnectionMockRecorder) SortStore

func (mr *MockRedisConnectionMockRecorder) SortStore(ctx, key, store, sort interface{}) *gomock.Call

SortStore indicates an expected call of SortStore.

func (*MockRedisConnectionMockRecorder) StrLen

func (mr *MockRedisConnectionMockRecorder) StrLen(ctx, key interface{}) *gomock.Call

StrLen indicates an expected call of StrLen.

func (*MockRedisConnectionMockRecorder) String

String indicates an expected call of String.

func (*MockRedisConnectionMockRecorder) Subscribe

func (mr *MockRedisConnectionMockRecorder) Subscribe(ctx interface{}, channels ...interface{}) *gomock.Call

Subscribe indicates an expected call of Subscribe.

func (*MockRedisConnectionMockRecorder) Sync

func (mr *MockRedisConnectionMockRecorder) Sync(arg0 interface{}) *gomock.Call

Sync indicates an expected call of Sync.

func (*MockRedisConnectionMockRecorder) TDigestAdd

func (mr *MockRedisConnectionMockRecorder) TDigestAdd(ctx, key interface{}, elements ...interface{}) *gomock.Call

TDigestAdd indicates an expected call of TDigestAdd.

func (*MockRedisConnectionMockRecorder) TDigestByRank

func (mr *MockRedisConnectionMockRecorder) TDigestByRank(ctx, key interface{}, rank ...interface{}) *gomock.Call

TDigestByRank indicates an expected call of TDigestByRank.

func (*MockRedisConnectionMockRecorder) TDigestByRevRank

func (mr *MockRedisConnectionMockRecorder) TDigestByRevRank(ctx, key interface{}, rank ...interface{}) *gomock.Call

TDigestByRevRank indicates an expected call of TDigestByRevRank.

func (*MockRedisConnectionMockRecorder) TDigestCDF

func (mr *MockRedisConnectionMockRecorder) TDigestCDF(ctx, key interface{}, elements ...interface{}) *gomock.Call

TDigestCDF indicates an expected call of TDigestCDF.

func (*MockRedisConnectionMockRecorder) TDigestCreate

func (mr *MockRedisConnectionMockRecorder) TDigestCreate(ctx, key interface{}) *gomock.Call

TDigestCreate indicates an expected call of TDigestCreate.

func (*MockRedisConnectionMockRecorder) TDigestCreateWithCompression

func (mr *MockRedisConnectionMockRecorder) TDigestCreateWithCompression(ctx, key, compression interface{}) *gomock.Call

TDigestCreateWithCompression indicates an expected call of TDigestCreateWithCompression.

func (*MockRedisConnectionMockRecorder) TDigestInfo

func (mr *MockRedisConnectionMockRecorder) TDigestInfo(ctx, key interface{}) *gomock.Call

TDigestInfo indicates an expected call of TDigestInfo.

func (*MockRedisConnectionMockRecorder) TDigestMax

func (mr *MockRedisConnectionMockRecorder) TDigestMax(ctx, key interface{}) *gomock.Call

TDigestMax indicates an expected call of TDigestMax.

func (*MockRedisConnectionMockRecorder) TDigestMerge

func (mr *MockRedisConnectionMockRecorder) TDigestMerge(ctx, destKey, options interface{}, sourceKeys ...interface{}) *gomock.Call

TDigestMerge indicates an expected call of TDigestMerge.

func (*MockRedisConnectionMockRecorder) TDigestMin

func (mr *MockRedisConnectionMockRecorder) TDigestMin(ctx, key interface{}) *gomock.Call

TDigestMin indicates an expected call of TDigestMin.

func (*MockRedisConnectionMockRecorder) TDigestQuantile

func (mr *MockRedisConnectionMockRecorder) TDigestQuantile(ctx, key interface{}, elements ...interface{}) *gomock.Call

TDigestQuantile indicates an expected call of TDigestQuantile.

func (*MockRedisConnectionMockRecorder) TDigestRank

func (mr *MockRedisConnectionMockRecorder) TDigestRank(ctx, key interface{}, values ...interface{}) *gomock.Call

TDigestRank indicates an expected call of TDigestRank.

func (*MockRedisConnectionMockRecorder) TDigestReset

func (mr *MockRedisConnectionMockRecorder) TDigestReset(ctx, key interface{}) *gomock.Call

TDigestReset indicates an expected call of TDigestReset.

func (*MockRedisConnectionMockRecorder) TDigestRevRank

func (mr *MockRedisConnectionMockRecorder) TDigestRevRank(ctx, key interface{}, values ...interface{}) *gomock.Call

TDigestRevRank indicates an expected call of TDigestRevRank.

func (*MockRedisConnectionMockRecorder) TDigestTrimmedMean

func (mr *MockRedisConnectionMockRecorder) TDigestTrimmedMean(ctx, key, lowCutQuantile, highCutQuantile interface{}) *gomock.Call

TDigestTrimmedMean indicates an expected call of TDigestTrimmedMean.

func (*MockRedisConnectionMockRecorder) TSAdd

func (mr *MockRedisConnectionMockRecorder) TSAdd(ctx, key, timestamp, value interface{}) *gomock.Call

TSAdd indicates an expected call of TSAdd.

func (*MockRedisConnectionMockRecorder) TSAddWithArgs

func (mr *MockRedisConnectionMockRecorder) TSAddWithArgs(ctx, key, timestamp, value, options interface{}) *gomock.Call

TSAddWithArgs indicates an expected call of TSAddWithArgs.

func (*MockRedisConnectionMockRecorder) TSAlter

func (mr *MockRedisConnectionMockRecorder) TSAlter(ctx, key, options interface{}) *gomock.Call

TSAlter indicates an expected call of TSAlter.

func (*MockRedisConnectionMockRecorder) TSCreate

func (mr *MockRedisConnectionMockRecorder) TSCreate(ctx, key interface{}) *gomock.Call

TSCreate indicates an expected call of TSCreate.

func (*MockRedisConnectionMockRecorder) TSCreateRule

func (mr *MockRedisConnectionMockRecorder) TSCreateRule(ctx, sourceKey, destKey, aggregator, bucketDuration interface{}) *gomock.Call

TSCreateRule indicates an expected call of TSCreateRule.

func (*MockRedisConnectionMockRecorder) TSCreateRuleWithArgs

func (mr *MockRedisConnectionMockRecorder) TSCreateRuleWithArgs(ctx, sourceKey, destKey, aggregator, bucketDuration, options interface{}) *gomock.Call

TSCreateRuleWithArgs indicates an expected call of TSCreateRuleWithArgs.

func (*MockRedisConnectionMockRecorder) TSCreateWithArgs

func (mr *MockRedisConnectionMockRecorder) TSCreateWithArgs(ctx, key, options interface{}) *gomock.Call

TSCreateWithArgs indicates an expected call of TSCreateWithArgs.

func (*MockRedisConnectionMockRecorder) TSDecrBy

func (mr *MockRedisConnectionMockRecorder) TSDecrBy(ctx, Key, timestamp interface{}) *gomock.Call

TSDecrBy indicates an expected call of TSDecrBy.

func (*MockRedisConnectionMockRecorder) TSDecrByWithArgs

func (mr *MockRedisConnectionMockRecorder) TSDecrByWithArgs(ctx, key, timestamp, options interface{}) *gomock.Call

TSDecrByWithArgs indicates an expected call of TSDecrByWithArgs.

func (*MockRedisConnectionMockRecorder) TSDel

func (mr *MockRedisConnectionMockRecorder) TSDel(ctx, Key, fromTimestamp, toTimestamp interface{}) *gomock.Call

TSDel indicates an expected call of TSDel.

func (*MockRedisConnectionMockRecorder) TSDeleteRule

func (mr *MockRedisConnectionMockRecorder) TSDeleteRule(ctx, sourceKey, destKey interface{}) *gomock.Call

TSDeleteRule indicates an expected call of TSDeleteRule.

func (*MockRedisConnectionMockRecorder) TSGet

func (mr *MockRedisConnectionMockRecorder) TSGet(ctx, key interface{}) *gomock.Call

TSGet indicates an expected call of TSGet.

func (*MockRedisConnectionMockRecorder) TSGetWithArgs

func (mr *MockRedisConnectionMockRecorder) TSGetWithArgs(ctx, key, options interface{}) *gomock.Call

TSGetWithArgs indicates an expected call of TSGetWithArgs.

func (*MockRedisConnectionMockRecorder) TSIncrBy

func (mr *MockRedisConnectionMockRecorder) TSIncrBy(ctx, Key, timestamp interface{}) *gomock.Call

TSIncrBy indicates an expected call of TSIncrBy.

func (*MockRedisConnectionMockRecorder) TSIncrByWithArgs

func (mr *MockRedisConnectionMockRecorder) TSIncrByWithArgs(ctx, key, timestamp, options interface{}) *gomock.Call

TSIncrByWithArgs indicates an expected call of TSIncrByWithArgs.

func (*MockRedisConnectionMockRecorder) TSInfo

func (mr *MockRedisConnectionMockRecorder) TSInfo(ctx, key interface{}) *gomock.Call

TSInfo indicates an expected call of TSInfo.

func (*MockRedisConnectionMockRecorder) TSInfoWithArgs

func (mr *MockRedisConnectionMockRecorder) TSInfoWithArgs(ctx, key, options interface{}) *gomock.Call

TSInfoWithArgs indicates an expected call of TSInfoWithArgs.

func (*MockRedisConnectionMockRecorder) TSMAdd

func (mr *MockRedisConnectionMockRecorder) TSMAdd(ctx, ktvSlices interface{}) *gomock.Call

TSMAdd indicates an expected call of TSMAdd.

func (*MockRedisConnectionMockRecorder) TSMGet

func (mr *MockRedisConnectionMockRecorder) TSMGet(ctx, filters interface{}) *gomock.Call

TSMGet indicates an expected call of TSMGet.

func (*MockRedisConnectionMockRecorder) TSMGetWithArgs

func (mr *MockRedisConnectionMockRecorder) TSMGetWithArgs(ctx, filters, options interface{}) *gomock.Call

TSMGetWithArgs indicates an expected call of TSMGetWithArgs.

func (*MockRedisConnectionMockRecorder) TSMRange

func (mr *MockRedisConnectionMockRecorder) TSMRange(ctx, fromTimestamp, toTimestamp, filterExpr interface{}) *gomock.Call

TSMRange indicates an expected call of TSMRange.

func (*MockRedisConnectionMockRecorder) TSMRangeWithArgs

func (mr *MockRedisConnectionMockRecorder) TSMRangeWithArgs(ctx, fromTimestamp, toTimestamp, filterExpr, options interface{}) *gomock.Call

TSMRangeWithArgs indicates an expected call of TSMRangeWithArgs.

func (*MockRedisConnectionMockRecorder) TSMRevRange

func (mr *MockRedisConnectionMockRecorder) TSMRevRange(ctx, fromTimestamp, toTimestamp, filterExpr interface{}) *gomock.Call

TSMRevRange indicates an expected call of TSMRevRange.

func (*MockRedisConnectionMockRecorder) TSMRevRangeWithArgs

func (mr *MockRedisConnectionMockRecorder) TSMRevRangeWithArgs(ctx, fromTimestamp, toTimestamp, filterExpr, options interface{}) *gomock.Call

TSMRevRangeWithArgs indicates an expected call of TSMRevRangeWithArgs.

func (*MockRedisConnectionMockRecorder) TSQueryIndex

func (mr *MockRedisConnectionMockRecorder) TSQueryIndex(ctx, filterExpr interface{}) *gomock.Call

TSQueryIndex indicates an expected call of TSQueryIndex.

func (*MockRedisConnectionMockRecorder) TSRange

func (mr *MockRedisConnectionMockRecorder) TSRange(ctx, key, fromTimestamp, toTimestamp interface{}) *gomock.Call

TSRange indicates an expected call of TSRange.

func (*MockRedisConnectionMockRecorder) TSRangeWithArgs

func (mr *MockRedisConnectionMockRecorder) TSRangeWithArgs(ctx, key, fromTimestamp, toTimestamp, options interface{}) *gomock.Call

TSRangeWithArgs indicates an expected call of TSRangeWithArgs.

func (*MockRedisConnectionMockRecorder) TSRevRange

func (mr *MockRedisConnectionMockRecorder) TSRevRange(ctx, key, fromTimestamp, toTimestamp interface{}) *gomock.Call

TSRevRange indicates an expected call of TSRevRange.

func (*MockRedisConnectionMockRecorder) TSRevRangeWithArgs

func (mr *MockRedisConnectionMockRecorder) TSRevRangeWithArgs(ctx, key, fromTimestamp, toTimestamp, options interface{}) *gomock.Call

TSRevRangeWithArgs indicates an expected call of TSRevRangeWithArgs.

func (*MockRedisConnectionMockRecorder) TTL

func (mr *MockRedisConnectionMockRecorder) TTL(ctx, key interface{}) *gomock.Call

TTL indicates an expected call of TTL.

func (*MockRedisConnectionMockRecorder) Time

func (mr *MockRedisConnectionMockRecorder) Time(ctx interface{}) *gomock.Call

Time indicates an expected call of Time.

func (*MockRedisConnectionMockRecorder) TopKAdd

func (mr *MockRedisConnectionMockRecorder) TopKAdd(ctx, key interface{}, elements ...interface{}) *gomock.Call

TopKAdd indicates an expected call of TopKAdd.

func (*MockRedisConnectionMockRecorder) TopKCount

func (mr *MockRedisConnectionMockRecorder) TopKCount(ctx, key interface{}, elements ...interface{}) *gomock.Call

TopKCount indicates an expected call of TopKCount.

func (*MockRedisConnectionMockRecorder) TopKIncrBy

func (mr *MockRedisConnectionMockRecorder) TopKIncrBy(ctx, key interface{}, elements ...interface{}) *gomock.Call

TopKIncrBy indicates an expected call of TopKIncrBy.

func (*MockRedisConnectionMockRecorder) TopKInfo

func (mr *MockRedisConnectionMockRecorder) TopKInfo(ctx, key interface{}) *gomock.Call

TopKInfo indicates an expected call of TopKInfo.

func (*MockRedisConnectionMockRecorder) TopKList

func (mr *MockRedisConnectionMockRecorder) TopKList(ctx, key interface{}) *gomock.Call

TopKList indicates an expected call of TopKList.

func (*MockRedisConnectionMockRecorder) TopKListWithCount

func (mr *MockRedisConnectionMockRecorder) TopKListWithCount(ctx, key interface{}) *gomock.Call

TopKListWithCount indicates an expected call of TopKListWithCount.

func (*MockRedisConnectionMockRecorder) TopKQuery

func (mr *MockRedisConnectionMockRecorder) TopKQuery(ctx, key interface{}, elements ...interface{}) *gomock.Call

TopKQuery indicates an expected call of TopKQuery.

func (*MockRedisConnectionMockRecorder) TopKReserve

func (mr *MockRedisConnectionMockRecorder) TopKReserve(ctx, key, k interface{}) *gomock.Call

TopKReserve indicates an expected call of TopKReserve.

func (*MockRedisConnectionMockRecorder) TopKReserveWithOptions

func (mr *MockRedisConnectionMockRecorder) TopKReserveWithOptions(ctx, key, k, width, depth, decay interface{}) *gomock.Call

TopKReserveWithOptions indicates an expected call of TopKReserveWithOptions.

func (*MockRedisConnectionMockRecorder) Touch

func (mr *MockRedisConnectionMockRecorder) Touch(ctx interface{}, keys ...interface{}) *gomock.Call

Touch indicates an expected call of Touch.

func (*MockRedisConnectionMockRecorder) TxPipeline

func (mr *MockRedisConnectionMockRecorder) TxPipeline() *gomock.Call

TxPipeline indicates an expected call of TxPipeline.

func (*MockRedisConnectionMockRecorder) TxPipelined

func (mr *MockRedisConnectionMockRecorder) TxPipelined(ctx, fn interface{}) *gomock.Call

TxPipelined indicates an expected call of TxPipelined.

func (*MockRedisConnectionMockRecorder) Type

func (mr *MockRedisConnectionMockRecorder) Type(ctx, key interface{}) *gomock.Call

Type indicates an expected call of Type.

func (mr *MockRedisConnectionMockRecorder) Unlink(ctx interface{}, keys ...interface{}) *gomock.Call

Unlink indicates an expected call of Unlink.

func (*MockRedisConnectionMockRecorder) Wait

func (mr *MockRedisConnectionMockRecorder) Wait(ctx, numSlaves, timeout interface{}) *gomock.Call

Wait indicates an expected call of Wait.

func (*MockRedisConnectionMockRecorder) WaitAOF

func (mr *MockRedisConnectionMockRecorder) WaitAOF(ctx, numLocal, numSlaves, timeout interface{}) *gomock.Call

WaitAOF indicates an expected call of WaitAOF.

func (*MockRedisConnectionMockRecorder) Watch

func (mr *MockRedisConnectionMockRecorder) Watch(ctx, fn interface{}, keys ...interface{}) *gomock.Call

Watch indicates an expected call of Watch.

func (*MockRedisConnectionMockRecorder) WithTimeout

func (mr *MockRedisConnectionMockRecorder) WithTimeout(timeout interface{}) *gomock.Call

WithTimeout indicates an expected call of WithTimeout.

func (*MockRedisConnectionMockRecorder) XAck

func (mr *MockRedisConnectionMockRecorder) XAck(ctx, stream, group interface{}, ids ...interface{}) *gomock.Call

XAck indicates an expected call of XAck.

func (*MockRedisConnectionMockRecorder) XAdd

func (mr *MockRedisConnectionMockRecorder) XAdd(ctx, a interface{}) *gomock.Call

XAdd indicates an expected call of XAdd.

func (*MockRedisConnectionMockRecorder) XAutoClaim

func (mr *MockRedisConnectionMockRecorder) XAutoClaim(ctx, a interface{}) *gomock.Call

XAutoClaim indicates an expected call of XAutoClaim.

func (*MockRedisConnectionMockRecorder) XAutoClaimJustID

func (mr *MockRedisConnectionMockRecorder) XAutoClaimJustID(ctx, a interface{}) *gomock.Call

XAutoClaimJustID indicates an expected call of XAutoClaimJustID.

func (*MockRedisConnectionMockRecorder) XClaim

func (mr *MockRedisConnectionMockRecorder) XClaim(ctx, a interface{}) *gomock.Call

XClaim indicates an expected call of XClaim.

func (*MockRedisConnectionMockRecorder) XClaimJustID

func (mr *MockRedisConnectionMockRecorder) XClaimJustID(ctx, a interface{}) *gomock.Call

XClaimJustID indicates an expected call of XClaimJustID.

func (*MockRedisConnectionMockRecorder) XDel

func (mr *MockRedisConnectionMockRecorder) XDel(ctx, stream interface{}, ids ...interface{}) *gomock.Call

XDel indicates an expected call of XDel.

func (*MockRedisConnectionMockRecorder) XGroupCreate

func (mr *MockRedisConnectionMockRecorder) XGroupCreate(ctx, stream, group, start interface{}) *gomock.Call

XGroupCreate indicates an expected call of XGroupCreate.

func (*MockRedisConnectionMockRecorder) XGroupCreateConsumer

func (mr *MockRedisConnectionMockRecorder) XGroupCreateConsumer(ctx, stream, group, consumer interface{}) *gomock.Call

XGroupCreateConsumer indicates an expected call of XGroupCreateConsumer.

func (*MockRedisConnectionMockRecorder) XGroupCreateMkStream

func (mr *MockRedisConnectionMockRecorder) XGroupCreateMkStream(ctx, stream, group, start interface{}) *gomock.Call

XGroupCreateMkStream indicates an expected call of XGroupCreateMkStream.

func (*MockRedisConnectionMockRecorder) XGroupDelConsumer

func (mr *MockRedisConnectionMockRecorder) XGroupDelConsumer(ctx, stream, group, consumer interface{}) *gomock.Call

XGroupDelConsumer indicates an expected call of XGroupDelConsumer.

func (*MockRedisConnectionMockRecorder) XGroupDestroy

func (mr *MockRedisConnectionMockRecorder) XGroupDestroy(ctx, stream, group interface{}) *gomock.Call

XGroupDestroy indicates an expected call of XGroupDestroy.

func (*MockRedisConnectionMockRecorder) XGroupSetID

func (mr *MockRedisConnectionMockRecorder) XGroupSetID(ctx, stream, group, start interface{}) *gomock.Call

XGroupSetID indicates an expected call of XGroupSetID.

func (*MockRedisConnectionMockRecorder) XInfoConsumers

func (mr *MockRedisConnectionMockRecorder) XInfoConsumers(ctx, key, group interface{}) *gomock.Call

XInfoConsumers indicates an expected call of XInfoConsumers.

func (*MockRedisConnectionMockRecorder) XInfoGroups

func (mr *MockRedisConnectionMockRecorder) XInfoGroups(ctx, key interface{}) *gomock.Call

XInfoGroups indicates an expected call of XInfoGroups.

func (*MockRedisConnectionMockRecorder) XInfoStream

func (mr *MockRedisConnectionMockRecorder) XInfoStream(ctx, key interface{}) *gomock.Call

XInfoStream indicates an expected call of XInfoStream.

func (*MockRedisConnectionMockRecorder) XInfoStreamFull

func (mr *MockRedisConnectionMockRecorder) XInfoStreamFull(ctx, key, count interface{}) *gomock.Call

XInfoStreamFull indicates an expected call of XInfoStreamFull.

func (*MockRedisConnectionMockRecorder) XLen

func (mr *MockRedisConnectionMockRecorder) XLen(ctx, stream interface{}) *gomock.Call

XLen indicates an expected call of XLen.

func (*MockRedisConnectionMockRecorder) XPending

func (mr *MockRedisConnectionMockRecorder) XPending(ctx, stream, group interface{}) *gomock.Call

XPending indicates an expected call of XPending.

func (*MockRedisConnectionMockRecorder) XPendingExt

func (mr *MockRedisConnectionMockRecorder) XPendingExt(ctx, a interface{}) *gomock.Call

XPendingExt indicates an expected call of XPendingExt.

func (*MockRedisConnectionMockRecorder) XRange

func (mr *MockRedisConnectionMockRecorder) XRange(ctx, stream, start, stop interface{}) *gomock.Call

XRange indicates an expected call of XRange.

func (*MockRedisConnectionMockRecorder) XRangeN

func (mr *MockRedisConnectionMockRecorder) XRangeN(ctx, stream, start, stop, count interface{}) *gomock.Call

XRangeN indicates an expected call of XRangeN.

func (*MockRedisConnectionMockRecorder) XRead

func (mr *MockRedisConnectionMockRecorder) XRead(ctx, a interface{}) *gomock.Call

XRead indicates an expected call of XRead.

func (*MockRedisConnectionMockRecorder) XReadGroup

func (mr *MockRedisConnectionMockRecorder) XReadGroup(ctx, a interface{}) *gomock.Call

XReadGroup indicates an expected call of XReadGroup.

func (*MockRedisConnectionMockRecorder) XReadStreams

func (mr *MockRedisConnectionMockRecorder) XReadStreams(ctx interface{}, streams ...interface{}) *gomock.Call

XReadStreams indicates an expected call of XReadStreams.

func (*MockRedisConnectionMockRecorder) XRevRange

func (mr *MockRedisConnectionMockRecorder) XRevRange(ctx, stream, start, stop interface{}) *gomock.Call

XRevRange indicates an expected call of XRevRange.

func (*MockRedisConnectionMockRecorder) XRevRangeN

func (mr *MockRedisConnectionMockRecorder) XRevRangeN(ctx, stream, start, stop, count interface{}) *gomock.Call

XRevRangeN indicates an expected call of XRevRangeN.

func (*MockRedisConnectionMockRecorder) XTrimMaxLen

func (mr *MockRedisConnectionMockRecorder) XTrimMaxLen(ctx, key, maxLen interface{}) *gomock.Call

XTrimMaxLen indicates an expected call of XTrimMaxLen.

func (*MockRedisConnectionMockRecorder) XTrimMaxLenApprox

func (mr *MockRedisConnectionMockRecorder) XTrimMaxLenApprox(ctx, key, maxLen, limit interface{}) *gomock.Call

XTrimMaxLenApprox indicates an expected call of XTrimMaxLenApprox.

func (*MockRedisConnectionMockRecorder) XTrimMinID

func (mr *MockRedisConnectionMockRecorder) XTrimMinID(ctx, key, minID interface{}) *gomock.Call

XTrimMinID indicates an expected call of XTrimMinID.

func (*MockRedisConnectionMockRecorder) XTrimMinIDApprox

func (mr *MockRedisConnectionMockRecorder) XTrimMinIDApprox(ctx, key, minID, limit interface{}) *gomock.Call

XTrimMinIDApprox indicates an expected call of XTrimMinIDApprox.

func (*MockRedisConnectionMockRecorder) ZAdd

func (mr *MockRedisConnectionMockRecorder) ZAdd(ctx, key interface{}, members ...interface{}) *gomock.Call

ZAdd indicates an expected call of ZAdd.

func (*MockRedisConnectionMockRecorder) ZAddArgs

func (mr *MockRedisConnectionMockRecorder) ZAddArgs(ctx, key, args interface{}) *gomock.Call

ZAddArgs indicates an expected call of ZAddArgs.

func (*MockRedisConnectionMockRecorder) ZAddArgsIncr

func (mr *MockRedisConnectionMockRecorder) ZAddArgsIncr(ctx, key, args interface{}) *gomock.Call

ZAddArgsIncr indicates an expected call of ZAddArgsIncr.

func (*MockRedisConnectionMockRecorder) ZAddGT

func (mr *MockRedisConnectionMockRecorder) ZAddGT(ctx, key interface{}, members ...interface{}) *gomock.Call

ZAddGT indicates an expected call of ZAddGT.

func (*MockRedisConnectionMockRecorder) ZAddLT

func (mr *MockRedisConnectionMockRecorder) ZAddLT(ctx, key interface{}, members ...interface{}) *gomock.Call

ZAddLT indicates an expected call of ZAddLT.

func (*MockRedisConnectionMockRecorder) ZAddNX

func (mr *MockRedisConnectionMockRecorder) ZAddNX(ctx, key interface{}, members ...interface{}) *gomock.Call

ZAddNX indicates an expected call of ZAddNX.

func (*MockRedisConnectionMockRecorder) ZAddXX

func (mr *MockRedisConnectionMockRecorder) ZAddXX(ctx, key interface{}, members ...interface{}) *gomock.Call

ZAddXX indicates an expected call of ZAddXX.

func (*MockRedisConnectionMockRecorder) ZCard

func (mr *MockRedisConnectionMockRecorder) ZCard(ctx, key interface{}) *gomock.Call

ZCard indicates an expected call of ZCard.

func (*MockRedisConnectionMockRecorder) ZCount

func (mr *MockRedisConnectionMockRecorder) ZCount(ctx, key, min, max interface{}) *gomock.Call

ZCount indicates an expected call of ZCount.

func (*MockRedisConnectionMockRecorder) ZDiff

func (mr *MockRedisConnectionMockRecorder) ZDiff(ctx interface{}, keys ...interface{}) *gomock.Call

ZDiff indicates an expected call of ZDiff.

func (*MockRedisConnectionMockRecorder) ZDiffStore

func (mr *MockRedisConnectionMockRecorder) ZDiffStore(ctx, destination interface{}, keys ...interface{}) *gomock.Call

ZDiffStore indicates an expected call of ZDiffStore.

func (*MockRedisConnectionMockRecorder) ZDiffWithScores

func (mr *MockRedisConnectionMockRecorder) ZDiffWithScores(ctx interface{}, keys ...interface{}) *gomock.Call

ZDiffWithScores indicates an expected call of ZDiffWithScores.

func (*MockRedisConnectionMockRecorder) ZIncrBy

func (mr *MockRedisConnectionMockRecorder) ZIncrBy(ctx, key, increment, member interface{}) *gomock.Call

ZIncrBy indicates an expected call of ZIncrBy.

func (*MockRedisConnectionMockRecorder) ZInter

func (mr *MockRedisConnectionMockRecorder) ZInter(ctx, store interface{}) *gomock.Call

ZInter indicates an expected call of ZInter.

func (*MockRedisConnectionMockRecorder) ZInterCard

func (mr *MockRedisConnectionMockRecorder) ZInterCard(ctx, limit interface{}, keys ...interface{}) *gomock.Call

ZInterCard indicates an expected call of ZInterCard.

func (*MockRedisConnectionMockRecorder) ZInterStore

func (mr *MockRedisConnectionMockRecorder) ZInterStore(ctx, destination, store interface{}) *gomock.Call

ZInterStore indicates an expected call of ZInterStore.

func (*MockRedisConnectionMockRecorder) ZInterWithScores

func (mr *MockRedisConnectionMockRecorder) ZInterWithScores(ctx, store interface{}) *gomock.Call

ZInterWithScores indicates an expected call of ZInterWithScores.

func (*MockRedisConnectionMockRecorder) ZLexCount

func (mr *MockRedisConnectionMockRecorder) ZLexCount(ctx, key, min, max interface{}) *gomock.Call

ZLexCount indicates an expected call of ZLexCount.

func (*MockRedisConnectionMockRecorder) ZMPop

func (mr *MockRedisConnectionMockRecorder) ZMPop(ctx, order, count interface{}, keys ...interface{}) *gomock.Call

ZMPop indicates an expected call of ZMPop.

func (*MockRedisConnectionMockRecorder) ZMScore

func (mr *MockRedisConnectionMockRecorder) ZMScore(ctx, key interface{}, members ...interface{}) *gomock.Call

ZMScore indicates an expected call of ZMScore.

func (*MockRedisConnectionMockRecorder) ZPopMax

func (mr *MockRedisConnectionMockRecorder) ZPopMax(ctx, key interface{}, count ...interface{}) *gomock.Call

ZPopMax indicates an expected call of ZPopMax.

func (*MockRedisConnectionMockRecorder) ZPopMin

func (mr *MockRedisConnectionMockRecorder) ZPopMin(ctx, key interface{}, count ...interface{}) *gomock.Call

ZPopMin indicates an expected call of ZPopMin.

func (*MockRedisConnectionMockRecorder) ZRandMember

func (mr *MockRedisConnectionMockRecorder) ZRandMember(ctx, key, count interface{}) *gomock.Call

ZRandMember indicates an expected call of ZRandMember.

func (*MockRedisConnectionMockRecorder) ZRandMemberWithScores

func (mr *MockRedisConnectionMockRecorder) ZRandMemberWithScores(ctx, key, count interface{}) *gomock.Call

ZRandMemberWithScores indicates an expected call of ZRandMemberWithScores.

func (*MockRedisConnectionMockRecorder) ZRange

func (mr *MockRedisConnectionMockRecorder) ZRange(ctx, key, start, stop interface{}) *gomock.Call

ZRange indicates an expected call of ZRange.

func (*MockRedisConnectionMockRecorder) ZRangeArgs

func (mr *MockRedisConnectionMockRecorder) ZRangeArgs(ctx, z interface{}) *gomock.Call

ZRangeArgs indicates an expected call of ZRangeArgs.

func (*MockRedisConnectionMockRecorder) ZRangeArgsWithScores

func (mr *MockRedisConnectionMockRecorder) ZRangeArgsWithScores(ctx, z interface{}) *gomock.Call

ZRangeArgsWithScores indicates an expected call of ZRangeArgsWithScores.

func (*MockRedisConnectionMockRecorder) ZRangeByLex

func (mr *MockRedisConnectionMockRecorder) ZRangeByLex(ctx, key, opt interface{}) *gomock.Call

ZRangeByLex indicates an expected call of ZRangeByLex.

func (*MockRedisConnectionMockRecorder) ZRangeByScore

func (mr *MockRedisConnectionMockRecorder) ZRangeByScore(ctx, key, opt interface{}) *gomock.Call

ZRangeByScore indicates an expected call of ZRangeByScore.

func (*MockRedisConnectionMockRecorder) ZRangeByScoreWithScores

func (mr *MockRedisConnectionMockRecorder) ZRangeByScoreWithScores(ctx, key, opt interface{}) *gomock.Call

ZRangeByScoreWithScores indicates an expected call of ZRangeByScoreWithScores.

func (*MockRedisConnectionMockRecorder) ZRangeStore

func (mr *MockRedisConnectionMockRecorder) ZRangeStore(ctx, dst, z interface{}) *gomock.Call

ZRangeStore indicates an expected call of ZRangeStore.

func (*MockRedisConnectionMockRecorder) ZRangeWithScores

func (mr *MockRedisConnectionMockRecorder) ZRangeWithScores(ctx, key, start, stop interface{}) *gomock.Call

ZRangeWithScores indicates an expected call of ZRangeWithScores.

func (*MockRedisConnectionMockRecorder) ZRank

func (mr *MockRedisConnectionMockRecorder) ZRank(ctx, key, member interface{}) *gomock.Call

ZRank indicates an expected call of ZRank.

func (*MockRedisConnectionMockRecorder) ZRankWithScore

func (mr *MockRedisConnectionMockRecorder) ZRankWithScore(ctx, key, member interface{}) *gomock.Call

ZRankWithScore indicates an expected call of ZRankWithScore.

func (*MockRedisConnectionMockRecorder) ZRem

func (mr *MockRedisConnectionMockRecorder) ZRem(ctx, key interface{}, members ...interface{}) *gomock.Call

ZRem indicates an expected call of ZRem.

func (*MockRedisConnectionMockRecorder) ZRemRangeByLex

func (mr *MockRedisConnectionMockRecorder) ZRemRangeByLex(ctx, key, min, max interface{}) *gomock.Call

ZRemRangeByLex indicates an expected call of ZRemRangeByLex.

func (*MockRedisConnectionMockRecorder) ZRemRangeByRank

func (mr *MockRedisConnectionMockRecorder) ZRemRangeByRank(ctx, key, start, stop interface{}) *gomock.Call

ZRemRangeByRank indicates an expected call of ZRemRangeByRank.

func (*MockRedisConnectionMockRecorder) ZRemRangeByScore

func (mr *MockRedisConnectionMockRecorder) ZRemRangeByScore(ctx, key, min, max interface{}) *gomock.Call

ZRemRangeByScore indicates an expected call of ZRemRangeByScore.

func (*MockRedisConnectionMockRecorder) ZRevRange

func (mr *MockRedisConnectionMockRecorder) ZRevRange(ctx, key, start, stop interface{}) *gomock.Call

ZRevRange indicates an expected call of ZRevRange.

func (*MockRedisConnectionMockRecorder) ZRevRangeByLex

func (mr *MockRedisConnectionMockRecorder) ZRevRangeByLex(ctx, key, opt interface{}) *gomock.Call

ZRevRangeByLex indicates an expected call of ZRevRangeByLex.

func (*MockRedisConnectionMockRecorder) ZRevRangeByScore

func (mr *MockRedisConnectionMockRecorder) ZRevRangeByScore(ctx, key, opt interface{}) *gomock.Call

ZRevRangeByScore indicates an expected call of ZRevRangeByScore.

func (*MockRedisConnectionMockRecorder) ZRevRangeByScoreWithScores

func (mr *MockRedisConnectionMockRecorder) ZRevRangeByScoreWithScores(ctx, key, opt interface{}) *gomock.Call

ZRevRangeByScoreWithScores indicates an expected call of ZRevRangeByScoreWithScores.

func (*MockRedisConnectionMockRecorder) ZRevRangeWithScores

func (mr *MockRedisConnectionMockRecorder) ZRevRangeWithScores(ctx, key, start, stop interface{}) *gomock.Call

ZRevRangeWithScores indicates an expected call of ZRevRangeWithScores.

func (*MockRedisConnectionMockRecorder) ZRevRank

func (mr *MockRedisConnectionMockRecorder) ZRevRank(ctx, key, member interface{}) *gomock.Call

ZRevRank indicates an expected call of ZRevRank.

func (*MockRedisConnectionMockRecorder) ZRevRankWithScore

func (mr *MockRedisConnectionMockRecorder) ZRevRankWithScore(ctx, key, member interface{}) *gomock.Call

ZRevRankWithScore indicates an expected call of ZRevRankWithScore.

func (*MockRedisConnectionMockRecorder) ZScan

func (mr *MockRedisConnectionMockRecorder) ZScan(ctx, key, cursor, match, count interface{}) *gomock.Call

ZScan indicates an expected call of ZScan.

func (*MockRedisConnectionMockRecorder) ZScore

func (mr *MockRedisConnectionMockRecorder) ZScore(ctx, key, member interface{}) *gomock.Call

ZScore indicates an expected call of ZScore.

func (*MockRedisConnectionMockRecorder) ZUnion

func (mr *MockRedisConnectionMockRecorder) ZUnion(ctx, store interface{}) *gomock.Call

ZUnion indicates an expected call of ZUnion.

func (*MockRedisConnectionMockRecorder) ZUnionStore

func (mr *MockRedisConnectionMockRecorder) ZUnionStore(ctx, dest, store interface{}) *gomock.Call

ZUnionStore indicates an expected call of ZUnionStore.

func (*MockRedisConnectionMockRecorder) ZUnionWithScores

func (mr *MockRedisConnectionMockRecorder) ZUnionWithScores(ctx, store interface{}) *gomock.Call

ZUnionWithScores indicates an expected call of ZUnionWithScores.

type MockRunnableProvider

type MockRunnableProvider struct {
	// contains filtered or unexported fields
}

MockRunnableProvider is a mock of RunnableProvider interface.

func NewMockRunnableProvider

func NewMockRunnableProvider(ctrl *gomock.Controller) *MockRunnableProvider

NewMockRunnableProvider creates a new mock instance.

func (*MockRunnableProvider) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRunnableProvider) Id

func (m *MockRunnableProvider) Id() string

Id mocks base method.

func (*MockRunnableProvider) Register

func (m *MockRunnableProvider) Register(container *dig.Container) error

Register mocks base method.

func (*MockRunnableProvider) Run

func (m *MockRunnableProvider) Run(container *dig.Container) error

Run mocks base method.

type MockRunnableProviderMockRecorder

type MockRunnableProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockRunnableProviderMockRecorder is the mock recorder for MockRunnableProvider.

func (*MockRunnableProviderMockRecorder) Id

Id indicates an expected call of Id.

func (*MockRunnableProviderMockRecorder) Register

func (mr *MockRunnableProviderMockRecorder) Register(container interface{}) *gomock.Call

Register indicates an expected call of Register.

func (*MockRunnableProviderMockRecorder) Run

func (mr *MockRunnableProviderMockRecorder) Run(container interface{}) *gomock.Call

Run indicates an expected call of Run.

type MockTimer

type MockTimer struct {
	// contains filtered or unexported fields
}

MockTimer is a mock of Timer interface.

func NewMockTimer

func NewMockTimer(ctrl *gomock.Controller) *MockTimer

NewMockTimer creates a new mock instance.

func (*MockTimer) Date

func (m *MockTimer) Date(year int, month time.Month, day, hour, min, sec, nsec int, loc *time.Location) time.Time

Date mocks base method.

func (*MockTimer) EXPECT

func (m *MockTimer) EXPECT() *MockTimerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTimer) FixedZone

func (m *MockTimer) FixedZone(name string, offset int) *time.Location

FixedZone mocks base method.

func (*MockTimer) LoadLocation

func (m *MockTimer) LoadLocation(name string) (*time.Location, error)

LoadLocation mocks base method.

func (*MockTimer) Now

func (m *MockTimer) Now() time.Time

Now mocks base method.

func (*MockTimer) Parse

func (m *MockTimer) Parse(layout, value string) (time.Time, error)

Parse mocks base method.

func (*MockTimer) ParseDuration

func (m *MockTimer) ParseDuration(s string) (time.Duration, error)

ParseDuration mocks base method.

func (*MockTimer) ParseInLocation

func (m *MockTimer) ParseInLocation(layout, value string, loc *time.Location) (time.Time, error)

ParseInLocation mocks base method.

func (*MockTimer) Since

func (m *MockTimer) Since(t time.Time) time.Duration

Since mocks base method.

func (*MockTimer) Unix

func (m *MockTimer) Unix(sec, nsec int64) time.Time

Unix mocks base method.

func (*MockTimer) UnixMicro

func (m *MockTimer) UnixMicro(usec int64) time.Time

UnixMicro mocks base method.

func (*MockTimer) UnixMilli

func (m *MockTimer) UnixMilli(msec int64) time.Time

UnixMilli mocks base method.

func (*MockTimer) Until

func (m *MockTimer) Until(t time.Time) time.Duration

Until mocks base method.

type MockTimerMockRecorder

type MockTimerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTimerMockRecorder is the mock recorder for MockTimer.

func (*MockTimerMockRecorder) Date

func (mr *MockTimerMockRecorder) Date(year, month, day, hour, min, sec, nsec, loc interface{}) *gomock.Call

Date indicates an expected call of Date.

func (*MockTimerMockRecorder) FixedZone

func (mr *MockTimerMockRecorder) FixedZone(name, offset interface{}) *gomock.Call

FixedZone indicates an expected call of FixedZone.

func (*MockTimerMockRecorder) LoadLocation

func (mr *MockTimerMockRecorder) LoadLocation(name interface{}) *gomock.Call

LoadLocation indicates an expected call of LoadLocation.

func (*MockTimerMockRecorder) Now

func (mr *MockTimerMockRecorder) Now() *gomock.Call

Now indicates an expected call of Now.

func (*MockTimerMockRecorder) Parse

func (mr *MockTimerMockRecorder) Parse(layout, value interface{}) *gomock.Call

Parse indicates an expected call of Parse.

func (*MockTimerMockRecorder) ParseDuration

func (mr *MockTimerMockRecorder) ParseDuration(s interface{}) *gomock.Call

ParseDuration indicates an expected call of ParseDuration.

func (*MockTimerMockRecorder) ParseInLocation

func (mr *MockTimerMockRecorder) ParseInLocation(layout, value, loc interface{}) *gomock.Call

ParseInLocation indicates an expected call of ParseInLocation.

func (*MockTimerMockRecorder) Since

func (mr *MockTimerMockRecorder) Since(t interface{}) *gomock.Call

Since indicates an expected call of Since.

func (*MockTimerMockRecorder) Unix

func (mr *MockTimerMockRecorder) Unix(sec, nsec interface{}) *gomock.Call

Unix indicates an expected call of Unix.

func (*MockTimerMockRecorder) UnixMicro

func (mr *MockTimerMockRecorder) UnixMicro(usec interface{}) *gomock.Call

UnixMicro indicates an expected call of UnixMicro.

func (*MockTimerMockRecorder) UnixMilli

func (mr *MockTimerMockRecorder) UnixMilli(msec interface{}) *gomock.Call

UnixMilli indicates an expected call of UnixMilli.

func (*MockTimerMockRecorder) Until

func (mr *MockTimerMockRecorder) Until(t interface{}) *gomock.Call

Until indicates an expected call of Until.

type MockTranslator

type MockTranslator struct {
	// contains filtered or unexported fields
}

MockTranslator is a mock of Translator interface.

func NewMockTranslator

func NewMockTranslator(ctrl *gomock.Controller) *MockTranslator

NewMockTranslator creates a new mock instance.

func (*MockTranslator) Add

func (m *MockTranslator) Add(key interface{}, text string, override bool) error

Add mocks base method.

func (*MockTranslator) AddCardinal

func (m *MockTranslator) AddCardinal(key interface{}, text string, rule locales.PluralRule, override bool) error

AddCardinal mocks base method.

func (*MockTranslator) AddOrdinal

func (m *MockTranslator) AddOrdinal(key interface{}, text string, rule locales.PluralRule, override bool) error

AddOrdinal mocks base method.

func (*MockTranslator) AddRange

func (m *MockTranslator) AddRange(key interface{}, text string, rule locales.PluralRule, override bool) error

AddRange mocks base method.

func (*MockTranslator) C

func (m *MockTranslator) C(key interface{}, num float64, digits uint64, param string) (string, error)

C mocks base method.

func (*MockTranslator) CardinalPluralRule

func (m *MockTranslator) CardinalPluralRule(num float64, v uint64) locales.PluralRule

CardinalPluralRule mocks base method.

func (*MockTranslator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTranslator) FmtAccounting

func (m *MockTranslator) FmtAccounting(num float64, v uint64, currency currency.Type) string

FmtAccounting mocks base method.

func (*MockTranslator) FmtCurrency

func (m *MockTranslator) FmtCurrency(num float64, v uint64, currency currency.Type) string

FmtCurrency mocks base method.

func (*MockTranslator) FmtDateFull

func (m *MockTranslator) FmtDateFull(t time.Time) string

FmtDateFull mocks base method.

func (*MockTranslator) FmtDateLong

func (m *MockTranslator) FmtDateLong(t time.Time) string

FmtDateLong mocks base method.

func (*MockTranslator) FmtDateMedium

func (m *MockTranslator) FmtDateMedium(t time.Time) string

FmtDateMedium mocks base method.

func (*MockTranslator) FmtDateShort

func (m *MockTranslator) FmtDateShort(t time.Time) string

FmtDateShort mocks base method.

func (*MockTranslator) FmtNumber

func (m *MockTranslator) FmtNumber(num float64, v uint64) string

FmtNumber mocks base method.

func (*MockTranslator) FmtPercent

func (m *MockTranslator) FmtPercent(num float64, v uint64) string

FmtPercent mocks base method.

func (*MockTranslator) FmtTimeFull

func (m *MockTranslator) FmtTimeFull(t time.Time) string

FmtTimeFull mocks base method.

func (*MockTranslator) FmtTimeLong

func (m *MockTranslator) FmtTimeLong(t time.Time) string

FmtTimeLong mocks base method.

func (*MockTranslator) FmtTimeMedium

func (m *MockTranslator) FmtTimeMedium(t time.Time) string

FmtTimeMedium mocks base method.

func (*MockTranslator) FmtTimeShort

func (m *MockTranslator) FmtTimeShort(t time.Time) string

FmtTimeShort mocks base method.

func (*MockTranslator) Locale

func (m *MockTranslator) Locale() string

Locale mocks base method.

func (*MockTranslator) MonthAbbreviated

func (m *MockTranslator) MonthAbbreviated(month time.Month) string

MonthAbbreviated mocks base method.

func (*MockTranslator) MonthNarrow

func (m *MockTranslator) MonthNarrow(month time.Month) string

MonthNarrow mocks base method.

func (*MockTranslator) MonthWide

func (m *MockTranslator) MonthWide(month time.Month) string

MonthWide mocks base method.

func (*MockTranslator) MonthsAbbreviated

func (m *MockTranslator) MonthsAbbreviated() []string

MonthsAbbreviated mocks base method.

func (*MockTranslator) MonthsNarrow

func (m *MockTranslator) MonthsNarrow() []string

MonthsNarrow mocks base method.

func (*MockTranslator) MonthsWide

func (m *MockTranslator) MonthsWide() []string

MonthsWide mocks base method.

func (*MockTranslator) O

func (m *MockTranslator) O(key interface{}, num float64, digits uint64, param string) (string, error)

O mocks base method.

func (*MockTranslator) OrdinalPluralRule

func (m *MockTranslator) OrdinalPluralRule(num float64, v uint64) locales.PluralRule

OrdinalPluralRule mocks base method.

func (*MockTranslator) PluralsCardinal

func (m *MockTranslator) PluralsCardinal() []locales.PluralRule

PluralsCardinal mocks base method.

func (*MockTranslator) PluralsOrdinal

func (m *MockTranslator) PluralsOrdinal() []locales.PluralRule

PluralsOrdinal mocks base method.

func (*MockTranslator) PluralsRange

func (m *MockTranslator) PluralsRange() []locales.PluralRule

PluralsRange mocks base method.

func (*MockTranslator) R

func (m *MockTranslator) R(key interface{}, num1 float64, digits1 uint64, num2 float64, digits2 uint64, param1, param2 string) (string, error)

R mocks base method.

func (*MockTranslator) RangePluralRule

func (m *MockTranslator) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule

RangePluralRule mocks base method.

func (*MockTranslator) T

func (m *MockTranslator) T(key interface{}, params ...string) (string, error)

T mocks base method.

func (*MockTranslator) VerifyTranslations

func (m *MockTranslator) VerifyTranslations() error

VerifyTranslations mocks base method.

func (*MockTranslator) WeekdayAbbreviated

func (m *MockTranslator) WeekdayAbbreviated(weekday time.Weekday) string

WeekdayAbbreviated mocks base method.

func (*MockTranslator) WeekdayNarrow

func (m *MockTranslator) WeekdayNarrow(weekday time.Weekday) string

WeekdayNarrow mocks base method.

func (*MockTranslator) WeekdayShort

func (m *MockTranslator) WeekdayShort(weekday time.Weekday) string

WeekdayShort mocks base method.

func (*MockTranslator) WeekdayWide

func (m *MockTranslator) WeekdayWide(weekday time.Weekday) string

WeekdayWide mocks base method.

func (*MockTranslator) WeekdaysAbbreviated

func (m *MockTranslator) WeekdaysAbbreviated() []string

WeekdaysAbbreviated mocks base method.

func (*MockTranslator) WeekdaysNarrow

func (m *MockTranslator) WeekdaysNarrow() []string

WeekdaysNarrow mocks base method.

func (*MockTranslator) WeekdaysShort

func (m *MockTranslator) WeekdaysShort() []string

WeekdaysShort mocks base method.

func (*MockTranslator) WeekdaysWide

func (m *MockTranslator) WeekdaysWide() []string

WeekdaysWide mocks base method.

type MockTranslatorMockRecorder

type MockTranslatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockTranslatorMockRecorder is the mock recorder for MockTranslator.

func (*MockTranslatorMockRecorder) Add

func (mr *MockTranslatorMockRecorder) Add(key, text, override interface{}) *gomock.Call

Add indicates an expected call of Add.

func (*MockTranslatorMockRecorder) AddCardinal

func (mr *MockTranslatorMockRecorder) AddCardinal(key, text, rule, override interface{}) *gomock.Call

AddCardinal indicates an expected call of AddCardinal.

func (*MockTranslatorMockRecorder) AddOrdinal

func (mr *MockTranslatorMockRecorder) AddOrdinal(key, text, rule, override interface{}) *gomock.Call

AddOrdinal indicates an expected call of AddOrdinal.

func (*MockTranslatorMockRecorder) AddRange

func (mr *MockTranslatorMockRecorder) AddRange(key, text, rule, override interface{}) *gomock.Call

AddRange indicates an expected call of AddRange.

func (*MockTranslatorMockRecorder) C

func (mr *MockTranslatorMockRecorder) C(key, num, digits, param interface{}) *gomock.Call

C indicates an expected call of C.

func (*MockTranslatorMockRecorder) CardinalPluralRule

func (mr *MockTranslatorMockRecorder) CardinalPluralRule(num, v interface{}) *gomock.Call

CardinalPluralRule indicates an expected call of CardinalPluralRule.

func (*MockTranslatorMockRecorder) FmtAccounting

func (mr *MockTranslatorMockRecorder) FmtAccounting(num, v, currency interface{}) *gomock.Call

FmtAccounting indicates an expected call of FmtAccounting.

func (*MockTranslatorMockRecorder) FmtCurrency

func (mr *MockTranslatorMockRecorder) FmtCurrency(num, v, currency interface{}) *gomock.Call

FmtCurrency indicates an expected call of FmtCurrency.

func (*MockTranslatorMockRecorder) FmtDateFull

func (mr *MockTranslatorMockRecorder) FmtDateFull(t interface{}) *gomock.Call

FmtDateFull indicates an expected call of FmtDateFull.

func (*MockTranslatorMockRecorder) FmtDateLong

func (mr *MockTranslatorMockRecorder) FmtDateLong(t interface{}) *gomock.Call

FmtDateLong indicates an expected call of FmtDateLong.

func (*MockTranslatorMockRecorder) FmtDateMedium

func (mr *MockTranslatorMockRecorder) FmtDateMedium(t interface{}) *gomock.Call

FmtDateMedium indicates an expected call of FmtDateMedium.

func (*MockTranslatorMockRecorder) FmtDateShort

func (mr *MockTranslatorMockRecorder) FmtDateShort(t interface{}) *gomock.Call

FmtDateShort indicates an expected call of FmtDateShort.

func (*MockTranslatorMockRecorder) FmtNumber

func (mr *MockTranslatorMockRecorder) FmtNumber(num, v interface{}) *gomock.Call

FmtNumber indicates an expected call of FmtNumber.

func (*MockTranslatorMockRecorder) FmtPercent

func (mr *MockTranslatorMockRecorder) FmtPercent(num, v interface{}) *gomock.Call

FmtPercent indicates an expected call of FmtPercent.

func (*MockTranslatorMockRecorder) FmtTimeFull

func (mr *MockTranslatorMockRecorder) FmtTimeFull(t interface{}) *gomock.Call

FmtTimeFull indicates an expected call of FmtTimeFull.

func (*MockTranslatorMockRecorder) FmtTimeLong

func (mr *MockTranslatorMockRecorder) FmtTimeLong(t interface{}) *gomock.Call

FmtTimeLong indicates an expected call of FmtTimeLong.

func (*MockTranslatorMockRecorder) FmtTimeMedium

func (mr *MockTranslatorMockRecorder) FmtTimeMedium(t interface{}) *gomock.Call

FmtTimeMedium indicates an expected call of FmtTimeMedium.

func (*MockTranslatorMockRecorder) FmtTimeShort

func (mr *MockTranslatorMockRecorder) FmtTimeShort(t interface{}) *gomock.Call

FmtTimeShort indicates an expected call of FmtTimeShort.

func (*MockTranslatorMockRecorder) Locale

func (mr *MockTranslatorMockRecorder) Locale() *gomock.Call

Locale indicates an expected call of Locale.

func (*MockTranslatorMockRecorder) MonthAbbreviated

func (mr *MockTranslatorMockRecorder) MonthAbbreviated(month interface{}) *gomock.Call

MonthAbbreviated indicates an expected call of MonthAbbreviated.

func (*MockTranslatorMockRecorder) MonthNarrow

func (mr *MockTranslatorMockRecorder) MonthNarrow(month interface{}) *gomock.Call

MonthNarrow indicates an expected call of MonthNarrow.

func (*MockTranslatorMockRecorder) MonthWide

func (mr *MockTranslatorMockRecorder) MonthWide(month interface{}) *gomock.Call

MonthWide indicates an expected call of MonthWide.

func (*MockTranslatorMockRecorder) MonthsAbbreviated

func (mr *MockTranslatorMockRecorder) MonthsAbbreviated() *gomock.Call

MonthsAbbreviated indicates an expected call of MonthsAbbreviated.

func (*MockTranslatorMockRecorder) MonthsNarrow

func (mr *MockTranslatorMockRecorder) MonthsNarrow() *gomock.Call

MonthsNarrow indicates an expected call of MonthsNarrow.

func (*MockTranslatorMockRecorder) MonthsWide

func (mr *MockTranslatorMockRecorder) MonthsWide() *gomock.Call

MonthsWide indicates an expected call of MonthsWide.

func (*MockTranslatorMockRecorder) O

func (mr *MockTranslatorMockRecorder) O(key, num, digits, param interface{}) *gomock.Call

O indicates an expected call of O.

func (*MockTranslatorMockRecorder) OrdinalPluralRule

func (mr *MockTranslatorMockRecorder) OrdinalPluralRule(num, v interface{}) *gomock.Call

OrdinalPluralRule indicates an expected call of OrdinalPluralRule.

func (*MockTranslatorMockRecorder) PluralsCardinal

func (mr *MockTranslatorMockRecorder) PluralsCardinal() *gomock.Call

PluralsCardinal indicates an expected call of PluralsCardinal.

func (*MockTranslatorMockRecorder) PluralsOrdinal

func (mr *MockTranslatorMockRecorder) PluralsOrdinal() *gomock.Call

PluralsOrdinal indicates an expected call of PluralsOrdinal.

func (*MockTranslatorMockRecorder) PluralsRange

func (mr *MockTranslatorMockRecorder) PluralsRange() *gomock.Call

PluralsRange indicates an expected call of PluralsRange.

func (*MockTranslatorMockRecorder) R

func (mr *MockTranslatorMockRecorder) R(key, num1, digits1, num2, digits2, param1, param2 interface{}) *gomock.Call

R indicates an expected call of R.

func (*MockTranslatorMockRecorder) RangePluralRule

func (mr *MockTranslatorMockRecorder) RangePluralRule(num1, v1, num2, v2 interface{}) *gomock.Call

RangePluralRule indicates an expected call of RangePluralRule.

func (*MockTranslatorMockRecorder) T

func (mr *MockTranslatorMockRecorder) T(key interface{}, params ...interface{}) *gomock.Call

T indicates an expected call of T.

func (*MockTranslatorMockRecorder) VerifyTranslations

func (mr *MockTranslatorMockRecorder) VerifyTranslations() *gomock.Call

VerifyTranslations indicates an expected call of VerifyTranslations.

func (*MockTranslatorMockRecorder) WeekdayAbbreviated

func (mr *MockTranslatorMockRecorder) WeekdayAbbreviated(weekday interface{}) *gomock.Call

WeekdayAbbreviated indicates an expected call of WeekdayAbbreviated.

func (*MockTranslatorMockRecorder) WeekdayNarrow

func (mr *MockTranslatorMockRecorder) WeekdayNarrow(weekday interface{}) *gomock.Call

WeekdayNarrow indicates an expected call of WeekdayNarrow.

func (*MockTranslatorMockRecorder) WeekdayShort

func (mr *MockTranslatorMockRecorder) WeekdayShort(weekday interface{}) *gomock.Call

WeekdayShort indicates an expected call of WeekdayShort.

func (*MockTranslatorMockRecorder) WeekdayWide

func (mr *MockTranslatorMockRecorder) WeekdayWide(weekday interface{}) *gomock.Call

WeekdayWide indicates an expected call of WeekdayWide.

func (*MockTranslatorMockRecorder) WeekdaysAbbreviated

func (mr *MockTranslatorMockRecorder) WeekdaysAbbreviated() *gomock.Call

WeekdaysAbbreviated indicates an expected call of WeekdaysAbbreviated.

func (*MockTranslatorMockRecorder) WeekdaysNarrow

func (mr *MockTranslatorMockRecorder) WeekdaysNarrow() *gomock.Call

WeekdaysNarrow indicates an expected call of WeekdaysNarrow.

func (*MockTranslatorMockRecorder) WeekdaysShort

func (mr *MockTranslatorMockRecorder) WeekdaysShort() *gomock.Call

WeekdaysShort indicates an expected call of WeekdaysShort.

func (*MockTranslatorMockRecorder) WeekdaysWide

func (mr *MockTranslatorMockRecorder) WeekdaysWide() *gomock.Call

WeekdaysWide indicates an expected call of WeekdaysWide.

type MockTrigger

type MockTrigger struct {
	// contains filtered or unexported fields
}

MockTrigger is a mock of Trigger interface.

func NewMockTrigger

func NewMockTrigger(ctrl *gomock.Controller) *MockTrigger

NewMockTrigger creates a new mock instance.

func (*MockTrigger) Close

func (m *MockTrigger) Close() error

Close mocks base method.

func (*MockTrigger) Delay

func (m *MockTrigger) Delay() time.Duration

Delay mocks base method.

func (*MockTrigger) EXPECT

func (m *MockTrigger) EXPECT() *MockTriggerMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTrigger) IsRunning

func (m *MockTrigger) IsRunning() bool

IsRunning mocks base method.

type MockTriggerFactory

type MockTriggerFactory struct {
	// contains filtered or unexported fields
}

MockTriggerFactory is a mock of TriggerFactory interface.

func NewMockTriggerFactory

func NewMockTriggerFactory(ctrl *gomock.Controller) *MockTriggerFactory

NewMockTriggerFactory creates a new mock instance.

func (*MockTriggerFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTriggerFactory) NewPulse

func (m *MockTriggerFactory) NewPulse(delay time.Duration, callback flam.TriggerCallback) (flam.Trigger, error)

NewPulse mocks base method.

func (*MockTriggerFactory) NewRecurring

func (m *MockTriggerFactory) NewRecurring(delay time.Duration, callback flam.TriggerCallback) (flam.Trigger, error)

NewRecurring mocks base method.

type MockTriggerFactoryMockRecorder

type MockTriggerFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockTriggerFactoryMockRecorder is the mock recorder for MockTriggerFactory.

func (*MockTriggerFactoryMockRecorder) NewPulse

func (mr *MockTriggerFactoryMockRecorder) NewPulse(delay, callback interface{}) *gomock.Call

NewPulse indicates an expected call of NewPulse.

func (*MockTriggerFactoryMockRecorder) NewRecurring

func (mr *MockTriggerFactoryMockRecorder) NewRecurring(delay, callback interface{}) *gomock.Call

NewRecurring indicates an expected call of NewRecurring.

type MockTriggerMockRecorder

type MockTriggerMockRecorder struct {
	// contains filtered or unexported fields
}

MockTriggerMockRecorder is the mock recorder for MockTrigger.

func (*MockTriggerMockRecorder) Close

func (mr *MockTriggerMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockTriggerMockRecorder) Delay

func (mr *MockTriggerMockRecorder) Delay() *gomock.Call

Delay indicates an expected call of Delay.

func (*MockTriggerMockRecorder) IsRunning

func (mr *MockTriggerMockRecorder) IsRunning() *gomock.Call

IsRunning indicates an expected call of IsRunning.

type MockValidator

type MockValidator struct {
	// contains filtered or unexported fields
}

MockValidator is a mock of Validator interface.

func NewMockValidator

func NewMockValidator(ctrl *gomock.Controller) *MockValidator

NewMockValidator creates a new mock instance.

func (*MockValidator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockValidator) Validate

func (m *MockValidator) Validate(value any) any

Validate mocks base method.

type MockValidatorErrorConverter

type MockValidatorErrorConverter struct {
	// contains filtered or unexported fields
}

MockValidatorErrorConverter is a mock of ValidatorErrorConverter interface.

func NewMockValidatorErrorConverter

func NewMockValidatorErrorConverter(ctrl *gomock.Controller) *MockValidatorErrorConverter

NewMockValidatorErrorConverter creates a new mock instance.

func (*MockValidatorErrorConverter) Convert

func (m *MockValidatorErrorConverter) Convert(errors []flam.ValidationError) any

Convert mocks base method.

func (*MockValidatorErrorConverter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockValidatorErrorConverterCreator

type MockValidatorErrorConverterCreator struct {
	// contains filtered or unexported fields
}

MockValidatorErrorConverterCreator is a mock of ValidatorErrorConverterCreator interface.

func NewMockValidatorErrorConverterCreator

func NewMockValidatorErrorConverterCreator(ctrl *gomock.Controller) *MockValidatorErrorConverterCreator

NewMockValidatorErrorConverterCreator creates a new mock instance.

func (*MockValidatorErrorConverterCreator) Accept

func (m *MockValidatorErrorConverterCreator) Accept(config flam.Bag) bool

Accept mocks base method.

func (*MockValidatorErrorConverterCreator) Create

Create mocks base method.

func (*MockValidatorErrorConverterCreator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockValidatorErrorConverterCreatorMockRecorder

type MockValidatorErrorConverterCreatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockValidatorErrorConverterCreatorMockRecorder is the mock recorder for MockValidatorErrorConverterCreator.

func (*MockValidatorErrorConverterCreatorMockRecorder) Accept

func (mr *MockValidatorErrorConverterCreatorMockRecorder) Accept(config interface{}) *gomock.Call

Accept indicates an expected call of Accept.

func (*MockValidatorErrorConverterCreatorMockRecorder) Create

func (mr *MockValidatorErrorConverterCreatorMockRecorder) Create(config interface{}) *gomock.Call

Create indicates an expected call of Create.

type MockValidatorErrorConverterMockRecorder

type MockValidatorErrorConverterMockRecorder struct {
	// contains filtered or unexported fields
}

MockValidatorErrorConverterMockRecorder is the mock recorder for MockValidatorErrorConverter.

func (*MockValidatorErrorConverterMockRecorder) Convert

func (mr *MockValidatorErrorConverterMockRecorder) Convert(errors interface{}) *gomock.Call

Convert indicates an expected call of Convert.

type MockValidatorMockRecorder

type MockValidatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockValidatorMockRecorder is the mock recorder for MockValidator.

func (*MockValidatorMockRecorder) Validate

func (mr *MockValidatorMockRecorder) Validate(value interface{}) *gomock.Call

Validate indicates an expected call of Validate.

type MockValidatorParser

type MockValidatorParser struct {
	// contains filtered or unexported fields
}

MockValidatorParser is a mock of ValidatorParser interface.

func NewMockValidatorParser

func NewMockValidatorParser(ctrl *gomock.Controller) *MockValidatorParser

NewMockValidatorParser creates a new mock instance.

func (*MockValidatorParser) AddTagCode

func (m *MockValidatorParser) AddTagCode(tag string, code int)

AddTagCode mocks base method.

func (*MockValidatorParser) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockValidatorParser) Parse

Parse mocks base method.

type MockValidatorParserMockRecorder

type MockValidatorParserMockRecorder struct {
	// contains filtered or unexported fields
}

MockValidatorParserMockRecorder is the mock recorder for MockValidatorParser.

func (*MockValidatorParserMockRecorder) AddTagCode

func (mr *MockValidatorParserMockRecorder) AddTagCode(tag, code interface{}) *gomock.Call

AddTagCode indicates an expected call of AddTagCode.

func (*MockValidatorParserMockRecorder) Parse

func (mr *MockValidatorParserMockRecorder) Parse(value, errs interface{}) *gomock.Call

Parse indicates an expected call of Parse.

type MockWatchdogLogger

type MockWatchdogLogger struct {
	// contains filtered or unexported fields
}

MockWatchdogLogger is a mock of WatchdogLogger interface.

func NewMockWatchdogLogger

func NewMockWatchdogLogger(ctrl *gomock.Controller) *MockWatchdogLogger

NewMockWatchdogLogger creates a new mock instance.

func (*MockWatchdogLogger) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWatchdogLogger) LogDone

func (m *MockWatchdogLogger) LogDone(id string)

LogDone mocks base method.

func (*MockWatchdogLogger) LogError

func (m *MockWatchdogLogger) LogError(id string, e error)

LogError mocks base method.

func (*MockWatchdogLogger) LogStart

func (m *MockWatchdogLogger) LogStart(id string)

LogStart mocks base method.

type MockWatchdogLoggerMockRecorder

type MockWatchdogLoggerMockRecorder struct {
	// contains filtered or unexported fields
}

MockWatchdogLoggerMockRecorder is the mock recorder for MockWatchdogLogger.

func (*MockWatchdogLoggerMockRecorder) LogDone

func (mr *MockWatchdogLoggerMockRecorder) LogDone(id interface{}) *gomock.Call

LogDone indicates an expected call of LogDone.

func (*MockWatchdogLoggerMockRecorder) LogError

func (mr *MockWatchdogLoggerMockRecorder) LogError(id, e interface{}) *gomock.Call

LogError indicates an expected call of LogError.

func (*MockWatchdogLoggerMockRecorder) LogStart

func (mr *MockWatchdogLoggerMockRecorder) LogStart(id interface{}) *gomock.Call

LogStart indicates an expected call of LogStart.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL