typesfakes

package
v0.0.0-...-a423d60 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

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 FakeApplicationLister

type FakeApplicationLister struct {
	FetchApplicationStub func(context.Context, string) (*director.ApplicationOutput, error)
	// contains filtered or unexported fields
}

func (*FakeApplicationLister) FetchApplication

func (fake *FakeApplicationLister) FetchApplication(arg1 context.Context, arg2 string) (*director.ApplicationOutput, error)

func (*FakeApplicationLister) FetchApplicationArgsForCall

func (fake *FakeApplicationLister) FetchApplicationArgsForCall(i int) (context.Context, string)

func (*FakeApplicationLister) FetchApplicationCallCount

func (fake *FakeApplicationLister) FetchApplicationCallCount() int

func (*FakeApplicationLister) FetchApplicationCalls

func (fake *FakeApplicationLister) FetchApplicationCalls(stub func(context.Context, string) (*director.ApplicationOutput, error))

func (*FakeApplicationLister) FetchApplicationReturns

func (fake *FakeApplicationLister) FetchApplicationReturns(result1 *director.ApplicationOutput, result2 error)

func (*FakeApplicationLister) FetchApplicationReturnsOnCall

func (fake *FakeApplicationLister) FetchApplicationReturnsOnCall(i int, result1 *director.ApplicationOutput, result2 error)

func (*FakeApplicationLister) Invocations

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

type FakeApplicationsLister

type FakeApplicationsLister struct {
	FetchApplicationsStub func(context.Context) (*director.ApplicationsOutput, error)
	// contains filtered or unexported fields
}

func (*FakeApplicationsLister) FetchApplications

func (fake *FakeApplicationsLister) FetchApplications(arg1 context.Context) (*director.ApplicationsOutput, error)

func (*FakeApplicationsLister) FetchApplicationsArgsForCall

func (fake *FakeApplicationsLister) FetchApplicationsArgsForCall(i int) context.Context

func (*FakeApplicationsLister) FetchApplicationsCallCount

func (fake *FakeApplicationsLister) FetchApplicationsCallCount() int

func (*FakeApplicationsLister) FetchApplicationsCalls

func (fake *FakeApplicationsLister) FetchApplicationsCalls(stub func(context.Context) (*director.ApplicationsOutput, error))

func (*FakeApplicationsLister) FetchApplicationsReturns

func (fake *FakeApplicationsLister) FetchApplicationsReturns(result1 *director.ApplicationsOutput, result2 error)

func (*FakeApplicationsLister) FetchApplicationsReturnsOnCall

func (fake *FakeApplicationsLister) FetchApplicationsReturnsOnCall(i int, result1 *director.ApplicationsOutput, result2 error)

func (*FakeApplicationsLister) Invocations

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

type FakeBundleCredentialsCreateRequester

type FakeBundleCredentialsCreateRequester struct {
	RequestBundleInstanceCredentialsCreationStub func(context.Context, *director.BundleInstanceCredentialsInput) (*director.BundleInstanceAuthOutput, error)
	// contains filtered or unexported fields
}

func (*FakeBundleCredentialsCreateRequester) Invocations

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

func (*FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreation

func (*FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationArgsForCall

func (fake *FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationArgsForCall(i int) (context.Context, *director.BundleInstanceCredentialsInput)

func (*FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationCallCount

func (fake *FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationCallCount() int

func (*FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationCalls

func (fake *FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationCalls(stub func(context.Context, *director.BundleInstanceCredentialsInput) (*director.BundleInstanceAuthOutput, error))

func (*FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationReturns

func (fake *FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationReturns(result1 *director.BundleInstanceAuthOutput, result2 error)

func (*FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationReturnsOnCall

func (fake *FakeBundleCredentialsCreateRequester) RequestBundleInstanceCredentialsCreationReturnsOnCall(i int, result1 *director.BundleInstanceAuthOutput, result2 error)

type FakeBundleCredentialsDeleteRequester

type FakeBundleCredentialsDeleteRequester struct {
	RequestBundleInstanceCredentialsDeletionStub func(context.Context, *director.BundleInstanceAuthDeletionInput) (*director.BundleInstanceAuthDeletionOutput, error)
	// contains filtered or unexported fields
}

func (*FakeBundleCredentialsDeleteRequester) Invocations

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

func (*FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletion

func (*FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionArgsForCall

func (fake *FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionArgsForCall(i int) (context.Context, *director.BundleInstanceAuthDeletionInput)

func (*FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionCallCount

func (fake *FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionCallCount() int

func (*FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionCalls

func (*FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionReturns

func (fake *FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionReturns(result1 *director.BundleInstanceAuthDeletionOutput, result2 error)

func (*FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionReturnsOnCall

func (fake *FakeBundleCredentialsDeleteRequester) RequestBundleInstanceCredentialsDeletionReturnsOnCall(i int, result1 *director.BundleInstanceAuthDeletionOutput, result2 error)

type FakeBundleCredentialsFetcher

type FakeBundleCredentialsFetcher struct {
	FetchBundleInstanceAuthStub func(context.Context, *director.BundleInstanceInput) (*director.BundleInstanceAuthOutput, error)
	// contains filtered or unexported fields
}

func (*FakeBundleCredentialsFetcher) FetchBundleInstanceAuth

func (*FakeBundleCredentialsFetcher) FetchBundleInstanceAuthArgsForCall

func (fake *FakeBundleCredentialsFetcher) FetchBundleInstanceAuthArgsForCall(i int) (context.Context, *director.BundleInstanceInput)

func (*FakeBundleCredentialsFetcher) FetchBundleInstanceAuthCallCount

func (fake *FakeBundleCredentialsFetcher) FetchBundleInstanceAuthCallCount() int

func (*FakeBundleCredentialsFetcher) FetchBundleInstanceAuthCalls

func (*FakeBundleCredentialsFetcher) FetchBundleInstanceAuthReturns

func (fake *FakeBundleCredentialsFetcher) FetchBundleInstanceAuthReturns(result1 *director.BundleInstanceAuthOutput, result2 error)

func (*FakeBundleCredentialsFetcher) FetchBundleInstanceAuthReturnsOnCall

func (fake *FakeBundleCredentialsFetcher) FetchBundleInstanceAuthReturnsOnCall(i int, result1 *director.BundleInstanceAuthOutput, result2 error)

func (*FakeBundleCredentialsFetcher) Invocations

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

type FakeBundleCredentialsFetcherForInstance

type FakeBundleCredentialsFetcherForInstance struct {
	FetchBundleInstanceCredentialsStub func(context.Context, *director.BundleInstanceInput) (*director.BundleInstanceCredentialsOutput, error)
	// contains filtered or unexported fields
}

func (*FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentials

func (*FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsArgsForCall

func (fake *FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsArgsForCall(i int) (context.Context, *director.BundleInstanceInput)

func (*FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsCallCount

func (fake *FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsCallCount() int

func (*FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsCalls

func (*FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsReturns

func (fake *FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsReturns(result1 *director.BundleInstanceCredentialsOutput, result2 error)

func (*FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsReturnsOnCall

func (fake *FakeBundleCredentialsFetcherForInstance) FetchBundleInstanceCredentialsReturnsOnCall(i int, result1 *director.BundleInstanceCredentialsOutput, result2 error)

func (*FakeBundleCredentialsFetcherForInstance) Invocations

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

Jump to

Keyboard shortcuts

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