mocks

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStoreInterface

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

MockStoreInterface is a mock of StoreInterface interface

func NewMockStoreInterface

func NewMockStoreInterface(ctrl *gomock.Controller) *MockStoreInterface

NewMockStoreInterface creates a new mock instance

func (*MockStoreInterface) Clear

func (m *MockStoreInterface) Clear() error

Clear mocks base method

func (*MockStoreInterface) Delete

func (m *MockStoreInterface) Delete(key interface{}) error

Delete mocks base method

func (*MockStoreInterface) EXPECT

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

func (*MockStoreInterface) Get

func (m *MockStoreInterface) Get(key interface{}) (interface{}, error)

Get mocks base method

func (*MockStoreInterface) GetType

func (m *MockStoreInterface) GetType() string

GetType mocks base method

func (*MockStoreInterface) Invalidate

func (m *MockStoreInterface) Invalidate(options store.InvalidateOptions) error

Invalidate mocks base method

func (*MockStoreInterface) Set

func (m *MockStoreInterface) Set(key, value interface{}, options *store.Options) error

Set mocks base method

type MockStoreInterfaceMockRecorder

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

MockStoreInterfaceMockRecorder is the mock recorder for MockStoreInterface

func (*MockStoreInterfaceMockRecorder) Clear

Clear indicates an expected call of Clear

func (*MockStoreInterfaceMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockStoreInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockStoreInterfaceMockRecorder) GetType

GetType indicates an expected call of GetType

func (*MockStoreInterfaceMockRecorder) Invalidate

func (mr *MockStoreInterfaceMockRecorder) Invalidate(options interface{}) *gomock.Call

Invalidate indicates an expected call of Invalidate

func (*MockStoreInterfaceMockRecorder) Set

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

Set indicates an expected call of Set

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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