Documentation ¶
Overview ¶
Package mock_app is a generated GoMock package.
Index ¶
- type MockIDockerClient
- func (m *MockIDockerClient) BuildCachePrune(ctx context.Context, opts types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
- func (m *MockIDockerClient) EXPECT() *MockIDockerClientMockRecorder
- func (m *MockIDockerClient) ImageList(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error)
- func (m *MockIDockerClient) ImageRemove(ctx context.Context, imageID string, options types.ImageRemoveOptions) ([]types.ImageDeleteResponseItem, error)
- func (m *MockIDockerClient) ImagesPrune(ctx context.Context, pruneFilters filters.Args) (types.ImagesPruneReport, error)
- type MockIDockerClientMockRecorder
- func (mr *MockIDockerClientMockRecorder) BuildCachePrune(ctx, opts interface{}) *gomock.Call
- func (mr *MockIDockerClientMockRecorder) ImageList(ctx, options interface{}) *gomock.Call
- func (mr *MockIDockerClientMockRecorder) ImageRemove(ctx, imageID, options interface{}) *gomock.Call
- func (mr *MockIDockerClientMockRecorder) ImagesPrune(ctx, pruneFilters interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIDockerClient ¶
type MockIDockerClient struct {
// contains filtered or unexported fields
}
MockIDockerClient is a mock of IDockerClient interface.
func NewMockIDockerClient ¶
func NewMockIDockerClient(ctrl *gomock.Controller) *MockIDockerClient
NewMockIDockerClient creates a new mock instance.
func (*MockIDockerClient) BuildCachePrune ¶
func (m *MockIDockerClient) BuildCachePrune(ctx context.Context, opts types.BuildCachePruneOptions) (*types.BuildCachePruneReport, error)
BuildCachePrune mocks base method.
func (*MockIDockerClient) EXPECT ¶
func (m *MockIDockerClient) EXPECT() *MockIDockerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIDockerClient) ImageList ¶
func (m *MockIDockerClient) ImageList(ctx context.Context, options types.ImageListOptions) ([]types.ImageSummary, error)
ImageList mocks base method.
func (*MockIDockerClient) ImageRemove ¶
func (m *MockIDockerClient) ImageRemove(ctx context.Context, imageID string, options types.ImageRemoveOptions) ([]types.ImageDeleteResponseItem, error)
ImageRemove mocks base method.
func (*MockIDockerClient) ImagesPrune ¶
func (m *MockIDockerClient) ImagesPrune(ctx context.Context, pruneFilters filters.Args) (types.ImagesPruneReport, error)
ImagesPrune mocks base method.
type MockIDockerClientMockRecorder ¶
type MockIDockerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIDockerClientMockRecorder is the mock recorder for MockIDockerClient.
func (*MockIDockerClientMockRecorder) BuildCachePrune ¶
func (mr *MockIDockerClientMockRecorder) BuildCachePrune(ctx, opts interface{}) *gomock.Call
BuildCachePrune indicates an expected call of BuildCachePrune.
func (*MockIDockerClientMockRecorder) ImageList ¶
func (mr *MockIDockerClientMockRecorder) ImageList(ctx, options interface{}) *gomock.Call
ImageList indicates an expected call of ImageList.
func (*MockIDockerClientMockRecorder) ImageRemove ¶
func (mr *MockIDockerClientMockRecorder) ImageRemove(ctx, imageID, options interface{}) *gomock.Call
ImageRemove indicates an expected call of ImageRemove.
func (*MockIDockerClientMockRecorder) ImagesPrune ¶
func (mr *MockIDockerClientMockRecorder) ImagesPrune(ctx, pruneFilters interface{}) *gomock.Call
ImagesPrune indicates an expected call of ImagesPrune.