Versions in this module Expand all Collapse all v0 v0.22.0 Aug 26, 2026 Changes in this version + type MockClientInterface struct + func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface + func (m *MockClientInterface) AttachServiceToVPC(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) AttachServiceToVPCWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) CreateReplicaSet(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) CreateReplicaSetWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) CreateService(ctx context.Context, projectID api.ProjectID, ...) (*http.Response, error) + func (m *MockClientInterface) CreateServiceWithBody(ctx context.Context, projectID api.ProjectID, contentType string, ...) (*http.Response, error) + func (m *MockClientInterface) CreateVPC(ctx context.Context, projectID api.ProjectID, ...) (*http.Response, error) + func (m *MockClientInterface) CreateVPCPeering(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) CreateVPCPeeringWithBody(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) CreateVPCWithBody(ctx context.Context, projectID api.ProjectID, contentType string, ...) (*http.Response, error) + func (m *MockClientInterface) DeleteReplicaSet(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) DeleteService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) DeleteVPC(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) DeleteVPCPeering(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) DetachServiceFromVPC(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) DetachServiceFromVPCWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) DisablePooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) DisableReplicaPooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder + func (m *MockClientInterface) EnablePooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) EnableReplicaPooler(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) ForkService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) ForkServiceWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetAuthInfo(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error) + func (m *MockClientInterface) GetProjects(ctx context.Context, reqEditors ...api.RequestEditorFn) (*http.Response, error) + func (m *MockClientInterface) GetReplicaSets(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetServiceLogs(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetServiceMetricsAvailableSeries(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetServiceMetricsSeries(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetServiceMetricsSeriesWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) GetServices(ctx context.Context, projectID api.ProjectID, ...) (*http.Response, error) + func (m *MockClientInterface) GetVPC(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) GetVPCPeering(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) GetVPCPeerings(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) GetVPCs(ctx context.Context, projectID api.ProjectID, ...) (*http.Response, error) + func (m *MockClientInterface) IdentifyUser(ctx context.Context, body api.IdentifyUserJSONRequestBody, ...) (*http.Response, error) + func (m *MockClientInterface) IdentifyUserWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (m *MockClientInterface) Logout(ctx context.Context, body api.LogoutJSONRequestBody, ...) (*http.Response, error) + func (m *MockClientInterface) LogoutWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (m *MockClientInterface) RenameService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) RenameServiceWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) RenameVPC(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) RenameVPCWithBody(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*http.Response, error) + func (m *MockClientInterface) ResizeReplicaSet(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) ResizeReplicaSetWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) ResizeService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) ResizeServiceWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) SetEnvironment(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) SetEnvironmentWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) SetHAReplica(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) SetHAReplicaWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) SetReplicaEnvironment(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) SetReplicaEnvironmentWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) StartService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) StopService(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) TrackEvent(ctx context.Context, body api.TrackEventJSONRequestBody, ...) (*http.Response, error) + func (m *MockClientInterface) TrackEventWithBody(ctx context.Context, contentType string, body io.Reader, ...) (*http.Response, error) + func (m *MockClientInterface) UpdatePassword(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + func (m *MockClientInterface) UpdatePasswordWithBody(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*http.Response, error) + type MockClientInterfaceMockRecorder struct + func (mr *MockClientInterfaceMockRecorder) AttachServiceToVPC(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) AttachServiceToVPCWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateReplicaSet(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateReplicaSetWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateService(ctx, projectID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateServiceWithBody(ctx, projectID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateVPC(ctx, projectID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateVPCPeering(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateVPCPeeringWithBody(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) CreateVPCWithBody(ctx, projectID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DeleteReplicaSet(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DeleteService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DeleteVPC(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DeleteVPCPeering(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DetachServiceFromVPC(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DetachServiceFromVPCWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DisablePooler(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) DisableReplicaPooler(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) EnablePooler(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) EnableReplicaPooler(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) ForkService(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) ForkServiceWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetAuthInfo(ctx any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetProjects(ctx any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetReplicaSets(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetServiceLogs(ctx, projectID, serviceID, params any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetServiceMetricsAvailableSeries(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetServiceMetricsSeries(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetServiceMetricsSeriesWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetServices(ctx, projectID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetVPC(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetVPCPeering(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetVPCPeerings(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) GetVPCs(ctx, projectID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) IdentifyUser(ctx, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) IdentifyUserWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) Logout(ctx, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) LogoutWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) RenameService(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) RenameServiceWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) RenameVPC(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) RenameVPCWithBody(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) ResizeReplicaSet(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) ResizeReplicaSetWithBody(ctx, projectID, serviceID, replicaSetID, contentType, body any, ...) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) ResizeService(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) ResizeServiceWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) SetEnvironment(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) SetEnvironmentWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) SetHAReplica(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) SetHAReplicaWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) SetReplicaEnvironment(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) SetReplicaEnvironmentWithBody(ctx, projectID, serviceID, replicaSetID, contentType, body any, ...) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) StartService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) StopService(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) TrackEvent(ctx, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) TrackEventWithBody(ctx, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) UpdatePassword(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientInterfaceMockRecorder) UpdatePasswordWithBody(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + type MockClientWithResponsesInterface struct + func NewMockClientWithResponsesInterface(ctrl *gomock.Controller) *MockClientWithResponsesInterface + func (m *MockClientWithResponsesInterface) AttachServiceToVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.AttachServiceToVPCResponse, error) + func (m *MockClientWithResponsesInterface) AttachServiceToVPCWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.AttachServiceToVPCResponse, error) + func (m *MockClientWithResponsesInterface) CreateReplicaSetWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.CreateReplicaSetResponse, error) + func (m *MockClientWithResponsesInterface) CreateReplicaSetWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.CreateReplicaSetResponse, error) + func (m *MockClientWithResponsesInterface) CreateServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, contentType string, ...) (*api.CreateServiceResponse, error) + func (m *MockClientWithResponsesInterface) CreateServiceWithResponse(ctx context.Context, projectID api.ProjectID, ...) (*api.CreateServiceResponse, error) + func (m *MockClientWithResponsesInterface) CreateVPCPeeringWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.CreateVPCPeeringResponse, error) + func (m *MockClientWithResponsesInterface) CreateVPCPeeringWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.CreateVPCPeeringResponse, error) + func (m *MockClientWithResponsesInterface) CreateVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, contentType string, ...) (*api.CreateVPCResponse, error) + func (m *MockClientWithResponsesInterface) CreateVPCWithResponse(ctx context.Context, projectID api.ProjectID, ...) (*api.CreateVPCResponse, error) + func (m *MockClientWithResponsesInterface) DeleteReplicaSetWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.DeleteReplicaSetResponse, error) + func (m *MockClientWithResponsesInterface) DeleteServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.DeleteServiceResponse, error) + func (m *MockClientWithResponsesInterface) DeleteVPCPeeringWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.DeleteVPCPeeringResponse, error) + func (m *MockClientWithResponsesInterface) DeleteVPCWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.DeleteVPCResponse, error) + func (m *MockClientWithResponsesInterface) DetachServiceFromVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.DetachServiceFromVPCResponse, error) + func (m *MockClientWithResponsesInterface) DetachServiceFromVPCWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.DetachServiceFromVPCResponse, error) + func (m *MockClientWithResponsesInterface) DisablePoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.DisablePoolerResponse, error) + func (m *MockClientWithResponsesInterface) DisableReplicaPoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.DisableReplicaPoolerResponse, error) + func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder + func (m *MockClientWithResponsesInterface) EnablePoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.EnablePoolerResponse, error) + func (m *MockClientWithResponsesInterface) EnableReplicaPoolerWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.EnableReplicaPoolerResponse, error) + func (m *MockClientWithResponsesInterface) ForkServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.ForkServiceResponse, error) + func (m *MockClientWithResponsesInterface) ForkServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.ForkServiceResponse, error) + func (m *MockClientWithResponsesInterface) GetAuthInfoWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetAuthInfoResponse, error) + func (m *MockClientWithResponsesInterface) GetProjectsWithResponse(ctx context.Context, reqEditors ...api.RequestEditorFn) (*api.GetProjectsResponse, error) + func (m *MockClientWithResponsesInterface) GetReplicaSetsWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.GetReplicaSetsResponse, error) + func (m *MockClientWithResponsesInterface) GetServiceLogsWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.GetServiceLogsResponse, error) + func (m *MockClientWithResponsesInterface) GetServiceMetricsAvailableSeriesWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.GetServiceMetricsAvailableSeriesResponse, error) + func (m *MockClientWithResponsesInterface) GetServiceMetricsSeriesWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.GetServiceMetricsSeriesResponse, error) + func (m *MockClientWithResponsesInterface) GetServiceMetricsSeriesWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.GetServiceMetricsSeriesResponse, error) + func (m *MockClientWithResponsesInterface) GetServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.GetServiceResponse, error) + func (m *MockClientWithResponsesInterface) GetServicesWithResponse(ctx context.Context, projectID api.ProjectID, ...) (*api.GetServicesResponse, error) + func (m *MockClientWithResponsesInterface) GetVPCPeeringWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.GetVPCPeeringResponse, error) + func (m *MockClientWithResponsesInterface) GetVPCPeeringsWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.GetVPCPeeringsResponse, error) + func (m *MockClientWithResponsesInterface) GetVPCWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.GetVPCResponse, error) + func (m *MockClientWithResponsesInterface) GetVPCsWithResponse(ctx context.Context, projectID api.ProjectID, ...) (*api.GetVPCsResponse, error) + func (m *MockClientWithResponsesInterface) IdentifyUserWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*api.IdentifyUserResponse, error) + func (m *MockClientWithResponsesInterface) IdentifyUserWithResponse(ctx context.Context, body api.IdentifyUserJSONRequestBody, ...) (*api.IdentifyUserResponse, error) + func (m *MockClientWithResponsesInterface) LogoutWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*api.LogoutResponse, error) + func (m *MockClientWithResponsesInterface) LogoutWithResponse(ctx context.Context, body api.LogoutJSONRequestBody, ...) (*api.LogoutResponse, error) + func (m *MockClientWithResponsesInterface) RenameServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.RenameServiceResponse, error) + func (m *MockClientWithResponsesInterface) RenameServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.RenameServiceResponse, error) + func (m *MockClientWithResponsesInterface) RenameVPCWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.RenameVPCResponse, error) + func (m *MockClientWithResponsesInterface) RenameVPCWithResponse(ctx context.Context, projectID api.ProjectID, vpcID api.VPCId, ...) (*api.RenameVPCResponse, error) + func (m *MockClientWithResponsesInterface) ResizeReplicaSetWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.ResizeReplicaSetResponse, error) + func (m *MockClientWithResponsesInterface) ResizeReplicaSetWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.ResizeReplicaSetResponse, error) + func (m *MockClientWithResponsesInterface) ResizeServiceWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.ResizeServiceResponse, error) + func (m *MockClientWithResponsesInterface) ResizeServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.ResizeServiceResponse, error) + func (m *MockClientWithResponsesInterface) SetEnvironmentWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.SetEnvironmentResponse, error) + func (m *MockClientWithResponsesInterface) SetEnvironmentWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.SetEnvironmentResponse, error) + func (m *MockClientWithResponsesInterface) SetHAReplicaWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.SetHAReplicaResponse, error) + func (m *MockClientWithResponsesInterface) SetHAReplicaWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.SetHAReplicaResponse, error) + func (m *MockClientWithResponsesInterface) SetReplicaEnvironmentWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.SetReplicaEnvironmentResponse, error) + func (m *MockClientWithResponsesInterface) SetReplicaEnvironmentWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.SetReplicaEnvironmentResponse, error) + func (m *MockClientWithResponsesInterface) StartServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.StartServiceResponse, error) + func (m *MockClientWithResponsesInterface) StopServiceWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.StopServiceResponse, error) + func (m *MockClientWithResponsesInterface) TrackEventWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, ...) (*api.TrackEventResponse, error) + func (m *MockClientWithResponsesInterface) TrackEventWithResponse(ctx context.Context, body api.TrackEventJSONRequestBody, ...) (*api.TrackEventResponse, error) + func (m *MockClientWithResponsesInterface) UpdatePasswordWithBodyWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.UpdatePasswordResponse, error) + func (m *MockClientWithResponsesInterface) UpdatePasswordWithResponse(ctx context.Context, projectID api.ProjectID, serviceID api.ServiceID, ...) (*api.UpdatePasswordResponse, error) + type MockClientWithResponsesInterfaceMockRecorder struct + func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) AttachServiceToVPCWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateReplicaSetWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithBodyWithResponse(ctx, projectID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateServiceWithResponse(ctx, projectID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithBodyWithResponse(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCPeeringWithResponse(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithBodyWithResponse(ctx, projectID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateVPCWithResponse(ctx, projectID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteReplicaSetWithResponse(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteVPCPeeringWithResponse(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteVPCWithResponse(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DetachServiceFromVPCWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DisablePoolerWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) DisableReplicaPoolerWithResponse(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) EnablePoolerWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) EnableReplicaPoolerWithResponse(ctx, projectID, serviceID, replicaSetID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) ForkServiceWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetAuthInfoWithResponse(ctx any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProjectsWithResponse(ctx any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetReplicaSetsWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceLogsWithResponse(ctx, projectID, serviceID, params any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsAvailableSeriesWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsSeriesWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceMetricsSeriesWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetServicesWithResponse(ctx, projectID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringWithResponse(ctx, projectID, vpcID, peeringID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCPeeringsWithResponse(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCWithResponse(ctx, projectID, vpcID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) GetVPCsWithResponse(ctx, projectID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) IdentifyUserWithResponse(ctx, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) LogoutWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) LogoutWithResponse(ctx, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameServiceWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameServiceWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithBodyWithResponse(ctx, projectID, vpcID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) RenameVPCWithResponse(ctx, projectID, vpcID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithBodyWithResponse(ctx, projectID, serviceID, replicaSetID, contentType, body any, ...) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeReplicaSetWithResponse(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) ResizeServiceWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) SetEnvironmentWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) SetHAReplicaWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithBodyWithResponse(ctx, projectID, serviceID, replicaSetID, contentType, body any, ...) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) SetReplicaEnvironmentWithResponse(ctx, projectID, serviceID, replicaSetID, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) StartServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) StopServiceWithResponse(ctx, projectID, serviceID any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) TrackEventWithBodyWithResponse(ctx, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) TrackEventWithResponse(ctx, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithBodyWithResponse(ctx, projectID, serviceID, contentType, body any, reqEditors ...any) *gomock.Call + func (mr *MockClientWithResponsesInterfaceMockRecorder) UpdatePasswordWithResponse(ctx, projectID, serviceID, body any, reqEditors ...any) *gomock.Call + type MockHttpRequestDoer struct + func NewMockHttpRequestDoer(ctrl *gomock.Controller) *MockHttpRequestDoer + func (m *MockHttpRequestDoer) Do(req *http.Request) (*http.Response, error) + func (m *MockHttpRequestDoer) EXPECT() *MockHttpRequestDoerMockRecorder + type MockHttpRequestDoerMockRecorder struct + func (mr *MockHttpRequestDoerMockRecorder) Do(req any) *gomock.Call