mocks

package
v2.7.20 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBuilder

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

MockBuilder is a mock of Builder interface.

func NewMockBuilder

func NewMockBuilder(ctrl *gomock.Controller) *MockBuilder

NewMockBuilder creates a new mock instance.

func (*MockBuilder) Build

func (m *MockBuilder) Build(buildConfig docker.BuildConfig, baseimageLayers *process.LayerProvider) (*process.LayerProvider, error)

Build mocks base method.

func (*MockBuilder) EXPECT

func (m *MockBuilder) EXPECT() *MockBuilderMockRecorder

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

func (*MockBuilder) Pull

func (m *MockBuilder) Pull(ctx context.Context, buildConfig docker.BuildConfig) (*process.LayerProvider, error)

Pull mocks base method.

func (*MockBuilder) Push

func (m *MockBuilder) Push(ctx context.Context, buildResult *process.LayerProvider, tag []string) error

Push mocks base method.

type MockBuilderMockRecorder

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

MockBuilderMockRecorder is the mock recorder for MockBuilder.

func (*MockBuilderMockRecorder) Build

func (mr *MockBuilderMockRecorder) Build(buildConfig, baseimageLayers interface{}) *gomock.Call

Build indicates an expected call of Build.

func (*MockBuilderMockRecorder) Pull

func (mr *MockBuilderMockRecorder) Pull(ctx, buildConfig interface{}) *gomock.Call

Pull indicates an expected call of Pull.

func (*MockBuilderMockRecorder) Push

func (mr *MockBuilderMockRecorder) Push(ctx, buildResult, tag interface{}) *gomock.Call

Push indicates an expected call of Push.

Jump to

Keyboard shortcuts

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