osismock

package
v1.45.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package osismock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOSISAPI

type MockOSISAPI struct {
	// contains filtered or unexported fields
}

MockOSISAPI is a mock of OSISAPI interface

func NewMockOSISAPI

func NewMockOSISAPI(ctrl *gomock.Controller) *MockOSISAPI

NewMockOSISAPI creates a new mock instance

func (*MockOSISAPI) CreatePipeline

func (m *MockOSISAPI) CreatePipeline(arg0 *osis.CreatePipelineInput) (*osis.CreatePipelineOutput, error)

CreatePipeline mocks base method

func (*MockOSISAPI) CreatePipelineRequest

func (m *MockOSISAPI) CreatePipelineRequest(arg0 *osis.CreatePipelineInput) (*request.Request, *osis.CreatePipelineOutput)

CreatePipelineRequest mocks base method

func (*MockOSISAPI) CreatePipelineWithContext

func (m *MockOSISAPI) CreatePipelineWithContext(arg0 context.Context, arg1 *osis.CreatePipelineInput, arg2 ...request.Option) (*osis.CreatePipelineOutput, error)

CreatePipelineWithContext mocks base method

func (*MockOSISAPI) DeletePipeline

func (m *MockOSISAPI) DeletePipeline(arg0 *osis.DeletePipelineInput) (*osis.DeletePipelineOutput, error)

DeletePipeline mocks base method

func (*MockOSISAPI) DeletePipelineRequest

func (m *MockOSISAPI) DeletePipelineRequest(arg0 *osis.DeletePipelineInput) (*request.Request, *osis.DeletePipelineOutput)

DeletePipelineRequest mocks base method

func (*MockOSISAPI) DeletePipelineWithContext

func (m *MockOSISAPI) DeletePipelineWithContext(arg0 context.Context, arg1 *osis.DeletePipelineInput, arg2 ...request.Option) (*osis.DeletePipelineOutput, error)

DeletePipelineWithContext mocks base method

func (*MockOSISAPI) EXPECT

func (m *MockOSISAPI) EXPECT() *MockOSISAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockOSISAPI) GetPipeline

func (m *MockOSISAPI) GetPipeline(arg0 *osis.GetPipelineInput) (*osis.GetPipelineOutput, error)

GetPipeline mocks base method

func (*MockOSISAPI) GetPipelineBlueprint

GetPipelineBlueprint mocks base method

func (*MockOSISAPI) GetPipelineBlueprintRequest

func (m *MockOSISAPI) GetPipelineBlueprintRequest(arg0 *osis.GetPipelineBlueprintInput) (*request.Request, *osis.GetPipelineBlueprintOutput)

GetPipelineBlueprintRequest mocks base method

func (*MockOSISAPI) GetPipelineBlueprintWithContext

func (m *MockOSISAPI) GetPipelineBlueprintWithContext(arg0 context.Context, arg1 *osis.GetPipelineBlueprintInput, arg2 ...request.Option) (*osis.GetPipelineBlueprintOutput, error)

GetPipelineBlueprintWithContext mocks base method

func (*MockOSISAPI) GetPipelineChangeProgress

GetPipelineChangeProgress mocks base method

func (*MockOSISAPI) GetPipelineChangeProgressRequest

func (m *MockOSISAPI) GetPipelineChangeProgressRequest(arg0 *osis.GetPipelineChangeProgressInput) (*request.Request, *osis.GetPipelineChangeProgressOutput)

GetPipelineChangeProgressRequest mocks base method

func (*MockOSISAPI) GetPipelineChangeProgressWithContext

func (m *MockOSISAPI) GetPipelineChangeProgressWithContext(arg0 context.Context, arg1 *osis.GetPipelineChangeProgressInput, arg2 ...request.Option) (*osis.GetPipelineChangeProgressOutput, error)

GetPipelineChangeProgressWithContext mocks base method

func (*MockOSISAPI) GetPipelineRequest

func (m *MockOSISAPI) GetPipelineRequest(arg0 *osis.GetPipelineInput) (*request.Request, *osis.GetPipelineOutput)

GetPipelineRequest mocks base method

func (*MockOSISAPI) GetPipelineWithContext

