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: 5 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 MockOrche

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

MockOrche is a mock of Orche interface.

func NewMockOrche

func NewMockOrche(ctrl *gomock.Controller) *MockOrche

NewMockOrche creates a new mock instance.

func (*MockOrche) EXPECT

func (m *MockOrche) EXPECT() *MockOrcheMockRecorder

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

func (*MockOrche) Start

func (m *MockOrche) Start(arg0, arg1, arg2 string)

Start mocks base method.

type MockOrcheExternalAPI

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

MockOrcheExternalAPI is a mock of OrcheExternalAPI interface.

func NewMockOrcheExternalAPI

func NewMockOrcheExternalAPI(ctrl *gomock.Controller) *MockOrcheExternalAPI

NewMockOrcheExternalAPI creates a new mock instance.

func (*MockOrcheExternalAPI) EXPECT

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

func (*MockOrcheExternalAPI) RequestCloudSyncPublish added in v1.1.8

func (m *MockOrcheExternalAPI) RequestCloudSyncPublish(arg0 string, arg1 string, arg2 string, arg3 string) string

RequestCloudSyncPublish mocks base method

func (*MockOrcheExternalAPI) RequestCloudSyncSubscribe added in v1.1.9

func (m *MockOrcheExternalAPI) RequestCloudSyncSubscribe(arg0 string, arg1 string, arg2 string) string

RequestCloudSyncSubscribe mocks base method.

func (*MockOrcheExternalAPI) RequestService

RequestService mocks base method.

func (*MockOrcheExternalAPI) RequestSubscribedData added in v1.1.11

func (m *MockOrcheExternalAPI) RequestSubscribedData(arg0 string, arg1 string, arg2 string) string

RequestSubscribedData mocks base method.

func (*MockOrcheExternalAPI) RequestVerifierConf

RequestVerifierConf mocks base method.

type MockOrcheExternalAPIMockRecorder

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

MockOrcheExternalAPIMockRecorder is the mock recorder for MockOrcheExternalAPI.

func (*MockOrcheExternalAPIMockRecorder) RequestCloudSyncPublish added in v1.1.8

func (mr *MockOrcheExternalAPIMockRecorder) RequestCloudSyncPublish(arg0, arg1 interface{}, arg2 interface{}, arg3 interface{}) *gomock.Call

RequestCloudSyncPublish indicates an expected call of RequestCloudSyncPublish

func (*MockOrcheExternalAPIMockRecorder) RequestCloudSyncSubscribe added in v1.1.9

func (mr *MockOrcheExternalAPIMockRecorder) RequestCloudSyncSubscribe(arg0, arg1 interface{}, arg2 interface{}) *gomock.Call

RequestCloudSyncSubscribe indicates an expected call of RequestCloudSyncSubscribe.

func (*MockOrcheExternalAPIMockRecorder) RequestService

func (mr *MockOrcheExternalAPIMockRecorder) RequestService(arg0 interface{}) *gomock.Call

RequestService indicates an expected call of RequestService.

func (*MockOrcheExternalAPIMockRecorder) RequestSubscribedData added in v1.1.11

func (mr *MockOrcheExternalAPIMockRecorder) RequestSubscribedData(arg0, arg1 interface{}, arg2 interface{}) *gomock.Call

RequestSubscribedData indicates an expected call of RequestSubscribedData.

func (*MockOrcheExternalAPIMockRecorder) RequestVerifierConf

func (mr *MockOrcheExternalAPIMockRecorder) RequestVerifierConf(arg0 interface{}) *gomock.Call

RequestVerifierConf indicates an expected call of RequestVerifierConf.

type MockOrcheInternalAPI

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

MockOrcheInternalAPI is a mock of OrcheInternalAPI interface.

func NewMockOrcheInternalAPI

func NewMockOrcheInternalAPI(ctrl *gomock.Controller) *MockOrcheInternalAPI

NewMockOrcheInternalAPI creates a new mock instance.

func (*MockOrcheInternalAPI) EXPECT

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

func (*MockOrcheInternalAPI) ExecuteAppOnLocal

