Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) GetDeployments(ctx context.Context, params *sagemakeredge.GetDeploymentsInput, ...) (*sagemakeredge.GetDeploymentsOutput, error)
- func (_m *IClient) GetDeviceRegistration(ctx context.Context, params *sagemakeredge.GetDeviceRegistrationInput, ...) (*sagemakeredge.GetDeviceRegistrationOutput, error)
- func (_m *IClient) Options() sagemakeredge.Options
- func (_m *IClient) SendHeartbeat(ctx context.Context, params *sagemakeredge.SendHeartbeatInput, ...) (*sagemakeredge.SendHeartbeatOutput, 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) GetDeployments ¶
func (_m *IClient) GetDeployments(ctx context.Context, params *sagemakeredge.GetDeploymentsInput, optFns ...func(*sagemakeredge.Options)) (*sagemakeredge.GetDeploymentsOutput, error)
GetDeployments provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetDeviceRegistration ¶
func (_m *IClient) GetDeviceRegistration(ctx context.Context, params *sagemakeredge.GetDeviceRegistrationInput, optFns ...func(*sagemakeredge.Options)) (*sagemakeredge.GetDeviceRegistrationOutput, error)
GetDeviceRegistration provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() sagemakeredge.Options
Options provides a mock function with given fields:
func (*IClient) SendHeartbeat ¶
func (_m *IClient) SendHeartbeat(ctx context.Context, params *sagemakeredge.SendHeartbeatInput, optFns ...func(*sagemakeredge.Options)) (*sagemakeredge.SendHeartbeatOutput, error)
SendHeartbeat provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.