func (m *MockOSISAPI) GetPipelineWithContext(arg0 context.Context, arg1 *osis.GetPipelineInput, arg2 ...request.Option) (*osis.GetPipelineOutput, error)

GetPipelineWithContext mocks base method

func (*MockOSISAPI) ListPipelineBlueprints

ListPipelineBlueprints mocks base method

func (*MockOSISAPI) ListPipelineBlueprintsRequest

func (m *MockOSISAPI) ListPipelineBlueprintsRequest(arg0 *osis.ListPipelineBlueprintsInput) (*request.Request, *osis.ListPipelineBlueprintsOutput)

ListPipelineBlueprintsRequest mocks base method

func (*MockOSISAPI) ListPipelineBlueprintsWithContext

func (m *MockOSISAPI) ListPipelineBlueprintsWithContext(arg0 context.Context, arg1 *osis.ListPipelineBlueprintsInput, arg2 ...request.Option) (*osis.ListPipelineBlueprintsOutput, error)

ListPipelineBlueprintsWithContext mocks base method

func (*MockOSISAPI) ListPipelines

func (m *MockOSISAPI) ListPipelines(arg0 *osis.ListPipelinesInput) (*osis.ListPipelinesOutput, error)

ListPipelines mocks base method

func (*MockOSISAPI) ListPipelinesPages

func (m *MockOSISAPI) ListPipelinesPages(arg0 *osis.ListPipelinesInput, arg1 func(*osis.ListPipelinesOutput, bool) bool) error

ListPipelinesPages mocks base method

func (*MockOSISAPI) ListPipelinesPagesWithContext

func (m *MockOSISAPI) ListPipelinesPagesWithContext(arg0 context.Context, arg1 *osis.ListPipelinesInput, arg2 func(*osis.ListPipelinesOutput, bool) bool, arg3 ...request.Option) error

ListPipelinesPagesWithContext mocks base method

func (*MockOSISAPI) ListPipelinesRequest

func (m *MockOSISAPI) ListPipelinesRequest(arg0 *osis.ListPipelinesInput) (*request.Request, *osis.ListPipelinesOutput)

ListPipelinesRequest mocks base method

func (*MockOSISAPI) ListPipelinesWithContext

func (m *MockOSISAPI) ListPipelinesWithContext(arg0 context.Context, arg1 *osis.ListPipelinesInput, arg2 ...request.Option) (*osis.ListPipelinesOutput, error)

ListPipelinesWithContext mocks base method

func (*MockOSISAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockOSISAPI) ListTagsForResourceRequest

func (m *MockOSISAPI) ListTagsForResourceRequest(arg0 *osis.ListTagsForResourceInput) (*request.Request, *osis.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockOSISAPI) ListTagsForResourceWithContext

func (m *MockOSISAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *osis.ListTagsForResourceInput, arg2 ...request.Option) (*osis.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockOSISAPI) StartPipeline

func (m *MockOSISAPI) StartPipeline(arg0 *osis.StartPipelineInput) (*osis.StartPipelineOutput, error)

StartPipeline mocks base method

func (*MockOSISAPI) StartPipelineRequest

func (m *MockOSISAPI) StartPipelineRequest(arg0 *osis.StartPipelineInput) (*request.Request, *osis.StartPipelineOutput)

StartPipelineRequest mocks base method

func (*MockOSISAPI) StartPipelineWithContext

func (m *MockOSISAPI) StartPipelineWithContext(arg0 context.Context, arg1 *osis.StartPipelineInput, arg2 ...request.Option) (*osis.StartPipelineOutput, error)

StartPipelineWithContext mocks base method

func (*MockOSISAPI) StopPipeline

func (m *MockOSISAPI) StopPipeline(arg0 *osis.StopPipelineInput) (*osis.StopPipelineOutput, error)

StopPipeline mocks base method

func (*MockOSISAPI) StopPipelineRequest

func (m *MockOSISAPI) StopPipelineRequest(arg0 *osis.StopPipelineInput) (*request.Request, *osis.StopPipelineOutput)

StopPipelineRequest mocks base method

func (*MockOSISAPI) StopPipelineWithContext

