mocks

package
v0.0.0-...-b894158 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2021 License: MIT Imports: 4 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 MockCloner

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

MockCloner is a mock of Cloner interface

func NewMockCloner

func NewMockCloner(ctrl *gomock.Controller) *MockCloner

NewMockCloner creates a new mock instance

func (*MockCloner) Clone

func (m *MockCloner) Clone(ctx context.Context, sourceImage, targetImage name.Reference) error

Clone mocks base method

func (*MockCloner) EXPECT

func (m *MockCloner) EXPECT() *MockClonerMockRecorder

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

func (*MockCloner) IsExistInClones

func (m *MockCloner) IsExistInClones(ctx context.Context, targetImage name.Reference) (error, bool)

IsExistInClones mocks base method

type MockClonerMockRecorder

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

MockClonerMockRecorder is the mock recorder for MockCloner

func (*MockClonerMockRecorder) Clone

func (mr *MockClonerMockRecorder) Clone(ctx, sourceImage, targetImage interface{}) *gomock.Call

Clone indicates an expected call of Clone

func (*MockClonerMockRecorder) IsExistInClones

func (mr *MockClonerMockRecorder) IsExistInClones(ctx, targetImage interface{}) *gomock.Call

IsExistInClones indicates an expected call of IsExistInClones

Jump to

Keyboard shortcuts

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