iotdataplanemock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package iotdataplanemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIoTDataPlaneAPI

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

MockIoTDataPlaneAPI is a mock of IoTDataPlaneAPI interface.

func NewMockIoTDataPlaneAPI

func NewMockIoTDataPlaneAPI(ctrl *gomock.Controller) *MockIoTDataPlaneAPI

NewMockIoTDataPlaneAPI creates a new mock instance.

func (*MockIoTDataPlaneAPI) DeleteThingShadow

DeleteThingShadow mocks base method.

func (*MockIoTDataPlaneAPI) DeleteThingShadowRequest

DeleteThingShadowRequest mocks base method.

func (*MockIoTDataPlaneAPI) DeleteThingShadowWithContext

DeleteThingShadowWithContext mocks base method.

func (*MockIoTDataPlaneAPI) EXPECT

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

func (*MockIoTDataPlaneAPI) GetRetainedMessage added in v1.43.22

GetRetainedMessage mocks base method.

func (*MockIoTDataPlaneAPI) GetRetainedMessageRequest added in v1.43.22

GetRetainedMessageRequest mocks base method.

func (*MockIoTDataPlaneAPI) GetRetainedMessageWithContext added in v1.43.22

GetRetainedMessageWithContext mocks base method.

func (*MockIoTDataPlaneAPI) GetThingShadow

GetThingShadow mocks base method.

func (*MockIoTDataPlaneAPI) GetThingShadowRequest

GetThingShadowRequest mocks base method.

func (*MockIoTDataPlaneAPI) GetThingShadowWithContext

GetThingShadowWithContext mocks base method.

func (*MockIoTDataPlaneAPI) ListNamedShadowsForThing

ListNamedShadowsForThing mocks base method.

func (*MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest

ListNamedShadowsForThingRequest mocks base method.

func (*MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext

ListNamedShadowsForThingWithContext mocks base method.

func (*MockIoTDataPlaneAPI) ListRetainedMessages added in v1.43.22

ListRetainedMessages mocks base method.

func (*MockIoTDataPlaneAPI) ListRetainedMessagesPages added in v1.43.22

ListRetainedMessagesPages mocks base method.

func (*MockIoTDataPlaneAPI) ListRetainedMessagesPagesWithContext added in v1.43.22

func (m *MockIoTDataPlaneAPI) ListRetainedMessagesPagesWithContext(arg0 context.Context, arg1 *iotdataplane.ListRetainedMessagesInput, arg2 func(*iotdataplane.ListRetainedMessagesOutput, bool) bool, arg3 ...request.Option) error

ListRetainedMessagesPagesWithContext mocks base method.

func (*MockIoTDataPlaneAPI) ListRetainedMessagesRequest added in v1.43.22

ListRetainedMessagesRequest mocks base method.

func (*MockIoTDataPlaneAPI) ListRetainedMessagesWithContext added in v1.43.22

ListRetainedMessagesWithContext mocks base method.

func (*MockIoTDataPlaneAPI) Publish

Publish mocks base method.

func (*MockIoTDataPlaneAPI) PublishRequest

PublishRequest mocks base method.

func (*MockIoTDataPlaneAPI) PublishWithContext

PublishWithContext mocks base method.

func (*MockIoTDataPlaneAPI) UpdateThingShadow

UpdateThingShadow mocks base method.

func (*MockIoTDataPlaneAPI) UpdateThingShadowRequest

UpdateThingShadowRequest mocks base method.

func (*MockIoTDataPlaneAPI) UpdateThingShadowWithContext

UpdateThingShadowWithContext mocks base method.

type MockIoTDataPlaneAPIMockRecorder

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

MockIoTDataPlaneAPIMockRecorder is the mock recorder for MockIoTDataPlaneAPI.

func (*MockIoTDataPlaneAPIMockRecorder) DeleteThingShadow

func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadow(arg0 interface{}) *gomock.Call

DeleteThingShadow indicates an expected call of DeleteThingShadow.

func (*MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowRequest

func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowRequest(arg0 interface{}) *gomock.Call

DeleteThingShadowRequest indicates an expected call of DeleteThingShadowRequest.

func (*MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowWithContext

func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteThingShadowWithContext indicates an expected call of DeleteThingShadowWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) GetRetainedMessage added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessage(arg0 interface{}) *gomock.Call

GetRetainedMessage indicates an expected call of GetRetainedMessage.

func (*MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageRequest added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageRequest(arg0 interface{}) *gomock.Call

GetRetainedMessageRequest indicates an expected call of GetRetainedMessageRequest.

func (*MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageWithContext added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRetainedMessageWithContext indicates an expected call of GetRetainedMessageWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) GetThingShadow

func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadow(arg0 interface{}) *gomock.Call

GetThingShadow indicates an expected call of GetThingShadow.

func (*MockIoTDataPlaneAPIMockRecorder) GetThingShadowRequest

func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowRequest(arg0 interface{}) *gomock.Call

GetThingShadowRequest indicates an expected call of GetThingShadowRequest.

func (*MockIoTDataPlaneAPIMockRecorder) GetThingShadowWithContext

func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetThingShadowWithContext indicates an expected call of GetThingShadowWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThing

func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThing(arg0 interface{}) *gomock.Call

ListNamedShadowsForThing indicates an expected call of ListNamedShadowsForThing.

func (*MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingRequest

func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingRequest(arg0 interface{}) *gomock.Call

ListNamedShadowsForThingRequest indicates an expected call of ListNamedShadowsForThingRequest.

func (*MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingWithContext

func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNamedShadowsForThingWithContext indicates an expected call of ListNamedShadowsForThingWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessages added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessages(arg0 interface{}) *gomock.Call

ListRetainedMessages indicates an expected call of ListRetainedMessages.

func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPages added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPages(arg0, arg1 interface{}) *gomock.Call

ListRetainedMessagesPages indicates an expected call of ListRetainedMessagesPages.

func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPagesWithContext added in v1.43.22

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

ListRetainedMessagesPagesWithContext indicates an expected call of ListRetainedMessagesPagesWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesRequest added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesRequest(arg0 interface{}) *gomock.Call

ListRetainedMessagesRequest indicates an expected call of ListRetainedMessagesRequest.

func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesWithContext added in v1.43.22

func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRetainedMessagesWithContext indicates an expected call of ListRetainedMessagesWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) Publish

func (mr *MockIoTDataPlaneAPIMockRecorder) Publish(arg0 interface{}) *gomock.Call

Publish indicates an expected call of Publish.

func (*MockIoTDataPlaneAPIMockRecorder) PublishRequest

func (mr *MockIoTDataPlaneAPIMockRecorder) PublishRequest(arg0 interface{}) *gomock.Call

PublishRequest indicates an expected call of PublishRequest.

func (*MockIoTDataPlaneAPIMockRecorder) PublishWithContext

func (mr *MockIoTDataPlaneAPIMockRecorder) PublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PublishWithContext indicates an expected call of PublishWithContext.

func (*MockIoTDataPlaneAPIMockRecorder) UpdateThingShadow

func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadow(arg0 interface{}) *gomock.Call

UpdateThingShadow indicates an expected call of UpdateThingShadow.

func (*MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowRequest

func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowRequest(arg0 interface{}) *gomock.Call

UpdateThingShadowRequest indicates an expected call of UpdateThingShadowRequest.

func (*MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowWithContext

func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateThingShadowWithContext indicates an expected call of UpdateThingShadowWithContext.

Jump to

Keyboard shortcuts

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