mocks

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2026 License: Apache-2.0 Imports: 6 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 MockClientInterface

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

MockClientInterface is a mock of ClientInterface interface.

func NewMockClientInterface

func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface

NewMockClientInterface creates a new mock instance.

func (*MockClientInterface) AttachServiceToVPC added in v0.20.0

func (m *MockClientInterface) AttachServiceToVPC(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.AttachServiceToVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AttachServiceToVPC mocks base method.

func (*MockClientInterface) AttachServiceToVPCWithBody added in v0.20.0

func (m *MockClientInterface) AttachServiceToVPCWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

AttachServiceToVPCWithBody mocks base method.

func (*MockClientInterface) CreateReplicaSet added in v0.20.0

func (m *MockClientInterface) CreateReplicaSet(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.CreateReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateReplicaSet mocks base method.

func (*MockClientInterface) CreateReplicaSetWithBody added in v0.20.0

func (m *MockClientInterface) CreateReplicaSetWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateReplicaSetWithBody mocks base method.

func (*MockClientInterface) CreateService added in v0.20.0

func (m *MockClientInterface) CreateService(ctx context.Context, projectId api.ProjectId, body api.CreateServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateService mocks base method.

func (*MockClientInterface) CreateServiceWithBody added in v0.20.0

func (m *MockClientInterface) CreateServiceWithBody(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateServiceWithBody mocks base method.

func (*MockClientInterface) CreateVPC added in v0.20.0

func (m *MockClientInterface) CreateVPC(ctx context.Context, projectId api.ProjectId, body api.CreateVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPC mocks base method.

func (*MockClientInterface) CreateVPCPeering added in v0.20.0

func (m *MockClientInterface) CreateVPCPeering(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, body api.CreateVPCPeeringJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPCPeering mocks base method.

func (*MockClientInterface) CreateVPCPeeringWithBody added in v0.20.0

func (m *MockClientInterface) CreateVPCPeeringWithBody(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPCPeeringWithBody mocks base method.

func (*MockClientInterface) CreateVPCWithBody added in v0.20.0

func (m *MockClientInterface) CreateVPCWithBody(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

CreateVPCWithBody mocks base method.

func (*MockClientInterface) DeleteReplicaSet added in v0.20.0

func (m *MockClientInterface) DeleteReplicaSet(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteReplicaSet mocks base method.

func (*MockClientInterface) DeleteService added in v0.20.0

func (m *MockClientInterface) DeleteService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteService mocks base method.

func (*MockClientInterface) DeleteVPC added in v0.20.0

func (m *MockClientInterface) DeleteVPC(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteVPC mocks base method.

func (*MockClientInterface) DeleteVPCPeering added in v0.20.0

func (m *MockClientInterface) DeleteVPCPeering(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DeleteVPCPeering mocks base method.

func (*MockClientInterface) DetachServiceFromVPC added in v0.20.0

func (m *MockClientInterface) DetachServiceFromVPC(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.DetachServiceFromVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DetachServiceFromVPC mocks base method.

func (*MockClientInterface) DetachServiceFromVPCWithBody added in v0.20.0

func (m *MockClientInterface) DetachServiceFromVPCWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DetachServiceFromVPCWithBody mocks base method.

func (*MockClientInterface) DisablePooler added in v0.20.0

func (m *MockClientInterface) DisablePooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DisablePooler mocks base method.

func (*MockClientInterface) DisableReplicaPooler added in v0.20.0

func (m *MockClientInterface) DisableReplicaPooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

DisableReplicaPooler mocks base method.

func (*MockClientInterface) EXPECT

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

func (*MockClientInterface) EnablePooler added in v0.20.0

func (m *MockClientInterface) EnablePooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

EnablePooler mocks base method.

func (*MockClientInterface) EnableReplicaPooler added in v0.20.0

func (m *MockClientInterface) EnableReplicaPooler(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

EnableReplicaPooler mocks base method.

func (*MockClientInterface) ForkService added in v0.20.0

func (m *MockClientInterface) ForkService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.ForkServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ForkService mocks base method.

func (*MockClientInterface) ForkServiceWithBody added in v0.20.0

func (m *MockClientInterface) ForkServiceWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ForkServiceWithBody mocks base method.

func (*MockClientInterface) GetAuthInfo added in v0.18.0

func (m *MockClientInterface) GetAuthInfo(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetAuthInfo mocks base method.

func (*MockClientInterface) GetReplicaSets added in v0.20.0

func (m *MockClientInterface) GetReplicaSets(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetReplicaSets mocks base method.

func (*MockClientInterface) GetService added in v0.20.0

func (m *MockClientInterface) GetService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetService mocks base method.

func (*MockClientInterface) GetServiceLogs added in v0.20.0

func (m *MockClientInterface) GetServiceLogs(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, params *api.GetServiceLogsParams, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetServiceLogs mocks base method.

func (*MockClientInterface) GetServices added in v0.20.0

func (m *MockClientInterface) GetServices(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetServices mocks base method.

func (*MockClientInterface) GetVPC added in v0.20.0

func (m *MockClientInterface) GetVPC(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPC mocks base method.

func (*MockClientInterface) GetVPCPeering added in v0.20.0

func (m *MockClientInterface) GetVPCPeering(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPCPeering mocks base method.

func (*MockClientInterface) GetVPCPeerings added in v0.20.0

func (m *MockClientInterface) GetVPCPeerings(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPCPeerings mocks base method.

func (*MockClientInterface) GetVPCs added in v0.20.0

func (m *MockClientInterface) GetVPCs(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

GetVPCs mocks base method.

func (*MockClientInterface) IdentifyUser added in v0.20.0

IdentifyUser mocks base method.

func (*MockClientInterface) IdentifyUserWithBody added in v0.20.0

func (m *MockClientInterface) IdentifyUserWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

IdentifyUserWithBody mocks base method.

func (*MockClientInterface) RenameVPC added in v0.20.0

func (m *MockClientInterface) RenameVPC(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, body api.RenameVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RenameVPC mocks base method.

func (*MockClientInterface) RenameVPCWithBody added in v0.20.0

func (m *MockClientInterface) RenameVPCWithBody(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

RenameVPCWithBody mocks base method.

func (*MockClientInterface) ResizeReplicaSet added in v0.20.0

func (m *MockClientInterface) ResizeReplicaSet(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, body api.ResizeReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeReplicaSet mocks base method.

func (*MockClientInterface) ResizeReplicaSetWithBody added in v0.20.0

func (m *MockClientInterface) ResizeReplicaSetWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeReplicaSetWithBody mocks base method.

func (*MockClientInterface) ResizeService added in v0.20.0

func (m *MockClientInterface) ResizeService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.ResizeServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeService mocks base method.

func (*MockClientInterface) ResizeServiceWithBody added in v0.20.0

func (m *MockClientInterface) ResizeServiceWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

ResizeServiceWithBody mocks base method.

func (*MockClientInterface) SetEnvironment added in v0.20.0

func (m *MockClientInterface) SetEnvironment(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.SetEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetEnvironment mocks base method.

func (*MockClientInterface) SetEnvironmentWithBody added in v0.20.0

func (m *MockClientInterface) SetEnvironmentWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetEnvironmentWithBody mocks base method.

func (*MockClientInterface) SetHAReplica added in v0.20.0

func (m *MockClientInterface) SetHAReplica(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.SetHAReplicaJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetHAReplica mocks base method.

func (*MockClientInterface) SetHAReplicaWithBody added in v0.20.0

func (m *MockClientInterface) SetHAReplicaWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetHAReplicaWithBody mocks base method.

func (*MockClientInterface) SetReplicaEnvironment added in v0.20.0

func (m *MockClientInterface) SetReplicaEnvironment(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, body api.SetReplicaEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetReplicaEnvironment mocks base method.

func (*MockClientInterface) SetReplicaEnvironmentWithBody added in v0.20.0

func (m *MockClientInterface) SetReplicaEnvironmentWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

SetReplicaEnvironmentWithBody mocks base method.

func (*MockClientInterface) StartService added in v0.20.0

func (m *MockClientInterface) StartService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

StartService mocks base method.

func (*MockClientInterface) StopService added in v0.20.0

func (m *MockClientInterface) StopService(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*http.Response, error)

StopService mocks base method.

func (*MockClientInterface) TrackEvent added in v0.20.0

TrackEvent mocks base method.

func (*MockClientInterface) TrackEventWithBody added in v0.20.0

func (m *MockClientInterface) TrackEventWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

TrackEventWithBody mocks base method.

func (*MockClientInterface) UpdatePassword added in v0.20.0

func (m *MockClientInterface) UpdatePassword(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.UpdatePasswordJSONRequestBody, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdatePassword mocks base method.

func (*MockClientInterface) UpdatePasswordWithBody added in v0.20.0

func (m *MockClientInterface) UpdatePasswordWithBody(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*http.Response, error)

UpdatePasswordWithBody mocks base method.

type MockClientInterfaceMockRecorder

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

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) AttachServiceToVPC added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) AttachServiceToVPC(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPC indicates an expected call of AttachServiceToVPC.

func (*MockClientInterfaceMockRecorder) AttachServiceToVPCWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) AttachServiceToVPCWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPCWithBody indicates an expected call of AttachServiceToVPCWithBody.

func (*MockClientInterfaceMockRecorder) CreateReplicaSet added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateReplicaSet(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

CreateReplicaSet indicates an expected call of CreateReplicaSet.

func (*MockClientInterfaceMockRecorder) CreateReplicaSetWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateReplicaSetWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

CreateReplicaSetWithBody indicates an expected call of CreateReplicaSetWithBody.

func (*MockClientInterfaceMockRecorder) CreateService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateService(ctx, projectId, body any, reqEditors ...any) *gomock.Call

CreateService indicates an expected call of CreateService.

func (*MockClientInterfaceMockRecorder) CreateServiceWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateServiceWithBody(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

CreateServiceWithBody indicates an expected call of CreateServiceWithBody.

func (*MockClientInterfaceMockRecorder) CreateVPC added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateVPC(ctx, projectId, body any, reqEditors ...any) *gomock.Call

CreateVPC indicates an expected call of CreateVPC.

func (*MockClientInterfaceMockRecorder) CreateVPCPeering added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateVPCPeering(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

CreateVPCPeering indicates an expected call of CreateVPCPeering.

func (*MockClientInterfaceMockRecorder) CreateVPCPeeringWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateVPCPeeringWithBody(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

CreateVPCPeeringWithBody indicates an expected call of CreateVPCPeeringWithBody.

func (*MockClientInterfaceMockRecorder) CreateVPCWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) CreateVPCWithBody(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

CreateVPCWithBody indicates an expected call of CreateVPCWithBody.

func (*MockClientInterfaceMockRecorder) DeleteReplicaSet added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DeleteReplicaSet(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

DeleteReplicaSet indicates an expected call of DeleteReplicaSet.

func (*MockClientInterfaceMockRecorder) DeleteService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DeleteService(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

DeleteService indicates an expected call of DeleteService.

func (*MockClientInterfaceMockRecorder) DeleteVPC added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DeleteVPC(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

DeleteVPC indicates an expected call of DeleteVPC.

func (*MockClientInterfaceMockRecorder) DeleteVPCPeering added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DeleteVPCPeering(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

DeleteVPCPeering indicates an expected call of DeleteVPCPeering.

func (*MockClientInterfaceMockRecorder) DetachServiceFromVPC added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DetachServiceFromVPC(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPC indicates an expected call of DetachServiceFromVPC.

func (*MockClientInterfaceMockRecorder) DetachServiceFromVPCWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DetachServiceFromVPCWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPCWithBody indicates an expected call of DetachServiceFromVPCWithBody.

func (*MockClientInterfaceMockRecorder) DisablePooler added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DisablePooler(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

DisablePooler indicates an expected call of DisablePooler.

func (*MockClientInterfaceMockRecorder) DisableReplicaPooler added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) DisableReplicaPooler(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

DisableReplicaPooler indicates an expected call of DisableReplicaPooler.

func (*MockClientInterfaceMockRecorder) EnablePooler added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) EnablePooler(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

EnablePooler indicates an expected call of EnablePooler.

func (*MockClientInterfaceMockRecorder) EnableReplicaPooler added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) EnableReplicaPooler(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

EnableReplicaPooler indicates an expected call of EnableReplicaPooler.

func (*MockClientInterfaceMockRecorder) ForkService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) ForkService(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

ForkService indicates an expected call of ForkService.

func (*MockClientInterfaceMockRecorder) ForkServiceWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) ForkServiceWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

ForkServiceWithBody indicates an expected call of ForkServiceWithBody.

func (*MockClientInterfaceMockRecorder) GetAuthInfo added in v0.18.0

func (mr *MockClientInterfaceMockRecorder) GetAuthInfo(ctx any, reqEditors ...any) *gomock.Call

GetAuthInfo indicates an expected call of GetAuthInfo.

func (*MockClientInterfaceMockRecorder) GetReplicaSets added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetReplicaSets(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetReplicaSets indicates an expected call of GetReplicaSets.

func (*MockClientInterfaceMockRecorder) GetService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetService(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetService indicates an expected call of GetService.

func (*MockClientInterfaceMockRecorder) GetServiceLogs added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetServiceLogs(ctx, projectId, serviceId, params any, reqEditors ...any) *gomock.Call

GetServiceLogs indicates an expected call of GetServiceLogs.

func (*MockClientInterfaceMockRecorder) GetServices added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetServices(ctx, projectId any, reqEditors ...any) *gomock.Call

GetServices indicates an expected call of GetServices.

func (*MockClientInterfaceMockRecorder) GetVPC added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetVPC(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetVPC indicates an expected call of GetVPC.

func (*MockClientInterfaceMockRecorder) GetVPCPeering added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetVPCPeering(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

GetVPCPeering indicates an expected call of GetVPCPeering.

func (*MockClientInterfaceMockRecorder) GetVPCPeerings added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetVPCPeerings(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetVPCPeerings indicates an expected call of GetVPCPeerings.

func (*MockClientInterfaceMockRecorder) GetVPCs added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) GetVPCs(ctx, projectId any, reqEditors ...any) *gomock.Call

GetVPCs indicates an expected call of GetVPCs.

func (*MockClientInterfaceMockRecorder) IdentifyUser added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) IdentifyUser(ctx, body any, reqEditors ...any) *gomock.Call

IdentifyUser indicates an expected call of IdentifyUser.

func (*MockClientInterfaceMockRecorder) IdentifyUserWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) IdentifyUserWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call

IdentifyUserWithBody indicates an expected call of IdentifyUserWithBody.

func (*MockClientInterfaceMockRecorder) RenameVPC added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) RenameVPC(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

RenameVPC indicates an expected call of RenameVPC.

func (*MockClientInterfaceMockRecorder) RenameVPCWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) RenameVPCWithBody(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

RenameVPCWithBody indicates an expected call of RenameVPCWithBody.

func (*MockClientInterfaceMockRecorder) ResizeReplicaSet added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) ResizeReplicaSet(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSet indicates an expected call of ResizeReplicaSet.

func (*MockClientInterfaceMockRecorder) ResizeReplicaSetWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) ResizeReplicaSetWithBody(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSetWithBody indicates an expected call of ResizeReplicaSetWithBody.

func (*MockClientInterfaceMockRecorder) ResizeService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) ResizeService(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

ResizeService indicates an expected call of ResizeService.

func (*MockClientInterfaceMockRecorder) ResizeServiceWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) ResizeServiceWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

ResizeServiceWithBody indicates an expected call of ResizeServiceWithBody.

func (*MockClientInterfaceMockRecorder) SetEnvironment added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) SetEnvironment(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

SetEnvironment indicates an expected call of SetEnvironment.

func (*MockClientInterfaceMockRecorder) SetEnvironmentWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) SetEnvironmentWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

SetEnvironmentWithBody indicates an expected call of SetEnvironmentWithBody.

func (*MockClientInterfaceMockRecorder) SetHAReplica added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) SetHAReplica(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

SetHAReplica indicates an expected call of SetHAReplica.

func (*MockClientInterfaceMockRecorder) SetHAReplicaWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) SetHAReplicaWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

SetHAReplicaWithBody indicates an expected call of SetHAReplicaWithBody.

func (*MockClientInterfaceMockRecorder) SetReplicaEnvironment added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) SetReplicaEnvironment(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironment indicates an expected call of SetReplicaEnvironment.

func (*MockClientInterfaceMockRecorder) SetReplicaEnvironmentWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) SetReplicaEnvironmentWithBody(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironmentWithBody indicates an expected call of SetReplicaEnvironmentWithBody.

func (*MockClientInterfaceMockRecorder) StartService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) StartService(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

StartService indicates an expected call of StartService.

func (*MockClientInterfaceMockRecorder) StopService added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) StopService(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

StopService indicates an expected call of StopService.

func (*MockClientInterfaceMockRecorder) TrackEvent added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) TrackEvent(ctx, body any, reqEditors ...any) *gomock.Call

TrackEvent indicates an expected call of TrackEvent.

func (*MockClientInterfaceMockRecorder) TrackEventWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) TrackEventWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call

TrackEventWithBody indicates an expected call of TrackEventWithBody.

func (*MockClientInterfaceMockRecorder) UpdatePassword added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) UpdatePassword(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

UpdatePassword indicates an expected call of UpdatePassword.

func (*MockClientInterfaceMockRecorder) UpdatePasswordWithBody added in v0.20.0

func (mr *MockClientInterfaceMockRecorder) UpdatePasswordWithBody(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

UpdatePasswordWithBody indicates an expected call of UpdatePasswordWithBody.

type MockClientWithResponsesInterface

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

MockClientWithResponsesInterface is a mock of ClientWithResponsesInterface interface.

func NewMockClientWithResponsesInterface

func NewMockClientWithResponsesInterface(ctrl *gomock.Controller) *MockClientWithResponsesInterface

NewMockClientWithResponsesInterface creates a new mock instance.

func (*MockClientWithResponsesInterface) AttachServiceToVPCWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) AttachServiceToVPCWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.AttachServiceToVPCResponse, error)

AttachServiceToVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) AttachServiceToVPCWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) AttachServiceToVPCWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.AttachServiceToVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.AttachServiceToVPCResponse, error)

AttachServiceToVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateReplicaSetWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateReplicaSetWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateReplicaSetResponse, error)

CreateReplicaSetWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateReplicaSetWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateReplicaSetWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.CreateReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateReplicaSetResponse, error)

CreateReplicaSetWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateServiceWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateServiceWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateServiceResponse, error)

CreateServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateServiceWithResponse added in v0.20.0

CreateServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCPeeringWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateVPCPeeringWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateVPCPeeringResponse, error)

CreateVPCPeeringWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCPeeringWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateVPCPeeringWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, body api.CreateVPCPeeringJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateVPCPeeringResponse, error)

CreateVPCPeeringWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateVPCWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.CreateVPCResponse, error)

CreateVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateVPCWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) CreateVPCWithResponse(ctx context.Context, projectId api.ProjectId, body api.CreateVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.CreateVPCResponse, error)

CreateVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteReplicaSetWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DeleteReplicaSetWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*api.DeleteReplicaSetResponse, error)

DeleteReplicaSetWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteServiceWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DeleteServiceWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.DeleteServiceResponse, error)

DeleteServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteVPCPeeringWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DeleteVPCPeeringWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*api.DeleteVPCPeeringResponse, error)

DeleteVPCPeeringWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteVPCWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DeleteVPCWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*api.DeleteVPCResponse, error)

DeleteVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DetachServiceFromVPCWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DetachServiceFromVPCWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.DetachServiceFromVPCResponse, error)

DetachServiceFromVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DetachServiceFromVPCWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DetachServiceFromVPCWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.DetachServiceFromVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.DetachServiceFromVPCResponse, error)

DetachServiceFromVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DisablePoolerWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DisablePoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.DisablePoolerResponse, error)

DisablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DisableReplicaPoolerWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) DisableReplicaPoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*api.DisableReplicaPoolerResponse, error)

DisableReplicaPoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

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

func (*MockClientWithResponsesInterface) EnablePoolerWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) EnablePoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.EnablePoolerResponse, error)

EnablePoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EnableReplicaPoolerWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) EnableReplicaPoolerWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, reqEditors ...api.RequestEditorFn) (*api.EnableReplicaPoolerResponse, error)

EnableReplicaPoolerWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ForkServiceWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) ForkServiceWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ForkServiceResponse, error)

ForkServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ForkServiceWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) ForkServiceWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.ForkServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.ForkServiceResponse, error)

ForkServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetAuthInfoWithResponse added in v0.18.0

func (m *MockClientWithResponsesInterface) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetAuthInfoResponse, error)

GetAuthInfoWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetReplicaSetsWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetReplicaSetsWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.GetReplicaSetsResponse, error)

GetReplicaSetsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceLogsWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetServiceLogsWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, params *api.GetServiceLogsParams, reqEditors ...api.RequestEditorFn) (*api.GetServiceLogsResponse, error)

GetServiceLogsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServiceWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetServiceWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.GetServiceResponse, error)

GetServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetServicesWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetServicesWithResponse(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*api.GetServicesResponse, error)

GetServicesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCPeeringWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetVPCPeeringWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, peeringId api.PeeringId, reqEditors ...api.RequestEditorFn) (*api.GetVPCPeeringResponse, error)

GetVPCPeeringWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCPeeringsWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetVPCPeeringsWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*api.GetVPCPeeringsResponse, error)

GetVPCPeeringsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetVPCWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, reqEditors ...api.RequestEditorFn) (*api.GetVPCResponse, error)

GetVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetVPCsWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) GetVPCsWithResponse(ctx context.Context, projectId api.ProjectId, reqEditors ...api.RequestEditorFn) (*api.GetVPCsResponse, error)

GetVPCsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) IdentifyUserWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) IdentifyUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.IdentifyUserResponse, error)

IdentifyUserWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) IdentifyUserWithResponse added in v0.20.0

IdentifyUserWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RenameVPCWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) RenameVPCWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.RenameVPCResponse, error)

RenameVPCWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) RenameVPCWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) RenameVPCWithResponse(ctx context.Context, projectId api.ProjectId, vpcId api.VPCId, body api.RenameVPCJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.RenameVPCResponse, error)

RenameVPCWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeReplicaSetWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) ResizeReplicaSetWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ResizeReplicaSetResponse, error)

ResizeReplicaSetWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeReplicaSetWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) ResizeReplicaSetWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, body api.ResizeReplicaSetJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.ResizeReplicaSetResponse, error)

ResizeReplicaSetWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeServiceWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) ResizeServiceWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.ResizeServiceResponse, error)

ResizeServiceWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResizeServiceWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) ResizeServiceWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.ResizeServiceJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.ResizeServiceResponse, error)

ResizeServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetEnvironmentWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) SetEnvironmentWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.SetEnvironmentResponse, error)

SetEnvironmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetEnvironmentWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) SetEnvironmentWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.SetEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.SetEnvironmentResponse, error)

SetEnvironmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetHAReplicaWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) SetHAReplicaWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.SetHAReplicaResponse, error)

SetHAReplicaWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetHAReplicaWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) SetHAReplicaWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.SetHAReplicaJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.SetHAReplicaResponse, error)

SetHAReplicaWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetReplicaEnvironmentWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) SetReplicaEnvironmentWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.SetReplicaEnvironmentResponse, error)

SetReplicaEnvironmentWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) SetReplicaEnvironmentWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) SetReplicaEnvironmentWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, replicaSetId api.ReplicaSetId, body api.SetReplicaEnvironmentJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.SetReplicaEnvironmentResponse, error)

