Documentation
¶
Index ¶
- type MockServiceCatalog
- func (serviceCatalog *MockServiceCatalog) NotifyProvisionProductEngineWorkflowResult(ctx context.Context, ...) (*servicecatalog.NotifyProvisionProductEngineWorkflowResultOutput, error)
- func (serviceCatalog *MockServiceCatalog) NotifyTerminateProvisionedProductEngineWorkflowResult(ctx context.Context, ...) (*servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, ...)
- func (serviceCatalog *MockServiceCatalog) NotifyUpdateProvisionedProductEngineWorkflowResult(ctx context.Context, ...) (*servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockServiceCatalog ¶
type MockServiceCatalog struct { NotifyProvisionProductEngineWorkflowResultInput *servicecatalog.NotifyProvisionProductEngineWorkflowResultInput NotifyTerminateProvisionedProductEngineWorkflowResultInput *servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultInput NotifyUpdateProvisionedProductEngineWorkflowResultInput *servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultInput }
func (*MockServiceCatalog) NotifyProvisionProductEngineWorkflowResult ¶
func (serviceCatalog *MockServiceCatalog) NotifyProvisionProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyProvisionProductEngineWorkflowResultInput) (*servicecatalog.NotifyProvisionProductEngineWorkflowResultOutput, error)
func (*MockServiceCatalog) NotifyTerminateProvisionedProductEngineWorkflowResult ¶
func (serviceCatalog *MockServiceCatalog) NotifyTerminateProvisionedProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultInput) (*servicecatalog.NotifyTerminateProvisionedProductEngineWorkflowResultOutput, error)
func (*MockServiceCatalog) NotifyUpdateProvisionedProductEngineWorkflowResult ¶
func (serviceCatalog *MockServiceCatalog) NotifyUpdateProvisionedProductEngineWorkflowResult(ctx context.Context, input *servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultInput) (*servicecatalog.NotifyUpdateProvisionedProductEngineWorkflowResultOutput, error)
Click to show internal directories.
Click to hide internal directories.