mock

package
v0.20.11 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RegistryClientMock

type RegistryClientMock struct {
	ExtractImageLayersMock mRegistryClientMockExtractImageLayers

	GetImageMock mRegistryClientMockGetImage

	GetImageConfigMock mRegistryClientMockGetImageConfig

	GetImageLayersMock mRegistryClientMockGetImageLayers

	GetLabelMock mRegistryClientMockGetLabel

	GetManifestMock mRegistryClientMockGetManifest

	GetRegistryMock mRegistryClientMockGetRegistry

	ListRepositoriesMock mRegistryClientMockListRepositories

	ListTagsMock mRegistryClientMockListTags

	WithScopeMock mRegistryClientMockWithScope
	// contains filtered or unexported fields
}

RegistryClientMock implements mm_pkg.RegistryClient

func NewRegistryClientMock

func NewRegistryClientMock(t minimock.Tester) *RegistryClientMock

NewRegistryClientMock returns a mock for mm_pkg.RegistryClient

func (*RegistryClientMock) ExtractImageLayers

func (mmExtractImageLayers *RegistryClientMock) ExtractImageLayers(ctx context.Context, tag string, handler func(mm_pkg.LayerStream) error) (err error)

ExtractImageLayers implements mm_pkg.RegistryClient

func (*RegistryClientMock) ExtractImageLayersAfterCounter

func (mmExtractImageLayers *RegistryClientMock) ExtractImageLayersAfterCounter() uint64

ExtractImageLayersAfterCounter returns a count of finished RegistryClientMock.ExtractImageLayers invocations

func (*RegistryClientMock) ExtractImageLayersBeforeCounter

func (mmExtractImageLayers *RegistryClientMock) ExtractImageLayersBeforeCounter() uint64

ExtractImageLayersBeforeCounter returns a count of RegistryClientMock.ExtractImageLayers invocations

func (*RegistryClientMock) GetImage

func (mmGetImage *RegistryClientMock) GetImage(ctx context.Context, tag string) (i1 v1.Image, err error)

GetImage implements mm_pkg.RegistryClient

func (*RegistryClientMock) GetImageAfterCounter

func (mmGetImage *RegistryClientMock) GetImageAfterCounter() uint64

GetImageAfterCounter returns a count of finished RegistryClientMock.GetImage invocations

func (*RegistryClientMock) GetImageBeforeCounter

func (mmGetImage *RegistryClientMock) GetImageBeforeCounter() uint64

GetImageBeforeCounter returns a count of RegistryClientMock.GetImage invocations

func (*RegistryClientMock) GetImageConfig

func (mmGetImageConfig *RegistryClientMock) GetImageConfig(ctx context.Context, tag string) (cp1 *v1.ConfigFile, err error)

GetImageConfig implements mm_pkg.RegistryClient

func (*RegistryClientMock) GetImageConfigAfterCounter

func (mmGetImageConfig *RegistryClientMock) GetImageConfigAfterCounter() uint64

GetImageConfigAfterCounter returns a count of finished RegistryClientMock.GetImageConfig invocations

func (*RegistryClientMock) GetImageConfigBeforeCounter

func (mmGetImageConfig *RegistryClientMock) GetImageConfigBeforeCounter() uint64

GetImageConfigBeforeCounter returns a count of RegistryClientMock.GetImageConfig invocations

func (*RegistryClientMock) GetImageLayers

func (mmGetImageLayers *RegistryClientMock) GetImageLayers(ctx context.Context, tag string) (la1 []v1.Layer, err error)

GetImageLayers implements mm_pkg.RegistryClient

func (*RegistryClientMock) GetImageLayersAfterCounter

func (mmGetImageLayers *RegistryClientMock) GetImageLayersAfterCounter() uint64

GetImageLayersAfterCounter returns a count of finished RegistryClientMock.GetImageLayers invocations

func (*RegistryClientMock) GetImageLayersBeforeCounter

func (mmGetImageLayers *RegistryClientMock) GetImageLayersBeforeCounter() uint64

GetImageLayersBeforeCounter returns a count of RegistryClientMock.GetImageLayers invocations

func (*RegistryClientMock) GetLabel

