mocks

package
v2.4.8 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2022 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockCredentialsStorer

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

MockCredentialsStorer is a mock of CredentialsStorer interface.

func NewMockCredentialsStorer

func NewMockCredentialsStorer(ctrl *gomock.Controller) *MockCredentialsStorer

NewMockCredentialsStorer creates a new mock instance.

func (*MockCredentialsStorer) Add

func (m *MockCredentialsStorer) Add(arg0, arg1, arg2, arg3 string, arg4 []byte, arg5 []string) (*credentials.Credentials, error)

Add mocks base method.

func (*MockCredentialsStorer) Delete

func (m *MockCredentialsStorer) Delete(arg0 string) error

Delete mocks base method.

func (*MockCredentialsStorer) EXPECT

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

func (*MockCredentialsStorer) Get

Get mocks base method.

func (*MockCredentialsStorer) List

func (m *MockCredentialsStorer) List() ([]string, error)

List mocks base method.

func (*MockCredentialsStorer) Logout

Logout mocks base method.

func (*MockCredentialsStorer) SwitchAddressMode

func (m *MockCredentialsStorer) SwitchAddressMode(arg0 string) (*credentials.Credentials, error)

SwitchAddressMode mocks base method.

func (*MockCredentialsStorer) UpdateEmails

func (m *MockCredentialsStorer) UpdateEmails(arg0 string, arg1 []string) (*credentials.Credentials, error)

UpdateEmails mocks base method.

func (*MockCredentialsStorer) UpdatePassword

func (m *MockCredentialsStorer) UpdatePassword(arg0 string, arg1 []byte) (*credentials.Credentials, error)

UpdatePassword mocks base method.

func (*MockCredentialsStorer) UpdateToken

func (m *MockCredentialsStorer) UpdateToken(arg0, arg1, arg2 string) (*credentials.Credentials, error)

UpdateToken mocks base method.

type MockCredentialsStorerMockRecorder

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

MockCredentialsStorerMockRecorder is the mock recorder for MockCredentialsStorer.

func (*MockCredentialsStorerMockRecorder) Add