func (m *MockOrcheInternalAPI) ExecuteAppOnLocal(arg0 map[string]interface{})

ExecuteAppOnLocal mocks base method.

func (*MockOrcheInternalAPI) GetOrchestrationInfo

func (m *MockOrcheInternalAPI) GetOrchestrationInfo() (string, string, []string, error)

GetOrchestrationInfo mocks base method.

func (*MockOrcheInternalAPI) GetResource

func (m *MockOrcheInternalAPI) GetResource(arg0 string) (map[string]interface{}, error)

GetResource mocks base method.

func (*MockOrcheInternalAPI) GetScore

func (m *MockOrcheInternalAPI) GetScore(arg0 string) (float64, error)

GetScore mocks base method.

func (*MockOrcheInternalAPI) GetScoreWithResource

func (m *MockOrcheInternalAPI) GetScoreWithResource(arg0 map[string]interface{}) (float64, error)

GetScoreWithResource mocks base method.

func (*MockOrcheInternalAPI) HandleDeviceInfo

func (m *MockOrcheInternalAPI) HandleDeviceInfo(arg0, arg1, arg2 string)

HandleDeviceInfo mocks base method.

func (*MockOrcheInternalAPI) HandleNotificationOnLocal

func (m *MockOrcheInternalAPI) HandleNotificationOnLocal(arg0 float64, arg1 string) error

HandleNotificationOnLocal mocks base method.

func (*MockOrcheInternalAPI) Notify

Notify mocks base method.

type MockOrcheInternalAPIMockRecorder

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

MockOrcheInternalAPIMockRecorder is the mock recorder for MockOrcheInternalAPI.

func (*MockOrcheInternalAPIMockRecorder) ExecuteAppOnLocal

func (mr *MockOrcheInternalAPIMockRecorder) ExecuteAppOnLocal(arg0 interface{}) *gomock.Call

ExecuteAppOnLocal indicates an expected call of ExecuteAppOnLocal.

func (*MockOrcheInternalAPIMockRecorder) GetOrchestrationInfo

func (mr *MockOrcheInternalAPIMockRecorder) GetOrchestrationInfo() *gomock.Call

GetOrchestrationInfo indicates an expected call of GetOrchestrationInfo.

func (*MockOrcheInternalAPIMockRecorder) GetResource

func (mr *MockOrcheInternalAPIMockRecorder) GetResource(arg0 interface{}) *gomock.Call

GetResource indicates an expected call of GetResource.

func (*MockOrcheInternalAPIMockRecorder) GetScore

func (mr *MockOrcheInternalAPIMockRecorder) GetScore(arg0 interface{}) *gomock.Call

GetScore indicates an expected call of GetScore.

func (*MockOrcheInternalAPIMockRecorder) GetScoreWithResource

func (mr *MockOrcheInternalAPIMockRecorder) GetScoreWithResource(arg0 interface{}) *gomock.Call

GetScoreWithResource indicates an expected call of GetScoreWithResource.

func (*MockOrcheInternalAPIMockRecorder) HandleDeviceInfo

func (mr *MockOrcheInternalAPIMockRecorder) HandleDeviceInfo(arg0, arg1, arg2 interface{}) *gomock.Call

HandleDeviceInfo indicates an expected call of HandleDeviceInfo.

func (*MockOrcheInternalAPIMockRecorder) HandleNotificationOnLocal

func (mr *MockOrcheInternalAPIMockRecorder) HandleNotificationOnLocal(arg0, arg1 interface{}) *gomock.Call

HandleNotificationOnLocal indicates an expected call of HandleNotificationOnLocal.

func (*MockOrcheInternalAPIMockRecorder) Notify

func (mr *MockOrcheInternalAPIMockRecorder) Notify(arg0 interface{}) *gomock.Call

Notify indicates an expected call of Notify.

type MockOrcheMockRecorder

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

MockOrcheMockRecorder is the mock recorder for MockOrche.

func (*MockOrcheMockRecorder) Start

func (mr *MockOrcheMockRecorder) Start(arg0, arg1, arg2 interface{}) *gomock.Call

Start indicates an expected call of Start.

Jump to

Keyboard shortcuts

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