SetReplicaEnvironmentWithResponse mocks base method.

func (*MockClientWithResponsesInterface) StartServiceWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) StartServiceWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.StartServiceResponse, error)

StartServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) StopServiceWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) StopServiceWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, reqEditors ...api.RequestEditorFn) (*api.StopServiceResponse, error)

StopServiceWithResponse mocks base method.

func (*MockClientWithResponsesInterface) TrackEventWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) TrackEventWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.TrackEventResponse, error)

TrackEventWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) TrackEventWithResponse added in v0.20.0

TrackEventWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, contentType string, body io.Reader, reqEditors ...api.RequestEditorFn) (*api.UpdatePasswordResponse, error)

UpdatePasswordWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) UpdatePasswordWithResponse added in v0.20.0

func (m *MockClientWithResponsesInterface) UpdatePasswordWithResponse(ctx context.Context, projectId api.ProjectId, serviceId api.ServiceId, body api.UpdatePasswordJSONRequestBody, reqEditors ...api.RequestEditorFn) (*api.UpdatePasswordResponse, error)

UpdatePasswordWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

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

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPCWithBodyWithResponse indicates an expected call of AttachServiceToVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

AttachServiceToVPCWithResponse indicates an expected call of AttachServiceToVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

CreateReplicaSetWithBodyWithResponse indicates an expected call of CreateReplicaSetWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