func (m *MockOSISAPI) StopPipelineWithContext(arg0 context.Context, arg1 *osis.StopPipelineInput, arg2 ...request.Option) (*osis.StopPipelineOutput, error)

StopPipelineWithContext mocks base method

func (*MockOSISAPI) TagResource

func (m *MockOSISAPI) TagResource(arg0 *osis.TagResourceInput) (*osis.TagResourceOutput, error)

TagResource mocks base method

func (*MockOSISAPI) TagResourceRequest

func (m *MockOSISAPI) TagResourceRequest(arg0 *osis.TagResourceInput) (*request.Request, *osis.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockOSISAPI) TagResourceWithContext

func (m *MockOSISAPI) TagResourceWithContext(arg0 context.Context, arg1 *osis.TagResourceInput, arg2 ...request.Option) (*osis.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockOSISAPI) UntagResource

func (m *MockOSISAPI) UntagResource(arg0 *osis.UntagResourceInput) (*osis.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockOSISAPI) UntagResourceRequest

func (m *MockOSISAPI) UntagResourceRequest(arg0 *osis.UntagResourceInput) (*request.Request, *osis.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockOSISAPI) UntagResourceWithContext

func (m *MockOSISAPI) UntagResourceWithContext(arg0 context.Context, arg1 *osis.UntagResourceInput, arg2 ...request.Option) (*osis.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockOSISAPI) UpdatePipeline

func (m *MockOSISAPI) UpdatePipeline(arg0 *osis.UpdatePipelineInput) (*osis.UpdatePipelineOutput, error)

UpdatePipeline mocks base method

func (*MockOSISAPI) UpdatePipelineRequest

func (m *MockOSISAPI) UpdatePipelineRequest(arg0 *osis.UpdatePipelineInput) (*request.Request, *osis.UpdatePipelineOutput)

UpdatePipelineRequest mocks base method

func (*MockOSISAPI) UpdatePipelineWithContext

func (m *MockOSISAPI) UpdatePipelineWithContext(arg0 context.Context, arg1 *osis.UpdatePipelineInput, arg2 ...request.Option) (*osis.UpdatePipelineOutput, error)

UpdatePipelineWithContext mocks base method

func (*MockOSISAPI) ValidatePipeline

func (m *MockOSISAPI) ValidatePipeline(arg0 *osis.ValidatePipelineInput) (*osis.ValidatePipelineOutput, error)

ValidatePipeline mocks base method

func (*MockOSISAPI) ValidatePipelineRequest

func (m *MockOSISAPI) ValidatePipelineRequest(arg0 *osis.ValidatePipelineInput) (*request.Request, *osis.ValidatePipelineOutput)

ValidatePipelineRequest mocks base method

func (*MockOSISAPI) ValidatePipelineWithContext

func (m *MockOSISAPI) ValidatePipelineWithContext(arg0 context.Context, arg1 *osis.ValidatePipelineInput, arg2 ...request.Option) (*osis.ValidatePipelineOutput, error)

ValidatePipelineWithContext mocks base method

type MockOSISAPIMockRecorder

type MockOSISAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockOSISAPIMockRecorder is the mock recorder for MockOSISAPI

func (*MockOSISAPIMockRecorder) CreatePipeline

func (mr *MockOSISAPIMockRecorder) CreatePipeline(arg0 interface{}) *gomock.Call

CreatePipeline indicates an expected call of CreatePipeline

func (*MockOSISAPIMockRecorder) CreatePipelineRequest

func (mr *MockOSISAPIMockRecorder) CreatePipelineRequest(arg0 interface{}) *gomock.Call

CreatePipelineRequest indicates an expected call of CreatePipelineRequest

func (*MockOSISAPIMockRecorder) CreatePipelineWithContext

func (mr *MockOSISAPIMockRecorder) CreatePipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePipelineWithContext indicates an expected call of CreatePipelineWithContext

func (*MockOSISAPIMockRecorder) DeletePipeline

func (mr *MockOSISAPIMockRecorder) DeletePipeline(arg0 interface{}) *gomock.Call

DeletePipeline indicates an expected call of DeletePipeline

func (*MockOSISAPIMockRecorder) DeletePipelineRequest

func (mr *MockOSISAPIMockRecorder) DeletePipelineRequest(arg0 interface{}) *gomock.Call

