mockevcache

package
v0.0.0-...-b8b9e6a Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mockevcache is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterface

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

MockInterface is a mock of Interface interface

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance

func (*MockInterface) EXPECT

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

func (*MockInterface) Get

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

Get mocks base method

func (*MockInterface) Set

func (m *MockInterface) Set(key, object interface{}) error

Set mocks base method

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface

func (*MockInterfaceMockRecorder) Get

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

Get indicates an expected call of Get

func (*MockInterfaceMockRecorder) Set

func (mr *MockInterfaceMockRecorder) Set(key, object interface{}) *gomock.Call

Set indicates an expected call of Set

type MockMarshaler

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

MockMarshaler is a mock of Marshaler interface

func NewMockMarshaler

func NewMockMarshaler(ctrl *gomock.Controller) *MockMarshaler

NewMockMarshaler creates a new mock instance

func (*MockMarshaler) Clear

func (m *MockMarshaler) Clear() error

Clear mocks base method

func (*MockMarshaler) Delete

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

Delete mocks base method

func (*MockMarshaler) EXPECT

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

func (*MockMarshaler) Get

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

Get mocks base method

func (*MockMarshaler) Invalidate

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

Invalidate mocks base method

func (*MockMarshaler) Set

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

Set mocks base method

type MockMarshalerMockRecorder

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

MockMarshalerMockRecorder is the mock recorder for MockMarshaler

func (*MockMarshalerMockRecorder) Clear

func (mr *MockMarshalerMockRecorder) Clear() *gomock.Call

Clear indicates an expected call of Clear

func (*MockMarshalerMockRecorder) Delete

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

Delete indicates an expected call of Delete

func (*MockMarshalerMockRecorder) Get

func (mr *MockMarshalerMockRecorder) Get(key, returnObj interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockMarshalerMockRecorder) Invalidate

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

Invalidate indicates an expected call of Invalidate

func (*MockMarshalerMockRecorder) Set

func (mr *MockMarshalerMockRecorder) Set(key, object, options interface{}) *gomock.Call

Set indicates an expected call of Set

Jump to

Keyboard shortcuts

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