Documentation ¶
Overview ¶
Package pipesmock is a generated GoMock package.
Index ¶
- type MockPipesAPI
- func (m *MockPipesAPI) CreatePipe(arg0 *pipes.CreatePipeInput) (*pipes.CreatePipeOutput, error)
- func (m *MockPipesAPI) CreatePipeRequest(arg0 *pipes.CreatePipeInput) (*request.Request, *pipes.CreatePipeOutput)
- func (m *MockPipesAPI) CreatePipeWithContext(arg0 context.Context, arg1 *pipes.CreatePipeInput, arg2 ...request.Option) (*pipes.CreatePipeOutput, error)
- func (m *MockPipesAPI) DeletePipe(arg0 *pipes.DeletePipeInput) (*pipes.DeletePipeOutput, error)
- func (m *MockPipesAPI) DeletePipeRequest(arg0 *pipes.DeletePipeInput) (*request.Request, *pipes.DeletePipeOutput)
- func (m *MockPipesAPI) DeletePipeWithContext(arg0 context.Context, arg1 *pipes.DeletePipeInput, arg2 ...request.Option) (*pipes.DeletePipeOutput, error)
- func (m *MockPipesAPI) DescribePipe(arg0 *pipes.DescribePipeInput) (*pipes.DescribePipeOutput, error)
- func (m *MockPipesAPI) DescribePipeRequest(arg0 *pipes.DescribePipeInput) (*request.Request, *pipes.DescribePipeOutput)
- func (m *MockPipesAPI) DescribePipeWithContext(arg0 context.Context, arg1 *pipes.DescribePipeInput, arg2 ...request.Option) (*pipes.DescribePipeOutput, error)
- func (m *MockPipesAPI) EXPECT() *MockPipesAPIMockRecorder
- func (m *MockPipesAPI) ListPipes(arg0 *pipes.ListPipesInput) (*pipes.ListPipesOutput, error)
- func (m *MockPipesAPI) ListPipesPages(arg0 *pipes.ListPipesInput, arg1 func(*pipes.ListPipesOutput, bool) bool) error
- func (m *MockPipesAPI) ListPipesPagesWithContext(arg0 context.Context, arg1 *pipes.ListPipesInput, ...) error
- func (m *MockPipesAPI) ListPipesRequest(arg0 *pipes.ListPipesInput) (*request.Request, *pipes.ListPipesOutput)
- func (m *MockPipesAPI) ListPipesWithContext(arg0 context.Context, arg1 *pipes.ListPipesInput, arg2 ...request.Option) (*pipes.ListPipesOutput, error)
- func (m *MockPipesAPI) ListTagsForResource(arg0 *pipes.ListTagsForResourceInput) (*pipes.ListTagsForResourceOutput, error)
- func (m *MockPipesAPI) ListTagsForResourceRequest(arg0 *pipes.ListTagsForResourceInput) (*request.Request, *pipes.ListTagsForResourceOutput)
- func (m *MockPipesAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *pipes.ListTagsForResourceInput, ...) (*pipes.ListTagsForResourceOutput, error)
- func (m *MockPipesAPI) StartPipe(arg0 *pipes.StartPipeInput) (*pipes.StartPipeOutput, error)
- func (m *MockPipesAPI) StartPipeRequest(arg0 *pipes.StartPipeInput) (*request.Request, *pipes.StartPipeOutput)
- func (m *MockPipesAPI) StartPipeWithContext(arg0 context.Context, arg1 *pipes.StartPipeInput, arg2 ...request.Option) (*pipes.StartPipeOutput, error)
- func (m *MockPipesAPI) StopPipe(arg0 *pipes.StopPipeInput) (*pipes.StopPipeOutput, error)
- func (m *MockPipesAPI) StopPipeRequest(arg0 *pipes.StopPipeInput) (*request.Request, *pipes.StopPipeOutput)
- func (m *MockPipesAPI) StopPipeWithContext(arg0 context.Context, arg1 *pipes.StopPipeInput, arg2 ...request.Option) (*pipes.StopPipeOutput, error)
- func (m *MockPipesAPI) TagResource(arg0 *pipes.TagResourceInput) (*pipes.TagResourceOutput, error)
- func (m *MockPipesAPI) TagResourceRequest(arg0 *pipes.TagResourceInput) (*request.Request, *pipes.TagResourceOutput)
- func (m *MockPipesAPI) TagResourceWithContext(arg0 context.Context, arg1 *pipes.TagResourceInput, arg2 ...request.Option) (*pipes.TagResourceOutput, error)
- func (m *MockPipesAPI) UntagResource(arg0 *pipes.UntagResourceInput) (*pipes.UntagResourceOutput, error)
- func (m *MockPipesAPI) UntagResourceRequest(arg0 *pipes.UntagResourceInput) (*request.Request, *pipes.UntagResourceOutput)
- func (m *MockPipesAPI) UntagResourceWithContext(arg0 context.Context, arg1 *pipes.UntagResourceInput, arg2 ...request.Option) (*pipes.UntagResourceOutput, error)
- func (m *MockPipesAPI) UpdatePipe(arg0 *pipes.UpdatePipeInput) (*pipes.UpdatePipeOutput, error)
- func (m *MockPipesAPI) UpdatePipeRequest(arg0 *pipes.UpdatePipeInput) (*request.Request, *pipes.UpdatePipeOutput)
- func (m *MockPipesAPI) UpdatePipeWithContext(arg0 context.Context, arg1 *pipes.UpdatePipeInput, arg2 ...request.Option) (*pipes.UpdatePipeOutput, error)
- type MockPipesAPIMockRecorder
- func (mr *MockPipesAPIMockRecorder) CreatePipe(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) CreatePipeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) CreatePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) DeletePipe(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) DeletePipeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) DeletePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) DescribePipe(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) DescribePipeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) DescribePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListPipes(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListPipesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListPipesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListPipesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListPipesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) StartPipe(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) StartPipeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) StartPipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) StopPipe(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) StopPipeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) StopPipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) UpdatePipe(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) UpdatePipeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockPipesAPIMockRecorder) UpdatePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPipesAPI ¶
type MockPipesAPI struct {
// contains filtered or unexported fields
}
MockPipesAPI is a mock of PipesAPI interface
func NewMockPipesAPI ¶
func NewMockPipesAPI(ctrl *gomock.Controller) *MockPipesAPI
NewMockPipesAPI creates a new mock instance
func (*MockPipesAPI) CreatePipe ¶
func (m *MockPipesAPI) CreatePipe(arg0 *pipes.CreatePipeInput) (*pipes.CreatePipeOutput, error)
CreatePipe mocks base method
func (*MockPipesAPI) CreatePipeRequest ¶
func (m *MockPipesAPI) CreatePipeRequest(arg0 *pipes.CreatePipeInput) (*request.Request, *pipes.CreatePipeOutput)
CreatePipeRequest mocks base method
func (*MockPipesAPI) CreatePipeWithContext ¶
func (m *MockPipesAPI) CreatePipeWithContext(arg0 context.Context, arg1 *pipes.CreatePipeInput, arg2 ...request.Option) (*pipes.CreatePipeOutput, error)
CreatePipeWithContext mocks base method
func (*MockPipesAPI) DeletePipe ¶
func (m *MockPipesAPI) DeletePipe(arg0 *pipes.DeletePipeInput) (*pipes.DeletePipeOutput, error)
DeletePipe mocks base method
func (*MockPipesAPI) DeletePipeRequest ¶
func (m *MockPipesAPI) DeletePipeRequest(arg0 *pipes.DeletePipeInput) (*request.Request, *pipes.DeletePipeOutput)
DeletePipeRequest mocks base method
func (*MockPipesAPI) DeletePipeWithContext ¶
func (m *MockPipesAPI) DeletePipeWithContext(arg0 context.Context, arg1 *pipes.DeletePipeInput, arg2 ...request.Option) (*pipes.DeletePipeOutput, error)
DeletePipeWithContext mocks base method
func (*MockPipesAPI) DescribePipe ¶
func (m *MockPipesAPI) DescribePipe(arg0 *pipes.DescribePipeInput) (*pipes.DescribePipeOutput, error)
DescribePipe mocks base method
func (*MockPipesAPI) DescribePipeRequest ¶
func (m *MockPipesAPI) DescribePipeRequest(arg0 *pipes.DescribePipeInput) (*request.Request, *pipes.DescribePipeOutput)
DescribePipeRequest mocks base method
func (*MockPipesAPI) DescribePipeWithContext ¶
func (m *MockPipesAPI) DescribePipeWithContext(arg0 context.Context, arg1 *pipes.DescribePipeInput, arg2 ...request.Option) (*pipes.DescribePipeOutput, error)
DescribePipeWithContext mocks base method
func (*MockPipesAPI) EXPECT ¶
func (m *MockPipesAPI) EXPECT() *MockPipesAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPipesAPI) ListPipes ¶
func (m *MockPipesAPI) ListPipes(arg0 *pipes.ListPipesInput) (*pipes.ListPipesOutput, error)
ListPipes mocks base method
func (*MockPipesAPI) ListPipesPages ¶
func (m *MockPipesAPI) ListPipesPages(arg0 *pipes.ListPipesInput, arg1 func(*pipes.ListPipesOutput, bool) bool) error
ListPipesPages mocks base method
func (*MockPipesAPI) ListPipesPagesWithContext ¶
func (m *MockPipesAPI) ListPipesPagesWithContext(arg0 context.Context, arg1 *pipes.ListPipesInput, arg2 func(*pipes.ListPipesOutput, bool) bool, arg3 ...request.Option) error
ListPipesPagesWithContext mocks base method
func (*MockPipesAPI) ListPipesRequest ¶
func (m *MockPipesAPI) ListPipesRequest(arg0 *pipes.ListPipesInput) (*request.Request, *pipes.ListPipesOutput)
ListPipesRequest mocks base method
func (*MockPipesAPI) ListPipesWithContext ¶
func (m *MockPipesAPI) ListPipesWithContext(arg0 context.Context, arg1 *pipes.ListPipesInput, arg2 ...request.Option) (*pipes.ListPipesOutput, error)
ListPipesWithContext mocks base method
func (*MockPipesAPI) ListTagsForResource ¶
func (m *MockPipesAPI) ListTagsForResource(arg0 *pipes.ListTagsForResourceInput) (*pipes.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockPipesAPI) ListTagsForResourceRequest ¶
func (m *MockPipesAPI) ListTagsForResourceRequest(arg0 *pipes.ListTagsForResourceInput) (*request.Request, *pipes.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockPipesAPI) ListTagsForResourceWithContext ¶
func (m *MockPipesAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *pipes.ListTagsForResourceInput, arg2 ...request.Option) (*pipes.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockPipesAPI) StartPipe ¶
func (m *MockPipesAPI) StartPipe(arg0 *pipes.StartPipeInput) (*pipes.StartPipeOutput, error)
StartPipe mocks base method
func (*MockPipesAPI) StartPipeRequest ¶
func (m *MockPipesAPI) StartPipeRequest(arg0 *pipes.StartPipeInput) (*request.Request, *pipes.StartPipeOutput)
StartPipeRequest mocks base method
func (*MockPipesAPI) StartPipeWithContext ¶
func (m *MockPipesAPI) StartPipeWithContext(arg0 context.Context, arg1 *pipes.StartPipeInput, arg2 ...request.Option) (*pipes.StartPipeOutput, error)
StartPipeWithContext mocks base method
func (*MockPipesAPI) StopPipe ¶
func (m *MockPipesAPI) StopPipe(arg0 *pipes.StopPipeInput) (*pipes.StopPipeOutput, error)
StopPipe mocks base method
func (*MockPipesAPI) StopPipeRequest ¶
func (m *MockPipesAPI) StopPipeRequest(arg0 *pipes.StopPipeInput) (*request.Request, *pipes.StopPipeOutput)
StopPipeRequest mocks base method
func (*MockPipesAPI) StopPipeWithContext ¶
func (m *MockPipesAPI) StopPipeWithContext(arg0 context.Context, arg1 *pipes.StopPipeInput, arg2 ...request.Option) (*pipes.StopPipeOutput, error)
StopPipeWithContext mocks base method
func (*MockPipesAPI) TagResource ¶
func (m *MockPipesAPI) TagResource(arg0 *pipes.TagResourceInput) (*pipes.TagResourceOutput, error)
TagResource mocks base method
func (*MockPipesAPI) TagResourceRequest ¶
func (m *MockPipesAPI) TagResourceRequest(arg0 *pipes.TagResourceInput) (*request.Request, *pipes.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockPipesAPI) TagResourceWithContext ¶
func (m *MockPipesAPI) TagResourceWithContext(arg0 context.Context, arg1 *pipes.TagResourceInput, arg2 ...request.Option) (*pipes.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockPipesAPI) UntagResource ¶
func (m *MockPipesAPI) UntagResource(arg0 *pipes.UntagResourceInput) (*pipes.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockPipesAPI) UntagResourceRequest ¶
func (m *MockPipesAPI) UntagResourceRequest(arg0 *pipes.UntagResourceInput) (*request.Request, *pipes.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockPipesAPI) UntagResourceWithContext ¶
func (m *MockPipesAPI) UntagResourceWithContext(arg0 context.Context, arg1 *pipes.UntagResourceInput, arg2 ...request.Option) (*pipes.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockPipesAPI) UpdatePipe ¶
func (m *MockPipesAPI) UpdatePipe(arg0 *pipes.UpdatePipeInput) (*pipes.UpdatePipeOutput, error)
UpdatePipe mocks base method
func (*MockPipesAPI) UpdatePipeRequest ¶
func (m *MockPipesAPI) UpdatePipeRequest(arg0 *pipes.UpdatePipeInput) (*request.Request, *pipes.UpdatePipeOutput)
UpdatePipeRequest mocks base method
func (*MockPipesAPI) UpdatePipeWithContext ¶
func (m *MockPipesAPI) UpdatePipeWithContext(arg0 context.Context, arg1 *pipes.UpdatePipeInput, arg2 ...request.Option) (*pipes.UpdatePipeOutput, error)
UpdatePipeWithContext mocks base method
type MockPipesAPIMockRecorder ¶
type MockPipesAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockPipesAPIMockRecorder is the mock recorder for MockPipesAPI
func (*MockPipesAPIMockRecorder) CreatePipe ¶
func (mr *MockPipesAPIMockRecorder) CreatePipe(arg0 interface{}) *gomock.Call
CreatePipe indicates an expected call of CreatePipe
func (*MockPipesAPIMockRecorder) CreatePipeRequest ¶
func (mr *MockPipesAPIMockRecorder) CreatePipeRequest(arg0 interface{}) *gomock.Call
CreatePipeRequest indicates an expected call of CreatePipeRequest
func (*MockPipesAPIMockRecorder) CreatePipeWithContext ¶
func (mr *MockPipesAPIMockRecorder) CreatePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreatePipeWithContext indicates an expected call of CreatePipeWithContext
func (*MockPipesAPIMockRecorder) DeletePipe ¶
func (mr *MockPipesAPIMockRecorder) DeletePipe(arg0 interface{}) *gomock.Call
DeletePipe indicates an expected call of DeletePipe
func (*MockPipesAPIMockRecorder) DeletePipeRequest ¶
func (mr *MockPipesAPIMockRecorder) DeletePipeRequest(arg0 interface{}) *gomock.Call
DeletePipeRequest indicates an expected call of DeletePipeRequest
func (*MockPipesAPIMockRecorder) DeletePipeWithContext ¶
func (mr *MockPipesAPIMockRecorder) DeletePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeletePipeWithContext indicates an expected call of DeletePipeWithContext
func (*MockPipesAPIMockRecorder) DescribePipe ¶
func (mr *MockPipesAPIMockRecorder) DescribePipe(arg0 interface{}) *gomock.Call
DescribePipe indicates an expected call of DescribePipe
func (*MockPipesAPIMockRecorder) DescribePipeRequest ¶
func (mr *MockPipesAPIMockRecorder) DescribePipeRequest(arg0 interface{}) *gomock.Call
DescribePipeRequest indicates an expected call of DescribePipeRequest
func (*MockPipesAPIMockRecorder) DescribePipeWithContext ¶
func (mr *MockPipesAPIMockRecorder) DescribePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribePipeWithContext indicates an expected call of DescribePipeWithContext
func (*MockPipesAPIMockRecorder) ListPipes ¶
func (mr *MockPipesAPIMockRecorder) ListPipes(arg0 interface{}) *gomock.Call
ListPipes indicates an expected call of ListPipes
func (*MockPipesAPIMockRecorder) ListPipesPages ¶
func (mr *MockPipesAPIMockRecorder) ListPipesPages(arg0, arg1 interface{}) *gomock.Call
ListPipesPages indicates an expected call of ListPipesPages
func (*MockPipesAPIMockRecorder) ListPipesPagesWithContext ¶
func (mr *MockPipesAPIMockRecorder) ListPipesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListPipesPagesWithContext indicates an expected call of ListPipesPagesWithContext
func (*MockPipesAPIMockRecorder) ListPipesRequest ¶
func (mr *MockPipesAPIMockRecorder) ListPipesRequest(arg0 interface{}) *gomock.Call
ListPipesRequest indicates an expected call of ListPipesRequest
func (*MockPipesAPIMockRecorder) ListPipesWithContext ¶
func (mr *MockPipesAPIMockRecorder) ListPipesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListPipesWithContext indicates an expected call of ListPipesWithContext
func (*MockPipesAPIMockRecorder) ListTagsForResource ¶
func (mr *MockPipesAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockPipesAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockPipesAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockPipesAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockPipesAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockPipesAPIMockRecorder) StartPipe ¶
func (mr *MockPipesAPIMockRecorder) StartPipe(arg0 interface{}) *gomock.Call
StartPipe indicates an expected call of StartPipe
func (*MockPipesAPIMockRecorder) StartPipeRequest ¶
func (mr *MockPipesAPIMockRecorder) StartPipeRequest(arg0 interface{}) *gomock.Call
StartPipeRequest indicates an expected call of StartPipeRequest
func (*MockPipesAPIMockRecorder) StartPipeWithContext ¶
func (mr *MockPipesAPIMockRecorder) StartPipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartPipeWithContext indicates an expected call of StartPipeWithContext
func (*MockPipesAPIMockRecorder) StopPipe ¶
func (mr *MockPipesAPIMockRecorder) StopPipe(arg0 interface{}) *gomock.Call
StopPipe indicates an expected call of StopPipe
func (*MockPipesAPIMockRecorder) StopPipeRequest ¶
func (mr *MockPipesAPIMockRecorder) StopPipeRequest(arg0 interface{}) *gomock.Call
StopPipeRequest indicates an expected call of StopPipeRequest
func (*MockPipesAPIMockRecorder) StopPipeWithContext ¶
func (mr *MockPipesAPIMockRecorder) StopPipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StopPipeWithContext indicates an expected call of StopPipeWithContext
func (*MockPipesAPIMockRecorder) TagResource ¶
func (mr *MockPipesAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockPipesAPIMockRecorder) TagResourceRequest ¶
func (mr *MockPipesAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockPipesAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockPipesAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockPipesAPIMockRecorder) UntagResource ¶
func (mr *MockPipesAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockPipesAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockPipesAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockPipesAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockPipesAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockPipesAPIMockRecorder) UpdatePipe ¶
func (mr *MockPipesAPIMockRecorder) UpdatePipe(arg0 interface{}) *gomock.Call
UpdatePipe indicates an expected call of UpdatePipe
func (*MockPipesAPIMockRecorder) UpdatePipeRequest ¶
func (mr *MockPipesAPIMockRecorder) UpdatePipeRequest(arg0 interface{}) *gomock.Call
UpdatePipeRequest indicates an expected call of UpdatePipeRequest
func (*MockPipesAPIMockRecorder) UpdatePipeWithContext ¶
func (mr *MockPipesAPIMockRecorder) UpdatePipeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdatePipeWithContext indicates an expected call of UpdatePipeWithContext