DeletePipelineRequest indicates an expected call of DeletePipelineRequest

func (*MockOSISAPIMockRecorder) DeletePipelineWithContext

func (mr *MockOSISAPIMockRecorder) DeletePipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePipelineWithContext indicates an expected call of DeletePipelineWithContext

func (*MockOSISAPIMockRecorder) GetPipeline

func (mr *MockOSISAPIMockRecorder) GetPipeline(arg0 interface{}) *gomock.Call

GetPipeline indicates an expected call of GetPipeline

func (*MockOSISAPIMockRecorder) GetPipelineBlueprint

func (mr *MockOSISAPIMockRecorder) GetPipelineBlueprint(arg0 interface{}) *gomock.Call

GetPipelineBlueprint indicates an expected call of GetPipelineBlueprint

func (*MockOSISAPIMockRecorder) GetPipelineBlueprintRequest

func (mr *MockOSISAPIMockRecorder) GetPipelineBlueprintRequest(arg0 interface{}) *gomock.Call

GetPipelineBlueprintRequest indicates an expected call of GetPipelineBlueprintRequest

func (*MockOSISAPIMockRecorder) GetPipelineBlueprintWithContext

func (mr *MockOSISAPIMockRecorder) GetPipelineBlueprintWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPipelineBlueprintWithContext indicates an expected call of GetPipelineBlueprintWithContext

func (*MockOSISAPIMockRecorder) GetPipelineChangeProgress

func (mr *MockOSISAPIMockRecorder) GetPipelineChangeProgress(arg0 interface{}) *gomock.Call

GetPipelineChangeProgress indicates an expected call of GetPipelineChangeProgress

func (*MockOSISAPIMockRecorder) GetPipelineChangeProgressRequest

func (mr *MockOSISAPIMockRecorder) GetPipelineChangeProgressRequest(arg0 interface{}) *gomock.Call

GetPipelineChangeProgressRequest indicates an expected call of GetPipelineChangeProgressRequest

func (*MockOSISAPIMockRecorder) GetPipelineChangeProgressWithContext

func (mr *MockOSISAPIMockRecorder) GetPipelineChangeProgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPipelineChangeProgressWithContext indicates an expected call of GetPipelineChangeProgressWithContext

func (*MockOSISAPIMockRecorder) GetPipelineRequest

func (mr *MockOSISAPIMockRecorder) GetPipelineRequest(arg0 interface{}) *gomock.Call

GetPipelineRequest indicates an expected call of GetPipelineRequest

func (*MockOSISAPIMockRecorder) GetPipelineWithContext

func (mr *MockOSISAPIMockRecorder) GetPipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPipelineWithContext indicates an expected call of GetPipelineWithContext

func (*MockOSISAPIMockRecorder) ListPipelineBlueprints

func (mr *MockOSISAPIMockRecorder) ListPipelineBlueprints(arg0 interface{}) *gomock.Call

ListPipelineBlueprints indicates an expected call of ListPipelineBlueprints

func (*MockOSISAPIMockRecorder) ListPipelineBlueprintsRequest

func (mr *MockOSISAPIMockRecorder) ListPipelineBlueprintsRequest(arg0 interface{}) *gomock.Call

ListPipelineBlueprintsRequest indicates an expected call of ListPipelineBlueprintsRequest

func (*MockOSISAPIMockRecorder) ListPipelineBlueprintsWithContext

func (mr *MockOSISAPIMockRecorder) ListPipelineBlueprintsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPipelineBlueprintsWithContext indicates an expected call of ListPipelineBlueprintsWithContext

func (*MockOSISAPIMockRecorder) ListPipelines

func (mr *MockOSISAPIMockRecorder) ListPipelines(arg0 interface{}) *gomock.Call

ListPipelines indicates an expected call of ListPipelines

func (*MockOSISAPIMockRecorder) ListPipelinesPages

func (mr *MockOSISAPIMockRecorder) ListPipelinesPages(arg0, arg1 interface{}) *gomock.Call

ListPipelinesPages indicates an expected call of ListPipelinesPages

func (*MockOSISAPIMockRecorder) ListPipelinesPagesWithContext

