Documentation
¶
Overview ¶
Package internal/mocks is a generated GoMock package.
Index ¶
- type MockDockerClient
- func (m *MockDockerClient) EXPECT() *MockDockerClientMockRecorder
- func (m *MockDockerClient) ImageBuild(ctx context.Context, context io.Reader, options types.ImageBuildOptions) (types.ImageBuildResponse, error)
- func (m *MockDockerClient) ImagePush(ctx context.Context, image string, options types.ImagePushOptions) (io.ReadCloser, error)
- type MockDockerClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDockerClient ¶
type MockDockerClient struct {
// contains filtered or unexported fields
}
MockDockerClient is a mock of DockerClient interface.
func NewMockDockerClient ¶
func NewMockDockerClient(ctrl *gomock.Controller) *MockDockerClient
NewMockDockerClient creates a new mock instance.
func (*MockDockerClient) EXPECT ¶
func (m *MockDockerClient) EXPECT() *MockDockerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDockerClient) ImageBuild ¶
func (m *MockDockerClient) ImageBuild(ctx context.Context, context io.Reader, options types.ImageBuildOptions) (types.ImageBuildResponse, error)
ImageBuild mocks base method.
func (*MockDockerClient) ImagePush ¶
func (m *MockDockerClient) ImagePush(ctx context.Context, image string, options types.ImagePushOptions) (io.ReadCloser, error)
ImagePush mocks base method.
type MockDockerClientMockRecorder ¶
type MockDockerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDockerClientMockRecorder is the mock recorder for MockDockerClient.
func (*MockDockerClientMockRecorder) ImageBuild ¶
func (mr *MockDockerClientMockRecorder) ImageBuild(ctx, context, options interface{}) *gomock.Call
ImageBuild indicates an expected call of ImageBuild.
func (*MockDockerClientMockRecorder) ImagePush ¶
func (mr *MockDockerClientMockRecorder) ImagePush(ctx, image, options interface{}) *gomock.Call
ImagePush indicates an expected call of ImagePush.
Click to show internal directories.
Click to hide internal directories.