func (mmGetLabel *RegistryClientMock) GetLabel(ctx context.Context, tag string, labelKey string) (s1 string, b1 bool, err error)

GetLabel implements mm_pkg.RegistryClient

func (*RegistryClientMock) GetLabelAfterCounter

func (mmGetLabel *RegistryClientMock) GetLabelAfterCounter() uint64

GetLabelAfterCounter returns a count of finished RegistryClientMock.GetLabel invocations

func (*RegistryClientMock) GetLabelBeforeCounter

func (mmGetLabel *RegistryClientMock) GetLabelBeforeCounter() uint64

GetLabelBeforeCounter returns a count of RegistryClientMock.GetLabel invocations

func (*RegistryClientMock) GetManifest

func (mmGetManifest *RegistryClientMock) GetManifest(ctx context.Context, tag string) (dp1 *remote.Descriptor, err error)

GetManifest implements mm_pkg.RegistryClient

func (*RegistryClientMock) GetManifestAfterCounter

func (mmGetManifest *RegistryClientMock) GetManifestAfterCounter() uint64

GetManifestAfterCounter returns a count of finished RegistryClientMock.GetManifest invocations

func (*RegistryClientMock) GetManifestBeforeCounter

func (mmGetManifest *RegistryClientMock) GetManifestBeforeCounter() uint64

GetManifestBeforeCounter returns a count of RegistryClientMock.GetManifest invocations

func (*RegistryClientMock) GetRegistry

func (mmGetRegistry *RegistryClientMock) GetRegistry() (s1 string)

GetRegistry implements mm_pkg.RegistryClient

func (*RegistryClientMock) GetRegistryAfterCounter

func (mmGetRegistry *RegistryClientMock) GetRegistryAfterCounter() uint64

GetRegistryAfterCounter returns a count of finished RegistryClientMock.GetRegistry invocations

func (*RegistryClientMock) GetRegistryBeforeCounter

func (mmGetRegistry *RegistryClientMock) GetRegistryBeforeCounter() uint64

GetRegistryBeforeCounter returns a count of RegistryClientMock.GetRegistry invocations

func (*RegistryClientMock) ListRepositories

func (mmListRepositories *RegistryClientMock) ListRepositories(ctx context.Context) (sa1 []string, err error)

ListRepositories implements mm_pkg.RegistryClient

func (*RegistryClientMock) ListRepositoriesAfterCounter

func (mmListRepositories *RegistryClientMock) ListRepositoriesAfterCounter() uint64

ListRepositoriesAfterCounter returns a count of finished RegistryClientMock.ListRepositories invocations

func (*RegistryClientMock) ListRepositoriesBeforeCounter

func (mmListRepositories *RegistryClientMock) ListRepositoriesBeforeCounter() uint64

ListRepositoriesBeforeCounter returns a count of RegistryClientMock.ListRepositories invocations

func (*RegistryClientMock) ListTags

func (mmListTags *RegistryClientMock) ListTags(ctx context.Context) (sa1 []string, err error)

ListTags implements mm_pkg.RegistryClient

func (*RegistryClientMock) ListTagsAfterCounter

func (mmListTags *RegistryClientMock) ListTagsAfterCounter() uint64

ListTagsAfterCounter returns a count of finished RegistryClientMock.ListTags invocations

func (*RegistryClientMock) ListTagsBeforeCounter

func (mmListTags *RegistryClientMock) ListTagsBeforeCounter() uint64

ListTagsBeforeCounter returns a count of RegistryClientMock.ListTags invocations

func (*RegistryClientMock) MinimockExtractImageLayersDone

func (m *RegistryClientMock) MinimockExtractImageLayersDone() bool

MinimockExtractImageLayersDone returns true if the count of the ExtractImageLayers invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockExtractImageLayersInspect

func (m *RegistryClientMock) MinimockExtractImageLayersInspect()

MinimockExtractImageLayersInspect logs each unmet expectation

func (*RegistryClientMock) MinimockFinish

func (m *RegistryClientMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*RegistryClientMock) MinimockGetImageConfigDone

func (m *RegistryClientMock) MinimockGetImageConfigDone() bool