func (mr *MockOSISAPIMockRecorder) ListPipelinesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPipelinesPagesWithContext indicates an expected call of ListPipelinesPagesWithContext

func (*MockOSISAPIMockRecorder) ListPipelinesRequest

func (mr *MockOSISAPIMockRecorder) ListPipelinesRequest(arg0 interface{}) *gomock.Call

ListPipelinesRequest indicates an expected call of ListPipelinesRequest

func (*MockOSISAPIMockRecorder) ListPipelinesWithContext

func (mr *MockOSISAPIMockRecorder) ListPipelinesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPipelinesWithContext indicates an expected call of ListPipelinesWithContext

func (*MockOSISAPIMockRecorder) ListTagsForResource

func (mr *MockOSISAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockOSISAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockOSISAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockOSISAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockOSISAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockOSISAPIMockRecorder) StartPipeline

func (mr *MockOSISAPIMockRecorder) StartPipeline(arg0 interface{}) *gomock.Call

StartPipeline indicates an expected call of StartPipeline

func (*MockOSISAPIMockRecorder) StartPipelineRequest

func (mr *MockOSISAPIMockRecorder) StartPipelineRequest(arg0 interface{}) *gomock.Call

StartPipelineRequest indicates an expected call of StartPipelineRequest

func (*MockOSISAPIMockRecorder) StartPipelineWithContext

func (mr *MockOSISAPIMockRecorder) StartPipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartPipelineWithContext indicates an expected call of StartPipelineWithContext

func (*MockOSISAPIMockRecorder) StopPipeline

func (mr *MockOSISAPIMockRecorder) StopPipeline(arg0 interface{}) *gomock.Call

StopPipeline indicates an expected call of StopPipeline

func (*MockOSISAPIMockRecorder) StopPipelineRequest

func (mr *MockOSISAPIMockRecorder) StopPipelineRequest(arg0 interface{}) *gomock.Call

StopPipelineRequest indicates an expected call of StopPipelineRequest

func (*MockOSISAPIMockRecorder) StopPipelineWithContext

func (mr *MockOSISAPIMockRecorder) StopPipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopPipelineWithContext indicates an expected call of StopPipelineWithContext

func (*MockOSISAPIMockRecorder) TagResource

func (mr *MockOSISAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockOSISAPIMockRecorder) TagResourceRequest

func (mr *MockOSISAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockOSISAPIMockRecorder) TagResourceWithContext

func (mr *MockOSISAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockOSISAPIMockRecorder) UntagResource

func (mr *MockOSISAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockOSISAPIMockRecorder) UntagResourceRequest

func (mr *MockOSISAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockOSISAPIMockRecorder) UntagResourceWithContext

func (mr *MockOSISAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockOSISAPIMockRecorder) UpdatePipeline

func (mr *MockOSISAPIMockRecorder) UpdatePipeline(arg0 interface{}) *gomock.Call

UpdatePipeline indicates an expected call of UpdatePipeline

func (*MockOSISAPIMockRecorder) UpdatePipelineRequest

func (mr *MockOSISAPIMockRecorder) UpdatePipelineRequest(arg0 interface{}) *gomock.Call

UpdatePipelineRequest indicates an expected call of UpdatePipelineRequest

func (*MockOSISAPIMockRecorder) UpdatePipelineWithContext

func (mr *MockOSISAPIMockRecorder) UpdatePipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdatePipelineWithContext indicates an expected call of UpdatePipelineWithContext

func (*MockOSISAPIMockRecorder) ValidatePipeline

func (mr *MockOSISAPIMockRecorder) ValidatePipeline(arg0 interface{}) *gomock.Call

ValidatePipeline indicates an expected call of ValidatePipeline

func (*MockOSISAPIMockRecorder) ValidatePipelineRequest

func (mr *MockOSISAPIMockRecorder) ValidatePipelineRequest(arg0 interface{}) *gomock.Call

ValidatePipelineRequest indicates an expected call of ValidatePipelineRequest

func (*MockOSISAPIMockRecorder) ValidatePipelineWithContext

func (mr *MockOSISAPIMockRecorder) ValidatePipelineWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ValidatePipelineWithContext indicates an expected call of ValidatePipelineWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL