mocks

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 License: Apache-2.0 Imports: 4 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 MockServiceMgr

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

MockServiceMgr is a mock of ServiceMgr interface

func NewMockServiceMgr

func NewMockServiceMgr(ctrl *gomock.Controller) *MockServiceMgr

NewMockServiceMgr creates a new mock instance

func (*MockServiceMgr) EXPECT

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

func (*MockServiceMgr) Execute

func (m *MockServiceMgr) Execute(target, name, requester string, args []interface{}, notiChan chan string) error

Execute mocks base method

func (*MockServiceMgr) ExecuteAppOnLocal

func (m *MockServiceMgr) ExecuteAppOnLocal(appInfo map[string]interface{})

ExecuteAppOnLocal mocks base method

func (*MockServiceMgr) SetClient

func (m *MockServiceMgr) SetClient(clientAPI client.Clienter)

SetClient mocks base method

func (*MockServiceMgr) SetLocalServiceExecutor

func (m *MockServiceMgr) SetLocalServiceExecutor(s executor.ServiceExecutor)

SetLocalServiceExecutor mocks base method

type MockServiceMgrMockRecorder

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

MockServiceMgrMockRecorder is the mock recorder for MockServiceMgr

func (*MockServiceMgrMockRecorder) Execute

func (mr *MockServiceMgrMockRecorder) Execute(target, name, requester, args, notiChan interface{}) *gomock.Call

Execute indicates an expected call of Execute

func (*MockServiceMgrMockRecorder) ExecuteAppOnLocal

func (mr *MockServiceMgrMockRecorder) ExecuteAppOnLocal(appInfo interface{}) *gomock.Call

ExecuteAppOnLocal indicates an expected call of ExecuteAppOnLocal

func (*MockServiceMgrMockRecorder) SetClient

func (mr *MockServiceMgrMockRecorder) SetClient(clientAPI interface{}) *gomock.Call

SetClient indicates an expected call of SetClient

func (*MockServiceMgrMockRecorder) SetLocalServiceExecutor

func (mr *MockServiceMgrMockRecorder) SetLocalServiceExecutor(s interface{}) *gomock.Call

SetLocalServiceExecutor indicates an expected call of SetLocalServiceExecutor

Jump to

Keyboard shortcuts

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