fakes

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2025 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.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeKeyValueRepoClient

type FakeKeyValueRepoClient struct {
	CreateKeyValueWithResponseStub func(context.Context, client.KeyValuePOSTInput, ...client.RequestEditorFn) (*client.CreateKeyValueResponse, error)

	ListKeyValueWithResponseStub func(context.Context, *client.ListKeyValueParams, ...client.RequestEditorFn) (*client.ListKeyValueResponse, error)

	RetrieveKeyValueConnectionInfoWithResponseStub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrieveKeyValueConnectionInfoResponse, error)

	RetrieveKeyValueWithResponseStub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrieveKeyValueResponse, error)
	// contains filtered or unexported fields
}

func (*FakeKeyValueRepoClient) CreateKeyValueWithResponse

func (fake *FakeKeyValueRepoClient) CreateKeyValueWithResponse(arg1 context.Context, arg2 client.KeyValuePOSTInput, arg3 ...client.RequestEditorFn) (*client.CreateKeyValueResponse, error)

func (*FakeKeyValueRepoClient) CreateKeyValueWithResponseArgsForCall

func (fake *FakeKeyValueRepoClient) CreateKeyValueWithResponseArgsForCall(i int) (context.Context, client.KeyValuePOSTInput, []client.RequestEditorFn)

func (*FakeKeyValueRepoClient) CreateKeyValueWithResponseCallCount

func (fake *FakeKeyValueRepoClient) CreateKeyValueWithResponseCallCount() int

func (*FakeKeyValueRepoClient) CreateKeyValueWithResponseCalls

func (fake *FakeKeyValueRepoClient) CreateKeyValueWithResponseCalls(stub func(context.Context, client.KeyValuePOSTInput, ...client.RequestEditorFn) (*client.CreateKeyValueResponse, error))

func (*FakeKeyValueRepoClient) CreateKeyValueWithResponseReturns

func (fake *FakeKeyValueRepoClient) CreateKeyValueWithResponseReturns(result1 *client.CreateKeyValueResponse, result2 error)

func (*FakeKeyValueRepoClient) CreateKeyValueWithResponseReturnsOnCall

func (fake *FakeKeyValueRepoClient) CreateKeyValueWithResponseReturnsOnCall(i int, result1 *client.CreateKeyValueResponse, result2 error)

func (*FakeKeyValueRepoClient) Invocations

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

func (*FakeKeyValueRepoClient) ListKeyValueWithResponse

func (fake *FakeKeyValueRepoClient) ListKeyValueWithResponse(arg1 context.Context, arg2 *client.ListKeyValueParams, arg3 ...client.RequestEditorFn) (*client.ListKeyValueResponse, error)

func (*FakeKeyValueRepoClient) ListKeyValueWithResponseArgsForCall

func (fake *FakeKeyValueRepoClient) ListKeyValueWithResponseArgsForCall(i int) (context.Context, *client.ListKeyValueParams, []client.RequestEditorFn)

func (*FakeKeyValueRepoClient) ListKeyValueWithResponseCallCount

func (fake *FakeKeyValueRepoClient) ListKeyValueWithResponseCallCount() int

func (*FakeKeyValueRepoClient) ListKeyValueWithResponseCalls

func (fake *FakeKeyValueRepoClient) ListKeyValueWithResponseCalls(stub func(context.Context, *client.ListKeyValueParams, ...client.RequestEditorFn) (*client.ListKeyValueResponse, error))

func (*FakeKeyValueRepoClient) ListKeyValueWithResponseReturns

func (fake *FakeKeyValueRepoClient) ListKeyValueWithResponseReturns(result1 *client.ListKeyValueResponse, result2 error)

func (*FakeKeyValueRepoClient) ListKeyValueWithResponseReturnsOnCall

func (fake *FakeKeyValueRepoClient) ListKeyValueWithResponseReturnsOnCall(i int, result1 *client.ListKeyValueResponse, result2 error)

func (*FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponse

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponse(arg1 context.Context, arg2 string, arg3 ...client.RequestEditorFn) (*client.RetrieveKeyValueConnectionInfoResponse, error)

func (*FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseArgsForCall

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseArgsForCall(i int) (context.Context, string, []client.RequestEditorFn)

func (*FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseCallCount

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseCallCount() int

func (*FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseCalls

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseCalls(stub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrieveKeyValueConnectionInfoResponse, error))

func (*FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseReturns

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseReturns(result1 *client.RetrieveKeyValueConnectionInfoResponse, result2 error)

func (*FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseReturnsOnCall

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueConnectionInfoWithResponseReturnsOnCall(i int, result1 *client.RetrieveKeyValueConnectionInfoResponse, result2 error)

func (*FakeKeyValueRepoClient) RetrieveKeyValueWithResponse

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueWithResponse(arg1 context.Context, arg2 string, arg3 ...client.RequestEditorFn) (*client.RetrieveKeyValueResponse, error)

func (*FakeKeyValueRepoClient) RetrieveKeyValueWithResponseArgsForCall

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueWithResponseArgsForCall(i int) (context.Context, string, []client.RequestEditorFn)

func (*FakeKeyValueRepoClient) RetrieveKeyValueWithResponseCallCount

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueWithResponseCallCount() int

func (*FakeKeyValueRepoClient) RetrieveKeyValueWithResponseCalls

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueWithResponseCalls(stub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrieveKeyValueResponse, error))

func (*FakeKeyValueRepoClient) RetrieveKeyValueWithResponseReturns

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueWithResponseReturns(result1 *client.RetrieveKeyValueResponse, result2 error)

func (*FakeKeyValueRepoClient) RetrieveKeyValueWithResponseReturnsOnCall

func (fake *FakeKeyValueRepoClient) RetrieveKeyValueWithResponseReturnsOnCall(i int, result1 *client.RetrieveKeyValueResponse, result2 error)

type FakePostgresRepoClient

type FakePostgresRepoClient struct {
	CreatePostgresWithResponseStub func(context.Context, client.PostgresPOSTInput, ...client.RequestEditorFn) (*client.CreatePostgresResponse, error)

	ListPostgresWithResponseStub func(context.Context, *client.ListPostgresParams, ...client.RequestEditorFn) (*client.ListPostgresResponse, error)

	RestartPostgresStub func(context.Context, string, ...client.RequestEditorFn) (*http.Response, error)

	RetrievePostgresConnectionInfoWithResponseStub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrievePostgresConnectionInfoResponse, error)

	RetrievePostgresWithResponseStub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrievePostgresResponse, error)
	// contains filtered or unexported fields
}

func (*FakePostgresRepoClient) CreatePostgresWithResponse

func (fake *FakePostgresRepoClient) CreatePostgresWithResponse(arg1 context.Context, arg2 client.PostgresPOSTInput, arg3 ...client.RequestEditorFn) (*client.CreatePostgresResponse, error)

func (*FakePostgresRepoClient) CreatePostgresWithResponseArgsForCall

func (fake *FakePostgresRepoClient) CreatePostgresWithResponseArgsForCall(i int) (context.Context, client.PostgresPOSTInput, []client.RequestEditorFn)

func (*FakePostgresRepoClient) CreatePostgresWithResponseCallCount

func (fake *FakePostgresRepoClient) CreatePostgresWithResponseCallCount() int

func (*FakePostgresRepoClient) CreatePostgresWithResponseCalls

func (fake *FakePostgresRepoClient) CreatePostgresWithResponseCalls(stub func(context.Context, client.PostgresPOSTInput, ...client.RequestEditorFn) (*client.CreatePostgresResponse, error))

func (*FakePostgresRepoClient) CreatePostgresWithResponseReturns

func (fake *FakePostgresRepoClient) CreatePostgresWithResponseReturns(result1 *client.CreatePostgresResponse, result2 error)

func (*FakePostgresRepoClient) CreatePostgresWithResponseReturnsOnCall

func (fake *FakePostgresRepoClient) CreatePostgresWithResponseReturnsOnCall(i int, result1 *client.CreatePostgresResponse, result2 error)

func (*FakePostgresRepoClient) Invocations

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

func (*FakePostgresRepoClient) ListPostgresWithResponse

func (fake *FakePostgresRepoClient) ListPostgresWithResponse(arg1 context.Context, arg2 *client.ListPostgresParams, arg3 ...client.RequestEditorFn) (*client.ListPostgresResponse, error)

func (*FakePostgresRepoClient) ListPostgresWithResponseArgsForCall

func (fake *FakePostgresRepoClient) ListPostgresWithResponseArgsForCall(i int) (context.Context, *client.ListPostgresParams, []client.RequestEditorFn)

func (*FakePostgresRepoClient) ListPostgresWithResponseCallCount

func (fake *FakePostgresRepoClient) ListPostgresWithResponseCallCount() int

func (*FakePostgresRepoClient) ListPostgresWithResponseCalls

func (fake *FakePostgresRepoClient) ListPostgresWithResponseCalls(stub func(context.Context, *client.ListPostgresParams, ...client.RequestEditorFn) (*client.ListPostgresResponse, error))

func (*FakePostgresRepoClient) ListPostgresWithResponseReturns

func (fake *FakePostgresRepoClient) ListPostgresWithResponseReturns(result1 *client.ListPostgresResponse, result2 error)

func (*FakePostgresRepoClient) ListPostgresWithResponseReturnsOnCall

func (fake *FakePostgresRepoClient) ListPostgresWithResponseReturnsOnCall(i int, result1 *client.ListPostgresResponse, result2 error)

func (*FakePostgresRepoClient) RestartPostgres

func (fake *FakePostgresRepoClient) RestartPostgres(arg1 context.Context, arg2 string, arg3 ...client.RequestEditorFn) (*http.Response, error)

func (*FakePostgresRepoClient) RestartPostgresArgsForCall

func (fake *FakePostgresRepoClient) RestartPostgresArgsForCall(i int) (context.Context, string, []client.RequestEditorFn)

func (*FakePostgresRepoClient) RestartPostgresCallCount

func (fake *FakePostgresRepoClient) RestartPostgresCallCount() int

func (*FakePostgresRepoClient) RestartPostgresCalls

func (fake *FakePostgresRepoClient) RestartPostgresCalls(stub func(context.Context, string, ...client.RequestEditorFn) (*http.Response, error))

func (*FakePostgresRepoClient) RestartPostgresReturns

func (fake *FakePostgresRepoClient) RestartPostgresReturns(result1 *http.Response, result2 error)

func (*FakePostgresRepoClient) RestartPostgresReturnsOnCall

func (fake *FakePostgresRepoClient) RestartPostgresReturnsOnCall(i int, result1 *http.Response, result2 error)

func (*FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponse

func (fake *FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponse(arg1 context.Context, arg2 string, arg3 ...client.RequestEditorFn) (*client.RetrievePostgresConnectionInfoResponse, error)

func (*FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseArgsForCall

func (fake *FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseArgsForCall(i int) (context.Context, string, []client.RequestEditorFn)

func (*FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseCallCount

func (fake *FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseCallCount() int

func (*FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseCalls

func (fake *FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseCalls(stub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrievePostgresConnectionInfoResponse, error))

func (*FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseReturns

func (fake *FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseReturns(result1 *client.RetrievePostgresConnectionInfoResponse, result2 error)

func (*FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseReturnsOnCall

func (fake *FakePostgresRepoClient) RetrievePostgresConnectionInfoWithResponseReturnsOnCall(i int, result1 *client.RetrievePostgresConnectionInfoResponse, result2 error)

func (*FakePostgresRepoClient) RetrievePostgresWithResponse

func (fake *FakePostgresRepoClient) RetrievePostgresWithResponse(arg1 context.Context, arg2 string, arg3 ...client.RequestEditorFn) (*client.RetrievePostgresResponse, error)

func (*FakePostgresRepoClient) RetrievePostgresWithResponseArgsForCall

func (fake *FakePostgresRepoClient) RetrievePostgresWithResponseArgsForCall(i int) (context.Context, string, []client.RequestEditorFn)

func (*FakePostgresRepoClient) RetrievePostgresWithResponseCallCount

func (fake *FakePostgresRepoClient) RetrievePostgresWithResponseCallCount() int

func (*FakePostgresRepoClient) RetrievePostgresWithResponseCalls

func (fake *FakePostgresRepoClient) RetrievePostgresWithResponseCalls(stub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrievePostgresResponse, error))

func (*FakePostgresRepoClient) RetrievePostgresWithResponseReturns

func (fake *FakePostgresRepoClient) RetrievePostgresWithResponseReturns(result1 *client.RetrievePostgresResponse, result2 error)

func (*FakePostgresRepoClient) RetrievePostgresWithResponseReturnsOnCall

func (fake *FakePostgresRepoClient) RetrievePostgresWithResponseReturnsOnCall(i int, result1 *client.RetrievePostgresResponse, result2 error)

type FakeServiceRepoClient

type FakeServiceRepoClient struct {
	CreateDeployWithResponseStub func(context.Context, string, client.CreateDeployJSONRequestBody, ...client.RequestEditorFn) (*client.CreateDeployResponse, error)

	CreateServiceWithResponseStub func(context.Context, client.CreateServiceJSONRequestBody, ...client.RequestEditorFn) (*client.CreateServiceResponse, error)

	GetEnvVarsForServiceWithResponseStub func(context.Context, string, *client.GetEnvVarsForServiceParams, ...client.RequestEditorFn) (*client.GetEnvVarsForServiceResponse, error)

	ListServicesWithResponseStub func(context.Context, *client.ListServicesParams, ...client.RequestEditorFn) (*client.ListServicesResponse, error)

	RetrieveServiceWithResponseStub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrieveServiceResponse, error)

	UpdateEnvVarsForServiceWithResponseStub func(context.Context, string, []client.EnvVarInput, ...client.RequestEditorFn) (*client.UpdateEnvVarsForServiceResponse, error)
	// contains filtered or unexported fields
}

func (*FakeServiceRepoClient) CreateDeployWithResponse

func (*FakeServiceRepoClient) CreateDeployWithResponseArgsForCall

func (fake *FakeServiceRepoClient) CreateDeployWithResponseArgsForCall(i int) (context.Context, string, client.CreateDeployJSONRequestBody, []client.RequestEditorFn)

func (*FakeServiceRepoClient) CreateDeployWithResponseCallCount

func (fake *FakeServiceRepoClient) CreateDeployWithResponseCallCount() int

func (*FakeServiceRepoClient) CreateDeployWithResponseCalls

func (*FakeServiceRepoClient) CreateDeployWithResponseReturns

func (fake *FakeServiceRepoClient) CreateDeployWithResponseReturns(result1 *client.CreateDeployResponse, result2 error)

func (*FakeServiceRepoClient) CreateDeployWithResponseReturnsOnCall

func (fake *FakeServiceRepoClient) CreateDeployWithResponseReturnsOnCall(i int, result1 *client.CreateDeployResponse, result2 error)

func (*FakeServiceRepoClient) CreateServiceWithResponse

func (*FakeServiceRepoClient) CreateServiceWithResponseArgsForCall

func (fake *FakeServiceRepoClient) CreateServiceWithResponseArgsForCall(i int) (context.Context, client.CreateServiceJSONRequestBody, []client.RequestEditorFn)

func (*FakeServiceRepoClient) CreateServiceWithResponseCallCount

func (fake *FakeServiceRepoClient) CreateServiceWithResponseCallCount() int

func (*FakeServiceRepoClient) CreateServiceWithResponseCalls

func (*FakeServiceRepoClient) CreateServiceWithResponseReturns

func (fake *FakeServiceRepoClient) CreateServiceWithResponseReturns(result1 *client.CreateServiceResponse, result2 error)

func (*FakeServiceRepoClient) CreateServiceWithResponseReturnsOnCall

func (fake *FakeServiceRepoClient) CreateServiceWithResponseReturnsOnCall(i int, result1 *client.CreateServiceResponse, result2 error)

func (*FakeServiceRepoClient) GetEnvVarsForServiceWithResponse

func (fake *FakeServiceRepoClient) GetEnvVarsForServiceWithResponse(arg1 context.Context, arg2 string, arg3 *client.GetEnvVarsForServiceParams, arg4 ...client.RequestEditorFn) (*client.GetEnvVarsForServiceResponse, error)

func (*FakeServiceRepoClient) GetEnvVarsForServiceWithResponseArgsForCall

func (fake *FakeServiceRepoClient) GetEnvVarsForServiceWithResponseArgsForCall(i int) (context.Context, string, *client.GetEnvVarsForServiceParams, []client.RequestEditorFn)

func (*FakeServiceRepoClient) GetEnvVarsForServiceWithResponseCallCount

func (fake *FakeServiceRepoClient) GetEnvVarsForServiceWithResponseCallCount() int

func (*FakeServiceRepoClient) GetEnvVarsForServiceWithResponseCalls

func (*FakeServiceRepoClient) GetEnvVarsForServiceWithResponseReturns

func (fake *FakeServiceRepoClient) GetEnvVarsForServiceWithResponseReturns(result1 *client.GetEnvVarsForServiceResponse, result2 error)

func (*FakeServiceRepoClient) GetEnvVarsForServiceWithResponseReturnsOnCall

func (fake *FakeServiceRepoClient) GetEnvVarsForServiceWithResponseReturnsOnCall(i int, result1 *client.GetEnvVarsForServiceResponse, result2 error)

func (*FakeServiceRepoClient) Invocations

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

func (*FakeServiceRepoClient) ListServicesWithResponse

func (fake *FakeServiceRepoClient) ListServicesWithResponse(arg1 context.Context, arg2 *client.ListServicesParams, arg3 ...client.RequestEditorFn) (*client.ListServicesResponse, error)

func (*FakeServiceRepoClient) ListServicesWithResponseArgsForCall

func (fake *FakeServiceRepoClient) ListServicesWithResponseArgsForCall(i int) (context.Context, *client.ListServicesParams, []client.RequestEditorFn)

func (*FakeServiceRepoClient) ListServicesWithResponseCallCount

func (fake *FakeServiceRepoClient) ListServicesWithResponseCallCount() int

func (*FakeServiceRepoClient) ListServicesWithResponseCalls

func (fake *FakeServiceRepoClient) ListServicesWithResponseCalls(stub func(context.Context, *client.ListServicesParams, ...client.RequestEditorFn) (*client.ListServicesResponse, error))

func (*FakeServiceRepoClient) ListServicesWithResponseReturns

func (fake *FakeServiceRepoClient) ListServicesWithResponseReturns(result1 *client.ListServicesResponse, result2 error)

func (*FakeServiceRepoClient) ListServicesWithResponseReturnsOnCall

func (fake *FakeServiceRepoClient) ListServicesWithResponseReturnsOnCall(i int, result1 *client.ListServicesResponse, result2 error)

func (*FakeServiceRepoClient) RetrieveServiceWithResponse

func (fake *FakeServiceRepoClient) RetrieveServiceWithResponse(arg1 context.Context, arg2 string, arg3 ...client.RequestEditorFn) (*client.RetrieveServiceResponse, error)

func (*FakeServiceRepoClient) RetrieveServiceWithResponseArgsForCall

func (fake *FakeServiceRepoClient) RetrieveServiceWithResponseArgsForCall(i int) (context.Context, string, []client.RequestEditorFn)

func (*FakeServiceRepoClient) RetrieveServiceWithResponseCallCount

func (fake *FakeServiceRepoClient) RetrieveServiceWithResponseCallCount() int

func (*FakeServiceRepoClient) RetrieveServiceWithResponseCalls

func (fake *FakeServiceRepoClient) RetrieveServiceWithResponseCalls(stub func(context.Context, string, ...client.RequestEditorFn) (*client.RetrieveServiceResponse, error))

func (*FakeServiceRepoClient) RetrieveServiceWithResponseReturns

func (fake *FakeServiceRepoClient) RetrieveServiceWithResponseReturns(result1 *client.RetrieveServiceResponse, result2 error)

func (*FakeServiceRepoClient) RetrieveServiceWithResponseReturnsOnCall

func (fake *FakeServiceRepoClient) RetrieveServiceWithResponseReturnsOnCall(i int, result1 *client.RetrieveServiceResponse, result2 error)

func (*FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponse

func (fake *FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponse(arg1 context.Context, arg2 string, arg3 []client.EnvVarInput, arg4 ...client.RequestEditorFn) (*client.UpdateEnvVarsForServiceResponse, error)

func (*FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseArgsForCall

func (fake *FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseArgsForCall(i int) (context.Context, string, []client.EnvVarInput, []client.RequestEditorFn)

func (*FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseCallCount

func (fake *FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseCallCount() int

func (*FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseCalls

func (fake *FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseCalls(stub func(context.Context, string, []client.EnvVarInput, ...client.RequestEditorFn) (*client.UpdateEnvVarsForServiceResponse, error))

func (*FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseReturns

func (fake *FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseReturns(result1 *client.UpdateEnvVarsForServiceResponse, result2 error)

func (*FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseReturnsOnCall

func (fake *FakeServiceRepoClient) UpdateEnvVarsForServiceWithResponseReturnsOnCall(i int, result1 *client.UpdateEnvVarsForServiceResponse, result2 error)

Jump to

Keyboard shortcuts

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