mocks

package
v1.0.1-0...-eacb9a8 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2020 License: MIT Imports: 5 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBigcacheClientInterface

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

MockBigcacheClientInterface is a mock of BigcacheClientInterface interface

func NewMockBigcacheClientInterface

func NewMockBigcacheClientInterface(ctrl *gomock.Controller) *MockBigcacheClientInterface

NewMockBigcacheClientInterface creates a new mock instance

func (*MockBigcacheClientInterface) Delete

func (m *MockBigcacheClientInterface) Delete(key string) error

Delete mocks base method

func (*MockBigcacheClientInterface) EXPECT

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

func (*MockBigcacheClientInterface) Get

func (m *MockBigcacheClientInterface) Get(key string) ([]byte, error)

Get mocks base method

func (*MockBigcacheClientInterface) Reset

Reset mocks base method

func (*MockBigcacheClientInterface) Set

func (m *MockBigcacheClientInterface) Set(key string, entry []byte) error

Set mocks base method

type MockBigcacheClientInterfaceMockRecorder

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

MockBigcacheClientInterfaceMockRecorder is the mock recorder for MockBigcacheClientInterface

func (*MockBigcacheClientInterfaceMockRecorder) Delete

func (mr *MockBigcacheClientInterfaceMockRecorder) Delete(key interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockBigcacheClientInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockBigcacheClientInterfaceMockRecorder) Reset

Reset indicates an expected call of Reset

func (*MockBigcacheClientInterfaceMockRecorder) Set

func (mr *MockBigcacheClientInterfaceMockRecorder) Set(key, entry interface{}) *gomock.Call

Set indicates an expected call of Set

type MockFreecacheClientInterface

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

MockFreecacheClientInterface is a mock of FreecacheClientInterface interface

func NewMockFreecacheClientInterface

func NewMockFreecacheClientInterface(ctrl *gomock.Controller) *MockFreecacheClientInterface

NewMockFreecacheClientInterface creates a new mock instance

func (*MockFreecacheClientInterface) Clear

func (m *MockFreecacheClientInterface) Clear()

Clear mocks base method

func (*MockFreecacheClientInterface) Del

func (m *MockFreecacheClientInterface) Del(key []byte) bool

Del mocks base method

func (*MockFreecacheClientInterface) DelInt

func (m *MockFreecacheClientInterface) DelInt(key int64) bool

DelInt mocks base method

func (*MockFreecacheClientInterface) EXPECT

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

func (*MockFreecacheClientInterface) Get

func (m *MockFreecacheClientInterface) Get(key []byte) ([]byte, error)

Get mocks base method

func (*MockFreecacheClientInterface) GetInt

func (m *MockFreecacheClientInterface) GetInt(key int64) ([]byte, error)

GetInt mocks base method

func (*MockFreecacheClientInterface) Set

func (m *MockFreecacheClientInterface) Set(key, value []byte, expireSeconds int) error

Set mocks base method

func (*MockFreecacheClientInterface) SetInt

func (m *MockFreecacheClientInterface) SetInt(key int64, value []byte, expireSeconds int) error

SetInt mocks base method

type MockFreecacheClientInterfaceMockRecorder

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

MockFreecacheClientInterfaceMockRecorder is the mock recorder for MockFreecacheClientInterface

func (*MockFreecacheClientInterfaceMockRecorder) Clear

Clear indicates an expected call of Clear

func (*MockFreecacheClientInterfaceMockRecorder) Del

func (mr *MockFreecacheClientInterfaceMockRecorder) Del(key interface{}) *gomock.Call

Del indicates an expected call of Del

func (*MockFreecacheClientInterfaceMockRecorder) DelInt

func (mr *MockFreecacheClientInterfaceMockRecorder) DelInt(key interface{}) *gomock.Call

DelInt indicates an expected call of DelInt

func (*MockFreecacheClientInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockFreecacheClientInterfaceMockRecorder) GetInt

func (mr *MockFreecacheClientInterfaceMockRecorder) GetInt(key interface{}) *gomock.Call

GetInt indicates an expected call of GetInt

func (*MockFreecacheClientInterfaceMockRecorder) Set

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

Set indicates an expected call of Set

func (*MockFreecacheClientInterfaceMockRecorder) SetInt

func (mr *MockFreecacheClientInterfaceMockRecorder) SetInt(key, value, expireSeconds interface{}) *gomock.Call

SetInt indicates an expected call of SetInt

type MockMemcacheClientInterface

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

MockMemcacheClientInterface is a mock of MemcacheClientInterface interface

func NewMockMemcacheClientInterface

func NewMockMemcacheClientInterface(ctrl *gomock.Controller) *MockMemcacheClientInterface