MinimockGetImageConfigDone returns true if the count of the GetImageConfig invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetImageConfigInspect

func (m *RegistryClientMock) MinimockGetImageConfigInspect()

MinimockGetImageConfigInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetImageDone

func (m *RegistryClientMock) MinimockGetImageDone() bool

MinimockGetImageDone returns true if the count of the GetImage invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetImageInspect

func (m *RegistryClientMock) MinimockGetImageInspect()

MinimockGetImageInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetImageLayersDone

func (m *RegistryClientMock) MinimockGetImageLayersDone() bool

MinimockGetImageLayersDone returns true if the count of the GetImageLayers invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetImageLayersInspect

func (m *RegistryClientMock) MinimockGetImageLayersInspect()

MinimockGetImageLayersInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetLabelDone

func (m *RegistryClientMock) MinimockGetLabelDone() bool

MinimockGetLabelDone returns true if the count of the GetLabel invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetLabelInspect

func (m *RegistryClientMock) MinimockGetLabelInspect()

MinimockGetLabelInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetManifestDone

func (m *RegistryClientMock) MinimockGetManifestDone() bool

MinimockGetManifestDone returns true if the count of the GetManifest invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetManifestInspect

func (m *RegistryClientMock) MinimockGetManifestInspect()

MinimockGetManifestInspect logs each unmet expectation

func (*RegistryClientMock) MinimockGetRegistryDone

func (m *RegistryClientMock) MinimockGetRegistryDone() bool

MinimockGetRegistryDone returns true if the count of the GetRegistry invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockGetRegistryInspect

func (m *RegistryClientMock) MinimockGetRegistryInspect()

MinimockGetRegistryInspect logs each unmet expectation

func (*RegistryClientMock) MinimockListRepositoriesDone

func (m *RegistryClientMock) MinimockListRepositoriesDone() bool

MinimockListRepositoriesDone returns true if the count of the ListRepositories invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockListRepositoriesInspect

func (m *RegistryClientMock) MinimockListRepositoriesInspect()

MinimockListRepositoriesInspect logs each unmet expectation

func (*RegistryClientMock) MinimockListTagsDone

func (m *RegistryClientMock) MinimockListTagsDone() bool

MinimockListTagsDone returns true if the count of the ListTags invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockListTagsInspect

func (m *RegistryClientMock) MinimockListTagsInspect()

MinimockListTagsInspect logs each unmet expectation

func (*RegistryClientMock) MinimockWait

func (m *RegistryClientMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*RegistryClientMock) MinimockWithScopeDone

func (m *RegistryClientMock) MinimockWithScopeDone() bool

MinimockWithScopeDone returns true if the count of the WithScope invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockWithScopeInspect

func (m *RegistryClientMock) MinimockWithScopeInspect()

MinimockWithScopeInspect logs each unmet expectation

func (*RegistryClientMock) WithScope

func (mmWithScope *RegistryClientMock) WithScope(scope string) (r1 mm_pkg.RegistryClient)

WithScope implements mm_pkg.RegistryClient

func (*RegistryClientMock) WithScopeAfterCounter

func (mmWithScope *RegistryClientMock) WithScopeAfterCounter() uint64

WithScopeAfterCounter returns a count of finished RegistryClientMock.WithScope invocations

func (*RegistryClientMock) WithScopeBeforeCounter

func (mmWithScope *RegistryClientMock) WithScopeBeforeCounter() uint64

WithScopeBeforeCounter returns a count of RegistryClientMock.WithScope invocations

type RegistryClientMockExtractImageLayersExpectation

type RegistryClientMockExtractImageLayersExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockExtractImageLayersExpectation specifies expectation struct of the RegistryClient.ExtractImageLayers

func (*RegistryClientMockExtractImageLayersExpectation) Then

Then sets up RegistryClient.ExtractImageLayers return parameters for the expectation previously defined by the When method

type RegistryClientMockExtractImageLayersExpectationOrigins

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

RegistryClientMockExtractImageLayersOrigins contains origins of expectations of the RegistryClient.ExtractImageLayers

type RegistryClientMockExtractImageLayersParamPtrs

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