CreateReplicaSetWithResponse indicates an expected call of CreateReplicaSetWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithBodyWithResponse(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

CreateServiceWithBodyWithResponse indicates an expected call of CreateServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithResponse(ctx, projectId, body any, reqEditors ...any) *gomock.Call

CreateServiceWithResponse indicates an expected call of CreateServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithBodyWithResponse(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

CreateVPCPeeringWithBodyWithResponse indicates an expected call of CreateVPCPeeringWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithResponse(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

CreateVPCPeeringWithResponse indicates an expected call of CreateVPCPeeringWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithBodyWithResponse(ctx, projectId, contentType, body any, reqEditors ...any) *gomock.Call

CreateVPCWithBodyWithResponse indicates an expected call of CreateVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithResponse(ctx, projectId, body any, reqEditors ...any) *gomock.Call

CreateVPCWithResponse indicates an expected call of CreateVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteReplicaSetWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteReplicaSetWithResponse(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

DeleteReplicaSetWithResponse indicates an expected call of DeleteReplicaSetWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteServiceWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

DeleteServiceWithResponse indicates an expected call of DeleteServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteVPCPeeringWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteVPCPeeringWithResponse(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

DeleteVPCPeeringWithResponse indicates an expected call of DeleteVPCPeeringWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteVPCWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteVPCWithResponse(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

DeleteVPCWithResponse indicates an expected call of DeleteVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPCWithBodyWithResponse indicates an expected call of DetachServiceFromVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

DetachServiceFromVPCWithResponse indicates an expected call of DetachServiceFromVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DisablePoolerWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DisablePoolerWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

DisablePoolerWithResponse indicates an expected call of DisablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DisableReplicaPoolerWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) DisableReplicaPoolerWithResponse(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

DisableReplicaPoolerWithResponse indicates an expected call of DisableReplicaPoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EnablePoolerWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) EnablePoolerWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

EnablePoolerWithResponse indicates an expected call of EnablePoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) EnableReplicaPoolerWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) EnableReplicaPoolerWithResponse(ctx, projectId, serviceId, replicaSetId any, reqEditors ...any) *gomock.Call

EnableReplicaPoolerWithResponse indicates an expected call of EnableReplicaPoolerWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

ForkServiceWithBodyWithResponse indicates an expected call of ForkServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

ForkServiceWithResponse indicates an expected call of ForkServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetAuthInfoWithResponse added in v0.18.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetAuthInfoWithResponse(ctx any, reqEditors ...any) *gomock.Call

GetAuthInfoWithResponse indicates an expected call of GetAuthInfoWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetReplicaSetsWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetReplicaSetsWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetReplicaSetsWithResponse indicates an expected call of GetReplicaSetsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceLogsWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceLogsWithResponse(ctx, projectId, serviceId, params any, reqEditors ...any) *gomock.Call

GetServiceLogsWithResponse indicates an expected call of GetServiceLogsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

GetServiceWithResponse indicates an expected call of GetServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetServicesWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServicesWithResponse(ctx, projectId any, reqEditors ...any) *gomock.Call

GetServicesWithResponse indicates an expected call of GetServicesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringWithResponse(ctx, projectId, vpcId, peeringId any, reqEditors ...any) *gomock.Call

GetVPCPeeringWithResponse indicates an expected call of GetVPCPeeringWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringsWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringsWithResponse(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetVPCPeeringsWithResponse indicates an expected call of GetVPCPeeringsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCWithResponse(ctx, projectId, vpcId any, reqEditors ...any) *gomock.Call

GetVPCWithResponse indicates an expected call of GetVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetVPCsWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCsWithResponse(ctx, projectId any, reqEditors ...any) *gomock.Call

GetVPCsWithResponse indicates an expected call of GetVPCsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call

IdentifyUserWithBodyWithResponse indicates an expected call of IdentifyUserWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithResponse(ctx, body any, reqEditors ...any) *gomock.Call

IdentifyUserWithResponse indicates an expected call of IdentifyUserWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithBodyWithResponse(ctx, projectId, vpcId, contentType, body any, reqEditors ...any) *gomock.Call

RenameVPCWithBodyWithResponse indicates an expected call of RenameVPCWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithResponse(ctx, projectId, vpcId, body any, reqEditors ...any) *gomock.Call

RenameVPCWithResponse indicates an expected call of RenameVPCWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithBodyWithResponse(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSetWithBodyWithResponse indicates an expected call of ResizeReplicaSetWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithResponse(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

ResizeReplicaSetWithResponse indicates an expected call of ResizeReplicaSetWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

ResizeServiceWithBodyWithResponse indicates an expected call of ResizeServiceWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

ResizeServiceWithResponse indicates an expected call of ResizeServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

SetEnvironmentWithBodyWithResponse indicates an expected call of SetEnvironmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

SetEnvironmentWithResponse indicates an expected call of SetEnvironmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

SetHAReplicaWithBodyWithResponse indicates an expected call of SetHAReplicaWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

SetHAReplicaWithResponse indicates an expected call of SetHAReplicaWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithBodyWithResponse(ctx, projectId, serviceId, replicaSetId, contentType, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironmentWithBodyWithResponse indicates an expected call of SetReplicaEnvironmentWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithResponse(ctx, projectId, serviceId, replicaSetId, body any, reqEditors ...any) *gomock.Call

SetReplicaEnvironmentWithResponse indicates an expected call of SetReplicaEnvironmentWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) StartServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) StartServiceWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

StartServiceWithResponse indicates an expected call of StartServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) StopServiceWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) StopServiceWithResponse(ctx, projectId, serviceId any, reqEditors ...any) *gomock.Call

StopServiceWithResponse indicates an expected call of StopServiceWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) TrackEventWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) TrackEventWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call

TrackEventWithBodyWithResponse indicates an expected call of TrackEventWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) TrackEventWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) TrackEventWithResponse(ctx, body any, reqEditors ...any) *gomock.Call

TrackEventWithResponse indicates an expected call of TrackEventWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse(ctx, projectId, serviceId, contentType, body any, reqEditors ...any) *gomock.Call

UpdatePasswordWithBodyWithResponse indicates an expected call of UpdatePasswordWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse added in v0.20.0

func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse(ctx, projectId, serviceId, body any, reqEditors ...any) *gomock.Call

UpdatePasswordWithResponse indicates an expected call of UpdatePasswordWithResponse.

type MockHttpRequestDoer

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

MockHttpRequestDoer is a mock of HttpRequestDoer interface.

func NewMockHttpRequestDoer

func NewMockHttpRequestDoer(ctrl *gomock.Controller) *MockHttpRequestDoer

NewMockHttpRequestDoer creates a new mock instance.

func (*MockHttpRequestDoer) Do

Do mocks base method.

func (*MockHttpRequestDoer) EXPECT

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

type MockHttpRequestDoerMockRecorder

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

MockHttpRequestDoerMockRecorder is the mock recorder for MockHttpRequestDoer.

func (*MockHttpRequestDoerMockRecorder) Do

Do indicates an expected call of Do.

Jump to

Keyboard shortcuts

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