mocks

package
v0.0.0-...-4e7898a Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

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 MockBindingStorage

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

MockBindingStorage is a mock of BindingStorage interface

func NewMockBindingStorage

func NewMockBindingStorage(ctrl *gomock.Controller) *MockBindingStorage

NewMockBindingStorage creates a new mock instance

func (*MockBindingStorage) EXPECT

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

func (*MockBindingStorage) GetUserFrontendID

func (m *MockBindingStorage) GetUserFrontendID(uid, frontendType string) (string, error)

GetUserFrontendID mocks base method

func (*MockBindingStorage) PutBinding

func (m *MockBindingStorage) PutBinding(uid string) error

PutBinding mocks base method

type MockBindingStorageMockRecorder

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

MockBindingStorageMockRecorder is the mock recorder for MockBindingStorage

func (*MockBindingStorageMockRecorder) GetUserFrontendID

func (mr *MockBindingStorageMockRecorder) GetUserFrontendID(uid, frontendType interface{}) *gomock.Call

GetUserFrontendID indicates an expected call of GetUserFrontendID

func (*MockBindingStorageMockRecorder) PutBinding

func (mr *MockBindingStorageMockRecorder) PutBinding(uid interface{}) *gomock.Call

PutBinding indicates an expected call of PutBinding

type MockModule

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

MockModule is a mock of Module interface

func NewMockModule

func NewMockModule(ctrl *gomock.Controller) *MockModule

NewMockModule creates a new mock instance

func (*MockModule) AfterInit

func (m *MockModule) AfterInit()

AfterInit mocks base method

func (*MockModule) BeforeShutdown

func (m *MockModule) BeforeShutdown()

BeforeShutdown mocks base method

func (*MockModule) EXPECT

func (m *MockModule) EXPECT() *MockModuleMockRecorder

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

func (*MockModule) Init

func (m *MockModule) Init() error

Init mocks base method

func (*MockModule) Shutdown

func (m *MockModule) Shutdown() error

Shutdown mocks base method

type MockModuleMockRecorder

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

MockModuleMockRecorder is the mock recorder for MockModule

func (*MockModuleMockRecorder) AfterInit

func (mr *MockModuleMockRecorder) AfterInit() *gomock.Call

AfterInit indicates an expected call of AfterInit

func (*MockModuleMockRecorder) BeforeShutdown

func (mr *MockModuleMockRecorder) BeforeShutdown() *gomock.Call

BeforeShutdown indicates an expected call of BeforeShutdown

func (*MockModuleMockRecorder) Init

func (mr *MockModuleMockRecorder) Init() *gomock.Call

Init indicates an expected call of Init

func (*MockModuleMockRecorder) Shutdown

func (mr *MockModuleMockRecorder) Shutdown() *gomock.Call

Shutdown indicates an expected call of Shutdown

Jump to

Keyboard shortcuts

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