RegistryClientMockExtractImageLayersParamPtrs contains pointers to parameters of the RegistryClient.ExtractImageLayers

type RegistryClientMockExtractImageLayersParams

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

RegistryClientMockExtractImageLayersParams contains parameters of the RegistryClient.ExtractImageLayers

type RegistryClientMockExtractImageLayersResults

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

RegistryClientMockExtractImageLayersResults contains results of the RegistryClient.ExtractImageLayers

type RegistryClientMockGetImageConfigExpectation

type RegistryClientMockGetImageConfigExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetImageConfigExpectation specifies expectation struct of the RegistryClient.GetImageConfig

func (*RegistryClientMockGetImageConfigExpectation) Then

Then sets up RegistryClient.GetImageConfig return parameters for the expectation previously defined by the When method

type RegistryClientMockGetImageConfigExpectationOrigins

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

RegistryClientMockGetImageConfigOrigins contains origins of expectations of the RegistryClient.GetImageConfig

type RegistryClientMockGetImageConfigParamPtrs

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

RegistryClientMockGetImageConfigParamPtrs contains pointers to parameters of the RegistryClient.GetImageConfig

type RegistryClientMockGetImageConfigParams

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

RegistryClientMockGetImageConfigParams contains parameters of the RegistryClient.GetImageConfig

type RegistryClientMockGetImageConfigResults

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

RegistryClientMockGetImageConfigResults contains results of the RegistryClient.GetImageConfig

type RegistryClientMockGetImageExpectation

type RegistryClientMockGetImageExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetImageExpectation specifies expectation struct of the RegistryClient.GetImage

func (*RegistryClientMockGetImageExpectation) Then

Then sets up RegistryClient.GetImage return parameters for the expectation previously defined by the When method

type RegistryClientMockGetImageExpectationOrigins

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

RegistryClientMockGetImageOrigins contains origins of expectations of the RegistryClient.GetImage

type RegistryClientMockGetImageLayersExpectation

type RegistryClientMockGetImageLayersExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetImageLayersExpectation specifies expectation struct of the RegistryClient.GetImageLayers

func (*RegistryClientMockGetImageLayersExpectation) Then

Then sets up RegistryClient.GetImageLayers return parameters for the expectation previously defined by the When method

type RegistryClientMockGetImageLayersExpectationOrigins

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

RegistryClientMockGetImageLayersOrigins contains origins of expectations of the RegistryClient.GetImageLayers

type RegistryClientMockGetImageLayersParamPtrs

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

RegistryClientMockGetImageLayersParamPtrs contains pointers to parameters of the RegistryClient.GetImageLayers

type RegistryClientMockGetImageLayersParams

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

RegistryClientMockGetImageLayersParams contains parameters of the RegistryClient.GetImageLayers

type RegistryClientMockGetImageLayersResults

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

RegistryClientMockGetImageLayersResults contains results of the RegistryClient.GetImageLayers

type RegistryClientMockGetImageParamPtrs

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

RegistryClientMockGetImageParamPtrs contains pointers to parameters of the RegistryClient.GetImage

type RegistryClientMockGetImageParams

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

RegistryClientMockGetImageParams contains parameters of the RegistryClient.GetImage

type RegistryClientMockGetImageResults

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

RegistryClientMockGetImageResults contains results of the RegistryClient.GetImage

type RegistryClientMockGetLabelExpectation

type RegistryClientMockGetLabelExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetLabelExpectation specifies expectation struct of the RegistryClient.GetLabel

func (*RegistryClientMockGetLabelExpectation) Then

Then sets up RegistryClient.GetLabel return parameters for the expectation previously defined by the When method

type RegistryClientMockGetLabelExpectationOrigins

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

RegistryClientMockGetLabelOrigins contains origins of expectations of the RegistryClient.GetLabel

type RegistryClientMockGetLabelParamPtrs

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

RegistryClientMockGetLabelParamPtrs contains pointers to parameters of the RegistryClient.GetLabel

type RegistryClientMockGetLabelParams

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

RegistryClientMockGetLabelParams contains parameters of the RegistryClient.GetLabel

type RegistryClientMockGetLabelResults

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

