Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) DeleteThingShadow(ctx context.Context, params *iotdataplane.DeleteThingShadowInput, ...) (*iotdataplane.DeleteThingShadowOutput, error)
- func (_m *IClient) GetRetainedMessage(ctx context.Context, params *iotdataplane.GetRetainedMessageInput, ...) (*iotdataplane.GetRetainedMessageOutput, error)
- func (_m *IClient) GetThingShadow(ctx context.Context, params *iotdataplane.GetThingShadowInput, ...) (*iotdataplane.GetThingShadowOutput, error)
- func (_m *IClient) ListNamedShadowsForThing(ctx context.Context, params *iotdataplane.ListNamedShadowsForThingInput, ...) (*iotdataplane.ListNamedShadowsForThingOutput, error)
- func (_m *IClient) ListRetainedMessages(ctx context.Context, params *iotdataplane.ListRetainedMessagesInput, ...) (*iotdataplane.ListRetainedMessagesOutput, error)
- func (_m *IClient) Options() iotdataplane.Options
- func (_m *IClient) Publish(ctx context.Context, params *iotdataplane.PublishInput, ...) (*iotdataplane.PublishOutput, error)
- func (_m *IClient) UpdateThingShadow(ctx context.Context, params *iotdataplane.UpdateThingShadowInput, ...) (*iotdataplane.UpdateThingShadowOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) DeleteThingShadow ¶
func (_m *IClient) DeleteThingShadow(ctx context.Context, params *iotdataplane.DeleteThingShadowInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.DeleteThingShadowOutput, error)
DeleteThingShadow provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetRetainedMessage ¶
func (_m *IClient) GetRetainedMessage(ctx context.Context, params *iotdataplane.GetRetainedMessageInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.GetRetainedMessageOutput, error)
GetRetainedMessage provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetThingShadow ¶
func (_m *IClient) GetThingShadow(ctx context.Context, params *iotdataplane.GetThingShadowInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.GetThingShadowOutput, error)
GetThingShadow provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListNamedShadowsForThing ¶
func (_m *IClient) ListNamedShadowsForThing(ctx context.Context, params *iotdataplane.ListNamedShadowsForThingInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.ListNamedShadowsForThingOutput, error)
ListNamedShadowsForThing provides a mock function with given fields: ctx, params, optFns
func (*IClient) ListRetainedMessages ¶
func (_m *IClient) ListRetainedMessages(ctx context.Context, params *iotdataplane.ListRetainedMessagesInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.ListRetainedMessagesOutput, error)
ListRetainedMessages provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() iotdataplane.Options
Options provides a mock function with given fields:
func (*IClient) Publish ¶
func (_m *IClient) Publish(ctx context.Context, params *iotdataplane.PublishInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.PublishOutput, error)
Publish provides a mock function with given fields: ctx, params, optFns
func (*IClient) UpdateThingShadow ¶
func (_m *IClient) UpdateThingShadow(ctx context.Context, params *iotdataplane.UpdateThingShadowInput, optFns ...func(*iotdataplane.Options)) (*iotdataplane.UpdateThingShadowOutput, error)
UpdateThingShadow provides a mock function with given fields: ctx, params, optFns