NewMockMemcacheClientInterface creates a new mock instance

func (*MockMemcacheClientInterface) Delete

func (m *MockMemcacheClientInterface) Delete(item string) error

Delete mocks base method

func (*MockMemcacheClientInterface) EXPECT

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

func (*MockMemcacheClientInterface) FlushAll

func (m *MockMemcacheClientInterface) FlushAll() error

FlushAll mocks base method

func (*MockMemcacheClientInterface) Get

Get mocks base method

func (*MockMemcacheClientInterface) Set

Set mocks base method

type MockMemcacheClientInterfaceMockRecorder

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

MockMemcacheClientInterfaceMockRecorder is the mock recorder for MockMemcacheClientInterface

func (*MockMemcacheClientInterfaceMockRecorder) Delete

func (mr *MockMemcacheClientInterfaceMockRecorder) Delete(item interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockMemcacheClientInterfaceMockRecorder) FlushAll

FlushAll indicates an expected call of FlushAll

func (*MockMemcacheClientInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockMemcacheClientInterfaceMockRecorder) Set

func (mr *MockMemcacheClientInterfaceMockRecorder) Set(item interface{}) *gomock.Call

Set indicates an expected call of Set

type MockRedisClientInterface

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

MockRedisClientInterface is a mock of RedisClientInterface interface

func NewMockRedisClientInterface

func NewMockRedisClientInterface(ctrl *gomock.Controller) *MockRedisClientInterface

NewMockRedisClientInterface creates a new mock instance

func (*MockRedisClientInterface) Del

func (m *MockRedisClientInterface) Del(keys ...string) *redis.IntCmd

Del mocks base method

func (*MockRedisClientInterface) EXPECT

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

func (*MockRedisClientInterface) FlushAll

func (m *MockRedisClientInterface) FlushAll() *redis.StatusCmd

FlushAll mocks base method

func (*MockRedisClientInterface) Get

Get mocks base method

func (*MockRedisClientInterface) Set

func (m *MockRedisClientInterface) Set(key string, value interface{}, expiration time.Duration) *redis.StatusCmd

Set mocks base method

func (*MockRedisClientInterface) TTL

TTL mocks base method

type MockRedisClientInterfaceMockRecorder

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

MockRedisClientInterfaceMockRecorder is the mock recorder for MockRedisClientInterface

func (*MockRedisClientInterfaceMockRecorder) Del

func (mr *MockRedisClientInterfaceMockRecorder) Del(keys ...interface{}) *gomock.Call

Del indicates an expected call of Del

func (*MockRedisClientInterfaceMockRecorder) FlushAll

FlushAll indicates an expected call of FlushAll

func (*MockRedisClientInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockRedisClientInterfaceMockRecorder) Set

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

Set indicates an expected call of Set

func (*MockRedisClientInterfaceMockRecorder) TTL

func (mr *MockRedisClientInterfaceMockRecorder) TTL(key interface{}) *gomock.Call

TTL indicates an expected call of TTL

type MockRistrettoClientInterface

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

MockRistrettoClientInterface is a mock of RistrettoClientInterface interface

func NewMockRistrettoClientInterface

func NewMockRistrettoClientInterface(ctrl *gomock.Controller) *MockRistrettoClientInterface

NewMockRistrettoClientInterface creates a new mock instance

func (*MockRistrettoClientInterface) Clear

func (m *MockRistrettoClientInterface) Clear()

Clear mocks base method

func (*MockRistrettoClientInterface) Del

func (m *MockRistrettoClientInterface) Del(key interface{})

Del mocks base method

func (*MockRistrettoClientInterface) EXPECT

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

func (*MockRistrettoClientInterface) Get

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

Get mocks base method

func (*MockRistrettoClientInterface) SetWithTTL

func (m *MockRistrettoClientInterface) SetWithTTL(key, value interface{}, cost int64, ttl time.Duration) bool

SetWithTTL mocks base method

type MockRistrettoClientInterfaceMockRecorder

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

MockRistrettoClientInterfaceMockRecorder is the mock recorder for MockRistrettoClientInterface

func (*MockRistrettoClientInterfaceMockRecorder) Clear

Clear indicates an expected call of Clear

func (*MockRistrettoClientInterfaceMockRecorder) Del

func (mr *MockRistrettoClientInterfaceMockRecorder) Del(key interface{}) *gomock.Call

Del indicates an expected call of Del

func (*MockRistrettoClientInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockRistrettoClientInterfaceMockRecorder) SetWithTTL

func (mr *MockRistrettoClientInterfaceMockRecorder) SetWithTTL(key, value, cost, ttl interface{}) *gomock.Call

SetWithTTL indicates an expected call of SetWithTTL

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL