Documentation ¶
Index ¶
- type IClient
- func (_m *IClient) CreateBillOfMaterialsImportJob(ctx context.Context, params *supplychain.CreateBillOfMaterialsImportJobInput, ...) (*supplychain.CreateBillOfMaterialsImportJobOutput, error)
- func (_m *IClient) GetBillOfMaterialsImportJob(ctx context.Context, params *supplychain.GetBillOfMaterialsImportJobInput, ...) (*supplychain.GetBillOfMaterialsImportJobOutput, error)
- func (_m *IClient) Options() supplychain.Options
- func (_m *IClient) SendDataIntegrationEvent(ctx context.Context, params *supplychain.SendDataIntegrationEventInput, ...) (*supplychain.SendDataIntegrationEventOutput, 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) CreateBillOfMaterialsImportJob ¶
func (_m *IClient) CreateBillOfMaterialsImportJob(ctx context.Context, params *supplychain.CreateBillOfMaterialsImportJobInput, optFns ...func(*supplychain.Options)) (*supplychain.CreateBillOfMaterialsImportJobOutput, error)
CreateBillOfMaterialsImportJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetBillOfMaterialsImportJob ¶
func (_m *IClient) GetBillOfMaterialsImportJob(ctx context.Context, params *supplychain.GetBillOfMaterialsImportJobInput, optFns ...func(*supplychain.Options)) (*supplychain.GetBillOfMaterialsImportJobOutput, error)
GetBillOfMaterialsImportJob provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() supplychain.Options
Options provides a mock function with given fields:
func (*IClient) SendDataIntegrationEvent ¶
func (_m *IClient) SendDataIntegrationEvent(ctx context.Context, params *supplychain.SendDataIntegrationEventInput, optFns ...func(*supplychain.Options)) (*supplychain.SendDataIntegrationEventOutput, error)
SendDataIntegrationEvent provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.