registryfakes

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeImage

type FakeImage struct {
	DigestStub func() (image.Digest, error)

	WriteStub func(image.Name) (image.Digest, int64, error)
	// contains filtered or unexported fields
}

func (*FakeImage) Digest

func (fake *FakeImage) Digest() (image.Digest, error)

func (*FakeImage) DigestCallCount

func (fake *FakeImage) DigestCallCount() int

func (*FakeImage) DigestCalls

func (fake *FakeImage) DigestCalls(stub func() (image.Digest, error))

func (*FakeImage) DigestReturns

func (fake *FakeImage) DigestReturns(result1 image.Digest, result2 error)

func (*FakeImage) DigestReturnsOnCall

func (fake *FakeImage) DigestReturnsOnCall(i int, result1 image.Digest, result2 error)

func (*FakeImage) Invocations

func (fake *FakeImage) Invocations() map[string][][]interface{}

func (*FakeImage) Write

func (fake *FakeImage) Write(arg1 image.Name) (image.Digest, int64, error)

func (*FakeImage) WriteArgsForCall

func (fake *FakeImage) WriteArgsForCall(i int) image.Name

func (*FakeImage) WriteCallCount

func (fake *FakeImage) WriteCallCount() int

func (*FakeImage) WriteCalls

func (fake *FakeImage) WriteCalls(stub func(image.Name) (image.Digest, int64, error))

func (*FakeImage) WriteReturns

func (fake *FakeImage) WriteReturns(result1 image.Digest, result2 int64, result3 error)

func (*FakeImage) WriteReturnsOnCall

func (fake *FakeImage) WriteReturnsOnCall(i int, result1 image.Digest, result2 int64, result3 error)

Jump to

Keyboard shortcuts

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