RegistryClientMockGetLabelResults contains results of the RegistryClient.GetLabel

type RegistryClientMockGetManifestExpectation

type RegistryClientMockGetManifestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetManifestExpectation specifies expectation struct of the RegistryClient.GetManifest

func (*RegistryClientMockGetManifestExpectation) Then

Then sets up RegistryClient.GetManifest return parameters for the expectation previously defined by the When method

type RegistryClientMockGetManifestExpectationOrigins

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

RegistryClientMockGetManifestOrigins contains origins of expectations of the RegistryClient.GetManifest

type RegistryClientMockGetManifestParamPtrs

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

RegistryClientMockGetManifestParamPtrs contains pointers to parameters of the RegistryClient.GetManifest

type RegistryClientMockGetManifestParams

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

RegistryClientMockGetManifestParams contains parameters of the RegistryClient.GetManifest

type RegistryClientMockGetManifestResults

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

RegistryClientMockGetManifestResults contains results of the RegistryClient.GetManifest

type RegistryClientMockGetRegistryExpectation

type RegistryClientMockGetRegistryExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockGetRegistryExpectation specifies expectation struct of the RegistryClient.GetRegistry

type RegistryClientMockGetRegistryResults

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

RegistryClientMockGetRegistryResults contains results of the RegistryClient.GetRegistry

type RegistryClientMockListRepositoriesExpectation

type RegistryClientMockListRepositoriesExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockListRepositoriesExpectation specifies expectation struct of the RegistryClient.ListRepositories

func (*RegistryClientMockListRepositoriesExpectation) Then

Then sets up RegistryClient.ListRepositories return parameters for the expectation previously defined by the When method

type RegistryClientMockListRepositoriesExpectationOrigins

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

RegistryClientMockListRepositoriesOrigins contains origins of expectations of the RegistryClient.ListRepositories

type RegistryClientMockListRepositoriesParamPtrs

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

RegistryClientMockListRepositoriesParamPtrs contains pointers to parameters of the RegistryClient.ListRepositories

type RegistryClientMockListRepositoriesParams

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

RegistryClientMockListRepositoriesParams contains parameters of the RegistryClient.ListRepositories

type RegistryClientMockListRepositoriesResults

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

RegistryClientMockListRepositoriesResults contains results of the RegistryClient.ListRepositories

type RegistryClientMockListTagsExpectation

type RegistryClientMockListTagsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockListTagsExpectation specifies expectation struct of the RegistryClient.ListTags

func (*RegistryClientMockListTagsExpectation) Then

Then sets up RegistryClient.ListTags return parameters for the expectation previously defined by the When method

type RegistryClientMockListTagsExpectationOrigins

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

RegistryClientMockListTagsOrigins contains origins of expectations of the RegistryClient.ListTags

type RegistryClientMockListTagsParamPtrs

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

RegistryClientMockListTagsParamPtrs contains pointers to parameters of the RegistryClient.ListTags

type RegistryClientMockListTagsParams

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

RegistryClientMockListTagsParams contains parameters of the RegistryClient.ListTags

type RegistryClientMockListTagsResults

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

RegistryClientMockListTagsResults contains results of the RegistryClient.ListTags

type RegistryClientMockWithScopeExpectation

type RegistryClientMockWithScopeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockWithScopeExpectation specifies expectation struct of the RegistryClient.WithScope

func (*RegistryClientMockWithScopeExpectation) Then

Then sets up RegistryClient.WithScope return parameters for the expectation previously defined by the When method

type RegistryClientMockWithScopeExpectationOrigins

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

RegistryClientMockWithScopeOrigins contains origins of expectations of the RegistryClient.WithScope

type RegistryClientMockWithScopeParamPtrs

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

RegistryClientMockWithScopeParamPtrs contains pointers to parameters of the RegistryClient.WithScope

type RegistryClientMockWithScopeParams

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

RegistryClientMockWithScopeParams contains parameters of the RegistryClient.WithScope

type RegistryClientMockWithScopeResults

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

RegistryClientMockWithScopeResults contains results of the RegistryClient.WithScope

Jump to

Keyboard shortcuts

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