mock_thumb

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package mock_thumb is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mockcache

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

Mockcache is a mock of cache interface.

func NewMockcache

func NewMockcache(ctrl *gomock.Controller) *Mockcache

NewMockcache creates a new mock instance.

func (*Mockcache) Delete

func (m *Mockcache) Delete(key any)

Delete mocks base method.

func (*Mockcache) EXPECT

func (m *Mockcache) EXPECT() *MockcacheMockRecorder

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

func (*Mockcache) Load

func (m *Mockcache) Load(key any) (any, bool)

Load mocks base method.

func (*Mockcache) Range

func (m *Mockcache) Range(f func(any, any) bool)

Range mocks base method.

func (*Mockcache) Store

func (m *Mockcache) Store(key, value any)

Store mocks base method.

type MockcacheMockRecorder

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

MockcacheMockRecorder is the mock recorder for Mockcache.

func (*MockcacheMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockcacheMockRecorder) Load

func (mr *MockcacheMockRecorder) Load(key interface{}) *gomock.Call

Load indicates an expected call of Load.

func (*MockcacheMockRecorder) Range

func (mr *MockcacheMockRecorder) Range(f interface{}) *gomock.Call

Range indicates an expected call of Range.

func (*MockcacheMockRecorder) Store

func (mr *MockcacheMockRecorder) Store(key, value interface{}) *gomock.Call

Store indicates an expected call of Store.

Jump to

Keyboard shortcuts

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