mock_checks

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: 3 Imported by: 0

Documentation

Overview

Package mock_checks 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) EXPECT

func (m *MockCache) EXPECT() *MockCacheMockRecorder

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

func (*MockCache) SetErr

func (m *MockCache) SetErr(original storage.StorageKey, originalSVG bool, thumb_size int, err error) error

SetErr mocks base method.

func (*MockCache) Status

func (m *MockCache) Status(original storage.StorageKey, originalSVG bool, thumb_size int) (bool, error)

Status mocks base method.

type MockCacheMockRecorder

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

MockCacheMockRecorder is the mock recorder for MockCache.

func (*MockCacheMockRecorder) SetErr

func (mr *MockCacheMockRecorder) SetErr(original, originalSVG, thumb_size, err interface{}) *gomock.Call

SetErr indicates an expected call of SetErr.

func (*MockCacheMockRecorder) Status

func (mr *MockCacheMockRecorder) Status(original, originalSVG, thumb_size interface{}) *gomock.Call

Status indicates an expected call of Status.

type MockResolution

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

MockResolution is a mock of Resolution interface.

func NewMockResolution

func NewMockResolution(ctrl *gomock.Controller) *MockResolution

NewMockResolution creates a new mock instance.

func (*MockResolution) EXPECT

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

func (*MockResolution) Get

func (m *MockResolution) Get(arg0 storage.StorageOBJ) (int, int, error)

Get mocks base method.

type MockResolutionMockRecorder

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

MockResolutionMockRecorder is the mock recorder for MockResolution.

func (*MockResolutionMockRecorder) Get

func (mr *MockResolutionMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

Jump to

Keyboard shortcuts

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