func (mr *MockCredentialsStorerMockRecorder) Add(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

Add indicates an expected call of Add.

func (*MockCredentialsStorerMockRecorder) Delete

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

Delete indicates an expected call of Delete.

func (*MockCredentialsStorerMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockCredentialsStorerMockRecorder) List

List indicates an expected call of List.

func (*MockCredentialsStorerMockRecorder) Logout

func (mr *MockCredentialsStorerMockRecorder) Logout(arg0 interface{}) *gomock.Call

Logout indicates an expected call of Logout.

func (*MockCredentialsStorerMockRecorder) SwitchAddressMode

func (mr *MockCredentialsStorerMockRecorder) SwitchAddressMode(arg0 interface{}) *gomock.Call

SwitchAddressMode indicates an expected call of SwitchAddressMode.

func (*MockCredentialsStorerMockRecorder) UpdateEmails

func (mr *MockCredentialsStorerMockRecorder) UpdateEmails(arg0, arg1 interface{}) *gomock.Call

UpdateEmails indicates an expected call of UpdateEmails.

func (*MockCredentialsStorerMockRecorder) UpdatePassword

func (mr *MockCredentialsStorerMockRecorder) UpdatePassword(arg0, arg1 interface{}) *gomock.Call

UpdatePassword indicates an expected call of UpdatePassword.

func (*MockCredentialsStorerMockRecorder) UpdateToken

func (mr *MockCredentialsStorerMockRecorder) UpdateToken(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateToken indicates an expected call of UpdateToken.

type MockListener

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

MockListener is a mock of Listener interface.

func NewMockListener

func NewMockListener(ctrl *gomock.Controller) *MockListener

NewMockListener creates a new mock instance.

func (*MockListener) Add

func (m *MockListener) Add(arg0 string, arg1 chan<- string)

Add mocks base method.

func (*MockListener) Book

func (m *MockListener) Book(arg0 string)

Book mocks base method.

func (*MockListener) EXPECT

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

func (*MockListener) Emit

func (m *MockListener) Emit(arg0, arg1 string)

Emit mocks base method.

func (*MockListener) ProvideChannel

func (m *MockListener) ProvideChannel(arg0 string) <-chan string

ProvideChannel mocks base method.

func (*MockListener) Remove

func (m *MockListener) Remove(arg0 string, arg1 chan<- string)

Remove mocks base method.

func (*MockListener) RetryEmit

func (m *MockListener) RetryEmit(arg0 string)

RetryEmit mocks base method.

func (*MockListener) SetBuffer

func (m *MockListener) SetBuffer(arg0 string)

SetBuffer mocks base method.

func (*MockListener) SetLimit

func (m *MockListener) SetLimit(arg0 string, arg1 time.Duration)

SetLimit mocks base method.

type MockListenerMockRecorder

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

MockListenerMockRecorder is the mock recorder for MockListener.

func (*MockListenerMockRecorder) Add

func (mr *MockListenerMockRecorder) Add(arg0, arg1 interface{}) *gomock.Call

Add indicates an expected call of Add.

func (*MockListenerMockRecorder) Book

func (mr *MockListenerMockRecorder) Book(arg0 interface{}) *gomock.Call

Book indicates an expected call of Book.

func (*MockListenerMockRecorder) Emit

func (mr *MockListenerMockRecorder) Emit(arg0, arg1 interface{}) *gomock.Call

Emit indicates an expected call of Emit.

func (*MockListenerMockRecorder) ProvideChannel

func (mr *MockListenerMockRecorder) ProvideChannel(arg0 interface{}) *gomock.Call

ProvideChannel indicates an expected call of ProvideChannel.

func (*MockListenerMockRecorder) Remove

func (mr *MockListenerMockRecorder) Remove(arg0, arg1 interface{}) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockListenerMockRecorder) RetryEmit

func (mr *MockListenerMockRecorder) RetryEmit(arg0 interface{}) *gomock.Call

RetryEmit indicates an expected call of RetryEmit.

func (*MockListenerMockRecorder) SetBuffer

func (mr *MockListenerMockRecorder) SetBuffer(arg0 interface{}) *gomock.Call

SetBuffer indicates an expected call of SetBuffer.

func (*MockListenerMockRecorder) SetLimit

func (mr *MockListenerMockRecorder) SetLimit(arg0, arg1 interface{}) *gomock.Call

SetLimit indicates an expected call of SetLimit.

type MockLocator

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

MockLocator is a mock of Locator interface.

func NewMockLocator

func NewMockLocator(ctrl *gomock.Controller) *MockLocator

NewMockLocator creates a new mock instance.

func (*MockLocator) Clear

func (m *MockLocator) Clear() error

Clear mocks base method.

func (*MockLocator) EXPECT

func (m *MockLocator) EXPECT() *MockLocatorMockRecorder

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

type MockLocatorMockRecorder

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

MockLocatorMockRecorder is the mock recorder for MockLocator.

func (*MockLocatorMockRecorder) Clear

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

Clear indicates an expected call of Clear.

type MockPanicHandler

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

MockPanicHandler is a mock of PanicHandler interface.

func NewMockPanicHandler

func NewMockPanicHandler(ctrl *gomock.Controller) *MockPanicHandler

NewMockPanicHandler creates a new mock instance.

func (*MockPanicHandler) EXPECT

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

func (*MockPanicHandler) HandlePanic

func (m *MockPanicHandler) HandlePanic()

HandlePanic mocks base method.

type MockPanicHandlerMockRecorder

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

MockPanicHandlerMockRecorder is the mock recorder for MockPanicHandler.

func (*MockPanicHandlerMockRecorder) HandlePanic

func (mr *MockPanicHandlerMockRecorder) HandlePanic() *gomock.Call

HandlePanic indicates an expected call of HandlePanic.

type MockStoreMaker

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

MockStoreMaker is a mock of StoreMaker interface.

func NewMockStoreMaker

func NewMockStoreMaker(ctrl *gomock.Controller) *MockStoreMaker

NewMockStoreMaker creates a new mock instance.

func (*MockStoreMaker) EXPECT

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

func (*MockStoreMaker) New

func (m *MockStoreMaker) New(arg0 store.BridgeUser) (*store.Store, error)

New mocks base method.

func (*MockStoreMaker) Remove

func (m *MockStoreMaker) Remove(arg0 string) error

Remove mocks base method.

type MockStoreMakerMockRecorder

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

MockStoreMakerMockRecorder is the mock recorder for MockStoreMaker.

func (*MockStoreMakerMockRecorder) New

func (mr *MockStoreMakerMockRecorder) New(arg0 interface{}) *gomock.Call

New indicates an expected call of New.

func (*MockStoreMakerMockRecorder) Remove

func (mr *MockStoreMakerMockRecorder) Remove(arg0 interface{}) *gomock.Call

Remove indicates an expected call of Remove.

Jump to

Keyboard shortcuts

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