mock_store

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mock_store is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStore

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

MockStore is a mock of Store interface.

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance.

func (*MockStore) Close added in v0.10.0

func (m *MockStore) Close() error

Close mocks base method.

func (*MockStore) Delete added in v0.9.0

func (m *MockStore) Delete(arg0 ...imap.InternalMessageID) error

Delete mocks base method.

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) Get

func (m *MockStore) Get(arg0 imap.InternalMessageID) ([]byte, error)

Get mocks base method.

func (*MockStore) List added in v0.13.0

func (m *MockStore) List() ([]imap.InternalMessageID, error)

List mocks base method.

func (*MockStore) Set

func (m *MockStore) Set(arg0 imap.InternalMessageID, arg1 io.Reader) error

Set mocks base method.

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore.

func (*MockStoreMockRecorder) Close added in v0.10.0

func (mr *MockStoreMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close.

func (*MockStoreMockRecorder) Delete added in v0.9.0

func (mr *MockStoreMockRecorder) Delete(arg0 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockStoreMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockStoreMockRecorder) List added in v0.13.0

func (mr *MockStoreMockRecorder) List() *gomock.Call

List indicates an expected call of List.

func (*MockStoreMockRecorder) Set

func (mr *MockStoreMockRecorder) Set(arg0, arg1 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