Documentation ¶
Overview ¶
Package iotdataplanemock is a generated GoMock package.
Index ¶
- type MockIoTDataPlaneAPI
- func (m *MockIoTDataPlaneAPI) DeleteThingShadow(arg0 *iotdataplane.DeleteThingShadowInput) (*iotdataplane.DeleteThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) DeleteThingShadowRequest(arg0 *iotdataplane.DeleteThingShadowInput) (*request.Request, *iotdataplane.DeleteThingShadowOutput)
- func (m *MockIoTDataPlaneAPI) DeleteThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.DeleteThingShadowInput, ...) (*iotdataplane.DeleteThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) EXPECT() *MockIoTDataPlaneAPIMockRecorder
- func (m *MockIoTDataPlaneAPI) GetThingShadow(arg0 *iotdataplane.GetThingShadowInput) (*iotdataplane.GetThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) GetThingShadowRequest(arg0 *iotdataplane.GetThingShadowInput) (*request.Request, *iotdataplane.GetThingShadowOutput)
- func (m *MockIoTDataPlaneAPI) GetThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.GetThingShadowInput, ...) (*iotdataplane.GetThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThing(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*iotdataplane.ListNamedShadowsForThingOutput, error)
- func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*request.Request, *iotdataplane.ListNamedShadowsForThingOutput)
- func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext(arg0 context.Context, arg1 *iotdataplane.ListNamedShadowsForThingInput, ...) (*iotdataplane.ListNamedShadowsForThingOutput, error)
- func (m *MockIoTDataPlaneAPI) Publish(arg0 *iotdataplane.PublishInput) (*iotdataplane.PublishOutput, error)
- func (m *MockIoTDataPlaneAPI) PublishRequest(arg0 *iotdataplane.PublishInput) (*request.Request, *iotdataplane.PublishOutput)
- func (m *MockIoTDataPlaneAPI) PublishWithContext(arg0 context.Context, arg1 *iotdataplane.PublishInput, arg2 ...request.Option) (*iotdataplane.PublishOutput, error)
- func (m *MockIoTDataPlaneAPI) UpdateThingShadow(arg0 *iotdataplane.UpdateThingShadowInput) (*iotdataplane.UpdateThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) UpdateThingShadowRequest(arg0 *iotdataplane.UpdateThingShadowInput) (*request.Request, *iotdataplane.UpdateThingShadowOutput)
- func (m *MockIoTDataPlaneAPI) UpdateThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.UpdateThingShadowInput, ...) (*iotdataplane.UpdateThingShadowOutput, error)
- type MockIoTDataPlaneAPIMockRecorder
- func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadow(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadow(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThing(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) Publish(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) PublishRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) PublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadow(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockIoTDataPlaneAPI) DeleteThingShadow(arg0 *iotdataplane.DeleteThingShadowInput) (*iotdataplane.DeleteThingShadowOutput, error)
DeleteThingShadow mocks base method
func (*MockIoTDataPlaneAPI) DeleteThingShadowRequest ¶
func (m *MockIoTDataPlaneAPI) DeleteThingShadowRequest(arg0 *iotdataplane.DeleteThingShadowInput) (*request.Request, *iotdataplane.DeleteThingShadowOutput)
DeleteThingShadowRequest mocks base method
func (*MockIoTDataPlaneAPI) DeleteThingShadowWithContext ¶
func (m *MockIoTDataPlaneAPI) DeleteThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.DeleteThingShadowInput, arg2 ...request.Option) (*iotdataplane.DeleteThingShadowOutput, error)
DeleteThingShadowWithContext mocks base method
func (*MockIoTDataPlaneAPI) EXPECT ¶
func (m *MockIoTDataPlaneAPI) EXPECT() *MockIoTDataPlaneAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIoTDataPlaneAPI) GetThingShadow ¶
func (m *MockIoTDataPlaneAPI) GetThingShadow(arg0 *iotdataplane.GetThingShadowInput) (*iotdataplane.GetThingShadowOutput, error)
GetThingShadow mocks base method
func (*MockIoTDataPlaneAPI) GetThingShadowRequest ¶
func (m *MockIoTDataPlaneAPI) GetThingShadowRequest(arg0 *iotdataplane.GetThingShadowInput) (*request.Request, *iotdataplane.GetThingShadowOutput)
GetThingShadowRequest mocks base method
func (*MockIoTDataPlaneAPI) GetThingShadowWithContext ¶
func (m *MockIoTDataPlaneAPI) GetThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.GetThingShadowInput, arg2 ...request.Option) (*iotdataplane.GetThingShadowOutput, error)
GetThingShadowWithContext mocks base method
func (*MockIoTDataPlaneAPI) ListNamedShadowsForThing ¶
func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThing(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*iotdataplane.ListNamedShadowsForThingOutput, error)
ListNamedShadowsForThing mocks base method
func (*MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest ¶
func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*request.Request, *iotdataplane.ListNamedShadowsForThingOutput)
ListNamedShadowsForThingRequest mocks base method
func (*MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext ¶
func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext(arg0 context.Context, arg1 *iotdataplane.ListNamedShadowsForThingInput, arg2 ...request.Option) (*iotdataplane.ListNamedShadowsForThingOutput, error)
ListNamedShadowsForThingWithContext mocks base method
func (*MockIoTDataPlaneAPI) Publish ¶
func (m *MockIoTDataPlaneAPI) Publish(arg0 *iotdataplane.PublishInput) (*iotdataplane.PublishOutput, error)
Publish mocks base method
func (*MockIoTDataPlaneAPI) PublishRequest ¶
func (m *MockIoTDataPlaneAPI) PublishRequest(arg0 *iotdataplane.PublishInput) (*request.Request, *iotdataplane.PublishOutput)
PublishRequest mocks base method
func (*MockIoTDataPlaneAPI) PublishWithContext ¶
func (m *MockIoTDataPlaneAPI) PublishWithContext(arg0 context.Context, arg1 *iotdataplane.PublishInput, arg2 ...request.Option) (*iotdataplane.PublishOutput, error)
PublishWithContext mocks base method
func (*MockIoTDataPlaneAPI) UpdateThingShadow ¶
func (m *MockIoTDataPlaneAPI) UpdateThingShadow(arg0 *iotdataplane.UpdateThingShadowInput) (*iotdataplane.UpdateThingShadowOutput, error)
UpdateThingShadow mocks base method
func (*MockIoTDataPlaneAPI) UpdateThingShadowRequest ¶
func (m *MockIoTDataPlaneAPI) UpdateThingShadowRequest(arg0 *iotdataplane.UpdateThingShadowInput) (*request.Request, *iotdataplane.UpdateThingShadowOutput)
UpdateThingShadowRequest mocks base method
func (*MockIoTDataPlaneAPI) UpdateThingShadowWithContext ¶
func (m *MockIoTDataPlaneAPI) UpdateThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.UpdateThingShadowInput, arg2 ...request.Option) (*iotdataplane.UpdateThingShadowOutput, error)
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) 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) 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