scalingomock

package
v6.7.7 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: BSD-4-Clause Imports: 7 Imported by: 0

Documentation

Overview

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Package scalingomock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPI

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

MockAPI is a mock of API interface.

func NewMockAPI

func NewMockAPI(ctrl *gomock.Controller) *MockAPI

NewMockAPI creates a new mock instance.

func (*MockAPI) AddonDestroy

func (m *MockAPI) AddonDestroy(arg0 context.Context, arg1, arg2 string) error

AddonDestroy mocks base method.

func (*MockAPI) AddonLogsArchives

func (m *MockAPI) AddonLogsArchives(arg0 context.Context, arg1, arg2 string, arg3 int) (*scalingo.LogsArchivesResponse, error)

AddonLogsArchives mocks base method.

func (*MockAPI) AddonLogsURL

func (m *MockAPI) AddonLogsURL(arg0 context.Context, arg1, arg2 string) (string, error)

AddonLogsURL mocks base method.

func (*MockAPI) AddonProviderPlansList

func (m *MockAPI) AddonProviderPlansList(arg0 context.Context, arg1 string) ([]*scalingo.Plan, error)

AddonProviderPlansList mocks base method.

func (*MockAPI) AddonProvidersList

func (m *MockAPI) AddonProvidersList(arg0 context.Context) ([]*scalingo.AddonProvider, error)

AddonProvidersList mocks base method.

func (*MockAPI) AddonProvision

func (m *MockAPI) AddonProvision(arg0 context.Context, arg1 string, arg2 scalingo.AddonProvisionParams) (scalingo.AddonRes, error)

AddonProvision mocks base method.

func (*MockAPI) AddonToken

func (m *MockAPI) AddonToken(arg0 context.Context, arg1, arg2 string) (string, error)

AddonToken mocks base method.

func (*MockAPI) AddonUpgrade

func (m *MockAPI) AddonUpgrade(arg0 context.Context, arg1, arg2 string, arg3 scalingo.AddonUpgradeParams) (scalingo.AddonRes, error)

AddonUpgrade mocks base method.

func (*MockAPI) AddonsList

func (m *MockAPI) AddonsList(arg0 context.Context, arg1 string) ([]*scalingo.Addon, error)

AddonsList mocks base method.

func (*MockAPI) AlertAdd

func (m *MockAPI) AlertAdd(arg0 context.Context, arg1 string, arg2 scalingo.AlertAddParams) (*scalingo.Alert, error)

AlertAdd mocks base method.

func (*MockAPI) AlertRemove

func (m *MockAPI) AlertRemove(arg0 context.Context, arg1, arg2 string) error

AlertRemove mocks base method.

func (*MockAPI) AlertShow

func (m *MockAPI) AlertShow(arg0 context.Context, arg1, arg2 string) (*scalingo.Alert, error)

AlertShow mocks base method.

func (*MockAPI) AlertUpdate

func (m *MockAPI) AlertUpdate(arg0 context.Context, arg1, arg2 string, arg3 scalingo.AlertUpdateParams) (*scalingo.Alert, error)

AlertUpdate mocks base method.

func (*MockAPI) AlertsList

func (m *MockAPI) AlertsList(arg0 context.Context, arg1 string) ([]*scalingo.Alert, error)

AlertsList mocks base method.

func (*MockAPI) AppsContainerTypes

func (m *MockAPI) AppsContainerTypes(arg0 context.Context, arg1 string) ([]scalingo.ContainerType, error)

AppsContainerTypes mocks base method.

func (*MockAPI) AppsContainersPs

func (m *MockAPI) AppsContainersPs(arg0 context.Context, arg1 string) ([]scalingo.Container, error)

AppsContainersPs mocks base method.

func (*MockAPI) AppsCreate

func (m *MockAPI) AppsCreate(arg0 context.Context, arg1 scalingo.AppsCreateOpts) (*scalingo.App, error)

AppsCreate mocks base method.

func (*MockAPI) AppsDestroy

func (m *MockAPI) AppsDestroy(arg0 context.Context, arg1, arg2 string) error

AppsDestroy mocks base method.

func (*MockAPI) AppsForceHTTPS

func (m *MockAPI) AppsForceHTTPS(arg0 context.Context, arg1 string, arg2 bool) (*scalingo.App, error)

AppsForceHTTPS mocks base method.

func (*MockAPI) AppsList

func (m *MockAPI) AppsList(arg0 context.Context) ([]*scalingo.App, error)

AppsList mocks base method.

func (*MockAPI) AppsRename

func (m *MockAPI) AppsRename(arg0 context.Context, arg1, arg2 string) (*scalingo.App, error)

AppsRename mocks base method.

func (*MockAPI) AppsRestart

func (m *MockAPI) AppsRestart(arg0 context.Context, arg1 string, arg2 *scalingo.AppsRestartParams) (*http0.Response, error)

AppsRestart mocks base method.

func (*MockAPI) AppsRouterLogs

func (m *MockAPI) AppsRouterLogs(arg0 context.Context, arg1 string, arg2 bool) (*scalingo.App, error)

AppsRouterLogs mocks base method.

func (*MockAPI) AppsScale

func (m *MockAPI) AppsScale(arg0 context.Context, arg1 string, arg2 *scalingo.AppsScaleParams) (*http0.Response, error)

AppsScale mocks base method.

func (*MockAPI) AppsSetStack

func (m *MockAPI) AppsSetStack(arg0 context.Context, arg1, arg2 string) (*scalingo.App, error)

AppsSetStack mocks base method.

func (*MockAPI) AppsShow

func (m *MockAPI) AppsShow(arg0 context.Context, arg1 string) (*scalingo.App, error)

AppsShow mocks base method.

func (*MockAPI) AppsStats

func (m *MockAPI) AppsStats(arg0 context.Context, arg1 string) (*scalingo.AppStatsRes, error)

AppsStats mocks base method.

func (*MockAPI) AppsStickySession

func (m *MockAPI) AppsStickySession(arg0 context.Context, arg1 string, arg2 bool) (*scalingo.App, error)

AppsStickySession mocks base method.

func (*MockAPI) AppsTransfer

func (m *MockAPI) AppsTransfer(arg0 context.Context, arg1, arg2 string) (*scalingo.App, error)

AppsTransfer mocks base method.

func (*MockAPI) AuthAPI

func (m *MockAPI) AuthAPI() http.Client

AuthAPI mocks base method.

func (*MockAPI) AutoscalerAdd

func (m *MockAPI) AutoscalerAdd(arg0 context.Context, arg1 string, arg2 scalingo.AutoscalerAddParams) (*scalingo.Autoscaler, error)

AutoscalerAdd mocks base method.

func (*MockAPI) AutoscalerRemove

func (m *MockAPI) AutoscalerRemove(arg0 context.Context, arg1, arg2 string) error

AutoscalerRemove mocks base method.

func (*MockAPI) AutoscalersList

func (m *MockAPI) AutoscalersList(arg0 context.Context, arg1 string) ([]scalingo.Autoscaler, error)

AutoscalersList mocks base method.

func (*MockAPI) BackupCreate

func (m *MockAPI) BackupCreate(arg0 context.Context, arg1, arg2 string) (*scalingo.Backup, error)

BackupCreate mocks base method.

func (*MockAPI) BackupDownloadURL

func (m *MockAPI) BackupDownloadURL(arg0 context.Context, arg1, arg2, arg3 string) (string, error)

BackupDownloadURL mocks base method.

func (*MockAPI) BackupList

func (m *MockAPI) BackupList(arg0 context.Context, arg1, arg2 string) ([]scalingo.Backup, error)

BackupList mocks base method.

func (*MockAPI) BackupShow

func (m *MockAPI) BackupShow(arg0 context.Context, arg1, arg2, arg3 string) (*scalingo.Backup, error)

BackupShow mocks base method.

func (*MockAPI) CollaboratorAdd

func (m *MockAPI) CollaboratorAdd(arg0 context.Context, arg1, arg2 string) (scalingo.Collaborator, error)

CollaboratorAdd mocks base method.

func (*MockAPI) CollaboratorRemove

func (m *MockAPI) CollaboratorRemove(arg0 context.Context, arg1, arg2 string) error

CollaboratorRemove mocks base method.

func (*MockAPI) CollaboratorsList

func (m *MockAPI) CollaboratorsList(arg0 context.Context, arg1 string) ([]scalingo.Collaborator, error)

CollaboratorsList mocks base method.

func (*MockAPI) ContainerSizesList

func (m *MockAPI) ContainerSizesList(arg0 context.Context) ([]scalingo.ContainerSize, error)

ContainerSizesList mocks base method.

func (*MockAPI) ContainersStop

func (m *MockAPI) ContainersStop(arg0 context.Context, arg1, arg2 string) error

ContainersStop mocks base method.

func (*MockAPI) CreateRegionMigration

func (m *MockAPI) CreateRegionMigration(arg0 context.Context, arg1 string, arg2 scalingo.RegionMigrationParams) (scalingo.RegionMigration, error)

CreateRegionMigration mocks base method.

func (*MockAPI) CronTasksGet

func (m *MockAPI) CronTasksGet(arg0 context.Context, arg1 string) (scalingo.CronTasks, error)

CronTasksGet mocks base method.

func (*MockAPI) DBAPI

func (m *MockAPI) DBAPI(arg0, arg1 string) http.Client

DBAPI mocks base method.

func (*MockAPI) DatabaseDisableFeature

func (m *MockAPI) DatabaseDisableFeature(arg0 context.Context, arg1, arg2, arg3 string) (scalingo.DatabaseDisableFeatureResponse, error)

DatabaseDisableFeature mocks base method.

func (*MockAPI) DatabaseEnableFeature

func (m *MockAPI) DatabaseEnableFeature(arg0 context.Context, arg1, arg2, arg3 string) (scalingo.DatabaseEnableFeatureResponse, error)

DatabaseEnableFeature mocks base method.

func (*MockAPI) DatabaseShow

func (m *MockAPI) DatabaseShow(arg0 context.Context, arg1, arg2 string) (scalingo.Database, error)

DatabaseShow mocks base method.

func (*MockAPI) DatabaseUpdatePeriodicBackupsConfig

func (m *MockAPI) DatabaseUpdatePeriodicBackupsConfig(arg0 context.Context, arg1, arg2 string, arg3 scalingo.DatabaseUpdatePeriodicBackupsConfigParams) (scalingo.Database, error)

DatabaseUpdatePeriodicBackupsConfig mocks base method.

func (*MockAPI) Deployment

func (m *MockAPI) Deployment(arg0 context.Context, arg1, arg2 string) (*scalingo.Deployment, error)

Deployment mocks base method.

func (*MockAPI) DeploymentList

func (m *MockAPI) DeploymentList(arg0 context.Context, arg1 string) ([]*scalingo.Deployment, error)

DeploymentList mocks base method.

func (*MockAPI) DeploymentListWithPagination

func (m *MockAPI) DeploymentListWithPagination(arg0 context.Context, arg1 string, arg2 scalingo.PaginationOpts) ([]*scalingo.Deployment, scalingo.PaginationMeta, error)

DeploymentListWithPagination mocks base method.

func (*MockAPI) DeploymentLogs

func (m *MockAPI) DeploymentLogs(arg0 context.Context, arg1 string) (*http0.Response, error)

DeploymentLogs mocks base method.

func (*MockAPI) DeploymentStream

func (m *MockAPI) DeploymentStream(arg0 context.Context, arg1 string) (*websocket.Conn, error)

DeploymentStream mocks base method.

func (*MockAPI) DeploymentsCreate

func (m *MockAPI) DeploymentsCreate(arg0 context.Context, arg1 string, arg2 *scalingo.DeploymentsCreateParams) (*scalingo.Deployment, error)

DeploymentsCreate mocks base method.

func (*MockAPI) DomainSetCanonical

func (m *MockAPI) DomainSetCanonical(arg0 context.Context, arg1, arg2 string) (scalingo.Domain, error)

DomainSetCanonical mocks base method.

func (*MockAPI) DomainSetCertificate

func (m *MockAPI) DomainSetCertificate(arg0 context.Context, arg1, arg2, arg3, arg4 string) (scalingo.Domain, error)

DomainSetCertificate mocks base method.

func (*MockAPI) DomainUnsetCanonical

func (m *MockAPI) DomainUnsetCanonical(arg0 context.Context, arg1 string) (scalingo.Domain, error)

DomainUnsetCanonical mocks base method.

func (*MockAPI) DomainUnsetCertificate

func (m *MockAPI) DomainUnsetCertificate(arg0 context.Context, arg1, arg2 string) (scalingo.Domain, error)

DomainUnsetCertificate mocks base method.

func (*MockAPI) DomainsAdd

func (m *MockAPI) DomainsAdd(arg0 context.Context, arg1 string, arg2 scalingo.Domain) (scalingo.Domain, error)

DomainsAdd mocks base method.

func (*MockAPI) DomainsList

func (m *MockAPI) DomainsList(arg0 context.Context, arg1 string) ([]scalingo.Domain, error)

DomainsList mocks base method.

func (*MockAPI) DomainsRemove

func (m *MockAPI) DomainsRemove(arg0 context.Context, arg1, arg2 string) error

DomainsRemove mocks base method.

func (*MockAPI) EXPECT

func (m *MockAPI) EXPECT() *MockAPIMockRecorder

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

func (*MockAPI) EventCategoriesList

func (m *MockAPI) EventCategoriesList(arg0 context.Context) ([]scalingo.EventCategory, error)

EventCategoriesList mocks base method.

func (*MockAPI) EventTypesList

func (m *MockAPI) EventTypesList(arg0 context.Context) ([]scalingo.EventType, error)

EventTypesList mocks base method.

func (*MockAPI) EventsList

EventsList mocks base method.

func (*MockAPI) GetAccessToken

func (m *MockAPI) GetAccessToken(arg0 context.Context) (string, error)

GetAccessToken mocks base method.

func (*MockAPI) InvoiceShow

func (m *MockAPI) InvoiceShow(arg0 context.Context, arg1 string) (*scalingo.Invoice, error)

InvoiceShow mocks base method.

func (*MockAPI) InvoicesList

InvoicesList mocks base method.

func (*MockAPI) KeysAdd

func (m *MockAPI) KeysAdd(arg0 context.Context, arg1, arg2 string) (*scalingo.Key, error)

KeysAdd mocks base method.

func (*MockAPI) KeysDelete

func (m *MockAPI) KeysDelete(arg0 context.Context, arg1 string) error

KeysDelete mocks base method.

func (*MockAPI) KeysList

func (m *MockAPI) KeysList(arg0 context.Context) ([]scalingo.Key, error)

KeysList mocks base method.

func (*MockAPI) ListRegionMigrations

func (m *MockAPI) ListRegionMigrations(arg0 context.Context, arg1 string) ([]scalingo.RegionMigration, error)

ListRegionMigrations mocks base method.

func (*MockAPI) LogDrainAdd

func (m *MockAPI) LogDrainAdd(arg0 context.Context, arg1 string, arg2 scalingo.LogDrainAddParams) (*scalingo.LogDrainRes, error)

LogDrainAdd mocks base method.

func (*MockAPI) LogDrainAddonAdd

func (m *MockAPI) LogDrainAddonAdd(arg0 context.Context, arg1, arg2 string, arg3 scalingo.LogDrainAddParams) (*scalingo.LogDrainRes, error)

LogDrainAddonAdd mocks base method.

func (*MockAPI) LogDrainAddonRemove

func (m *MockAPI) LogDrainAddonRemove(arg0 context.Context, arg1, arg2, arg3 string) error

LogDrainAddonRemove mocks base method.

func (*MockAPI) LogDrainRemove

func (m *MockAPI) LogDrainRemove(arg0 context.Context, arg1, arg2 string) error

LogDrainRemove mocks base method.

func (*MockAPI) LogDrainsAddonList

func (m *MockAPI) LogDrainsAddonList(arg0 context.Context, arg1, arg2 string) ([]scalingo.LogDrain, error)

LogDrainsAddonList mocks base method.

func (*MockAPI) LogDrainsList

func (m *MockAPI) LogDrainsList(arg0 context.Context, arg1 string) ([]scalingo.LogDrain, error)

LogDrainsList mocks base method.

func (*MockAPI) Logs

func (m *MockAPI) Logs(arg0 context.Context, arg1 string, arg2 int, arg3 string) (*http0.Response, error)

Logs mocks base method.

func (*MockAPI) LogsArchives

func (m *MockAPI) LogsArchives(arg0 context.Context, arg1 string, arg2 int) (*scalingo.LogsArchivesResponse, error)

LogsArchives mocks base method.

func (*MockAPI) LogsArchivesByCursor

func (m *MockAPI) LogsArchivesByCursor(arg0 context.Context, arg1, arg2 string) (*scalingo.LogsArchivesResponse, error)

LogsArchivesByCursor mocks base method.

func (*MockAPI) LogsURL

func (m *MockAPI) LogsURL(arg0 context.Context, arg1 string) (*http0.Response, error)

LogsURL mocks base method.

func (*MockAPI) NotificationPlatformByName

func (m *MockAPI) NotificationPlatformByName(arg0 context.Context, arg1 string) ([]*scalingo.NotificationPlatform, error)

NotificationPlatformByName mocks base method.

func (*MockAPI) NotificationPlatformsList

func (m *MockAPI) NotificationPlatformsList(arg0 context.Context) ([]*scalingo.NotificationPlatform, error)

NotificationPlatformsList mocks base method.

func (*MockAPI) NotifierByID

func (m *MockAPI) NotifierByID(arg0 context.Context, arg1, arg2 string) (*scalingo.Notifier, error)

NotifierByID mocks base method.

func (*MockAPI) NotifierDestroy

func (m *MockAPI) NotifierDestroy(arg0 context.Context, arg1, arg2 string) error

NotifierDestroy mocks base method.

func (*MockAPI) NotifierProvision

func (m *MockAPI) NotifierProvision(arg0 context.Context, arg1 string, arg2 scalingo.NotifierParams) (*scalingo.Notifier, error)

NotifierProvision mocks base method.

func (*MockAPI) NotifierUpdate

func (m *MockAPI) NotifierUpdate(arg0 context.Context, arg1, arg2 string, arg3 scalingo.NotifierParams) (*scalingo.Notifier, error)

NotifierUpdate mocks base method.

func (*MockAPI) NotifiersList

func (m *MockAPI) NotifiersList(arg0 context.Context, arg1 string) (scalingo.Notifiers, error)

NotifiersList mocks base method.

func (*MockAPI) OperationsShow

func (m *MockAPI) OperationsShow(arg0 context.Context, arg1, arg2 string) (*scalingo.Operation, error)

OperationsShow mocks base method.

func (*MockAPI) RegionsList

func (m *MockAPI) RegionsList(arg0 context.Context) ([]scalingo.Region, error)

RegionsList mocks base method.

func (*MockAPI) Run

func (m *MockAPI) Run(arg0 context.Context, arg1 scalingo.RunOpts) (*scalingo.RunRes, error)

Run mocks base method.

func (*MockAPI) RunRegionMigrationStep

func (m *MockAPI) RunRegionMigrationStep(arg0 context.Context, arg1, arg2 string, arg3 scalingo.RegionMigrationStep) error

RunRegionMigrationStep mocks base method.

func (*MockAPI) ScalingoAPI

func (m *MockAPI) ScalingoAPI() http.Client

ScalingoAPI mocks base method.

func (*MockAPI) Self

func (m *MockAPI) Self(arg0 context.Context) (*scalingo.User, error)

Self mocks base method.

func (*MockAPI) ShowRegionMigration

func (m *MockAPI) ShowRegionMigration(arg0 context.Context, arg1, arg2 string) (scalingo.RegionMigration, error)

ShowRegionMigration mocks base method.

func (*MockAPI) SignUp

func (m *MockAPI) SignUp(arg0 context.Context, arg1, arg2 string) error

SignUp mocks base method.

func (*MockAPI) SourcesCreate

func (m *MockAPI) SourcesCreate(arg0 context.Context) (*scalingo.Source, error)

SourcesCreate mocks base method.

func (*MockAPI) StacksList

func (m *MockAPI) StacksList(arg0 context.Context) ([]scalingo.Stack, error)

StacksList mocks base method.

func (*MockAPI) TokenCreate

func (m *MockAPI) TokenCreate(arg0 context.Context, arg1 scalingo.TokenCreateParams) (scalingo.Token, error)

TokenCreate mocks base method.

func (*MockAPI) TokenExchange

func (m *MockAPI) TokenExchange(arg0 context.Context, arg1 string) (string, error)

TokenExchange mocks base method.

func (*MockAPI) TokenShow

func (m *MockAPI) TokenShow(arg0 context.Context, arg1 int) (scalingo.Token, error)

TokenShow mocks base method.

func (*MockAPI) TokensList

func (m *MockAPI) TokensList(arg0 context.Context) (scalingo.Tokens, error)

TokensList mocks base method.

func (*MockAPI) UpdateUser

func (m *MockAPI) UpdateUser(arg0 context.Context, arg1 scalingo.UpdateUserParams) (*scalingo.User, error)

UpdateUser mocks base method.

func (*MockAPI) UserEventsList

UserEventsList mocks base method.

func (*MockAPI) UserStopFreeTrial

func (m *MockAPI) UserStopFreeTrial(arg0 context.Context) error

UserStopFreeTrial mocks base method.

func (*MockAPI) VariableMultipleSet

func (m *MockAPI) VariableMultipleSet(arg0 context.Context, arg1 string, arg2 scalingo.Variables) (scalingo.Variables, int, error)

VariableMultipleSet mocks base method.

func (*MockAPI) VariableSet

func (m *MockAPI) VariableSet(arg0 context.Context, arg1, arg2, arg3 string) (*scalingo.Variable, int, error)

VariableSet mocks base method.

func (*MockAPI) VariableUnset

func (m *MockAPI) VariableUnset(arg0 context.Context, arg1, arg2 string) error

VariableUnset mocks base method.

func (*MockAPI) VariablesList

func (m *MockAPI) VariablesList(arg0 context.Context, arg1 string) (scalingo.Variables, error)

VariablesList mocks base method.

func (*MockAPI) VariablesListWithoutAlias

func (m *MockAPI) VariablesListWithoutAlias(arg0 context.Context, arg1 string) (scalingo.Variables, error)

VariablesListWithoutAlias mocks base method.

type MockAPIMockRecorder

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

MockAPIMockRecorder is the mock recorder for MockAPI.

func (*MockAPIMockRecorder) AddonDestroy

func (mr *MockAPIMockRecorder) AddonDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

AddonDestroy indicates an expected call of AddonDestroy.

func (*MockAPIMockRecorder) AddonLogsArchives

func (mr *MockAPIMockRecorder) AddonLogsArchives(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddonLogsArchives indicates an expected call of AddonLogsArchives.

func (*MockAPIMockRecorder) AddonLogsURL

func (mr *MockAPIMockRecorder) AddonLogsURL(arg0, arg1, arg2 interface{}) *gomock.Call

AddonLogsURL indicates an expected call of AddonLogsURL.

func (*MockAPIMockRecorder) AddonProviderPlansList

func (mr *MockAPIMockRecorder) AddonProviderPlansList(arg0, arg1 interface{}) *gomock.Call

AddonProviderPlansList indicates an expected call of AddonProviderPlansList.

func (*MockAPIMockRecorder) AddonProvidersList

func (mr *MockAPIMockRecorder) AddonProvidersList(arg0 interface{}) *gomock.Call

AddonProvidersList indicates an expected call of AddonProvidersList.

func (*MockAPIMockRecorder) AddonProvision

func (mr *MockAPIMockRecorder) AddonProvision(arg0, arg1, arg2 interface{}) *gomock.Call

AddonProvision indicates an expected call of AddonProvision.

func (*MockAPIMockRecorder) AddonToken

func (mr *MockAPIMockRecorder) AddonToken(arg0, arg1, arg2 interface{}) *gomock.Call

AddonToken indicates an expected call of AddonToken.

func (*MockAPIMockRecorder) AddonUpgrade

func (mr *MockAPIMockRecorder) AddonUpgrade(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddonUpgrade indicates an expected call of AddonUpgrade.

func (*MockAPIMockRecorder) AddonsList

func (mr *MockAPIMockRecorder) AddonsList(arg0, arg1 interface{}) *gomock.Call

AddonsList indicates an expected call of AddonsList.

func (*MockAPIMockRecorder) AlertAdd

func (mr *MockAPIMockRecorder) AlertAdd(arg0, arg1, arg2 interface{}) *gomock.Call

AlertAdd indicates an expected call of AlertAdd.

func (*MockAPIMockRecorder) AlertRemove

func (mr *MockAPIMockRecorder) AlertRemove(arg0, arg1, arg2 interface{}) *gomock.Call

AlertRemove indicates an expected call of AlertRemove.

func (*MockAPIMockRecorder) AlertShow

func (mr *MockAPIMockRecorder) AlertShow(arg0, arg1, arg2 interface{}) *gomock.Call

AlertShow indicates an expected call of AlertShow.

func (*MockAPIMockRecorder) AlertUpdate

func (mr *MockAPIMockRecorder) AlertUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AlertUpdate indicates an expected call of AlertUpdate.

func (*MockAPIMockRecorder) AlertsList

func (mr *MockAPIMockRecorder) AlertsList(arg0, arg1 interface{}) *gomock.Call

AlertsList indicates an expected call of AlertsList.

func (*MockAPIMockRecorder) AppsContainerTypes

func (mr *MockAPIMockRecorder) AppsContainerTypes(arg0, arg1 interface{}) *gomock.Call

AppsContainerTypes indicates an expected call of AppsContainerTypes.

func (*MockAPIMockRecorder) AppsContainersPs

func (mr *MockAPIMockRecorder) AppsContainersPs(arg0, arg1 interface{}) *gomock.Call

AppsContainersPs indicates an expected call of AppsContainersPs.

func (*MockAPIMockRecorder) AppsCreate

func (mr *MockAPIMockRecorder) AppsCreate(arg0, arg1 interface{}) *gomock.Call

AppsCreate indicates an expected call of AppsCreate.

func (*MockAPIMockRecorder) AppsDestroy

func (mr *MockAPIMockRecorder) AppsDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

AppsDestroy indicates an expected call of AppsDestroy.

func (*MockAPIMockRecorder) AppsForceHTTPS

func (mr *MockAPIMockRecorder) AppsForceHTTPS(arg0, arg1, arg2 interface{}) *gomock.Call

AppsForceHTTPS indicates an expected call of AppsForceHTTPS.

func (*MockAPIMockRecorder) AppsList

func (mr *MockAPIMockRecorder) AppsList(arg0 interface{}) *gomock.Call

AppsList indicates an expected call of AppsList.

func (*MockAPIMockRecorder) AppsRename

func (mr *MockAPIMockRecorder) AppsRename(arg0, arg1, arg2 interface{}) *gomock.Call

AppsRename indicates an expected call of AppsRename.

func (*MockAPIMockRecorder) AppsRestart

func (mr *MockAPIMockRecorder) AppsRestart(arg0, arg1, arg2 interface{}) *gomock.Call

AppsRestart indicates an expected call of AppsRestart.

func (*MockAPIMockRecorder) AppsRouterLogs

func (mr *MockAPIMockRecorder) AppsRouterLogs(arg0, arg1, arg2 interface{}) *gomock.Call

AppsRouterLogs indicates an expected call of AppsRouterLogs.

func (*MockAPIMockRecorder) AppsScale

func (mr *MockAPIMockRecorder) AppsScale(arg0, arg1, arg2 interface{}) *gomock.Call

AppsScale indicates an expected call of AppsScale.

func (*MockAPIMockRecorder) AppsSetStack

func (mr *MockAPIMockRecorder) AppsSetStack(arg0, arg1, arg2 interface{}) *gomock.Call

AppsSetStack indicates an expected call of AppsSetStack.

func (*MockAPIMockRecorder) AppsShow

func (mr *MockAPIMockRecorder) AppsShow(arg0, arg1 interface{}) *gomock.Call

AppsShow indicates an expected call of AppsShow.

func (*MockAPIMockRecorder) AppsStats

func (mr *MockAPIMockRecorder) AppsStats(arg0, arg1 interface{}) *gomock.Call

AppsStats indicates an expected call of AppsStats.

func (*MockAPIMockRecorder) AppsStickySession

func (mr *MockAPIMockRecorder) AppsStickySession(arg0, arg1, arg2 interface{}) *gomock.Call

AppsStickySession indicates an expected call of AppsStickySession.

func (*MockAPIMockRecorder) AppsTransfer

func (mr *MockAPIMockRecorder) AppsTransfer(arg0, arg1, arg2 interface{}) *gomock.Call

AppsTransfer indicates an expected call of AppsTransfer.

func (*MockAPIMockRecorder) AuthAPI

func (mr *MockAPIMockRecorder) AuthAPI() *gomock.Call

AuthAPI indicates an expected call of AuthAPI.

func (*MockAPIMockRecorder) AutoscalerAdd

func (mr *MockAPIMockRecorder) AutoscalerAdd(arg0, arg1, arg2 interface{}) *gomock.Call

AutoscalerAdd indicates an expected call of AutoscalerAdd.

func (*MockAPIMockRecorder) AutoscalerRemove

func (mr *MockAPIMockRecorder) AutoscalerRemove(arg0, arg1, arg2 interface{}) *gomock.Call

AutoscalerRemove indicates an expected call of AutoscalerRemove.

func (*MockAPIMockRecorder) AutoscalersList

func (mr *MockAPIMockRecorder) AutoscalersList(arg0, arg1 interface{}) *gomock.Call

AutoscalersList indicates an expected call of AutoscalersList.

func (*MockAPIMockRecorder) BackupCreate

func (mr *MockAPIMockRecorder) BackupCreate(arg0, arg1, arg2 interface{}) *gomock.Call

BackupCreate indicates an expected call of BackupCreate.

func (*MockAPIMockRecorder) BackupDownloadURL

func (mr *MockAPIMockRecorder) BackupDownloadURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

BackupDownloadURL indicates an expected call of BackupDownloadURL.

func (*MockAPIMockRecorder) BackupList

func (mr *MockAPIMockRecorder) BackupList(arg0, arg1, arg2 interface{}) *gomock.Call

BackupList indicates an expected call of BackupList.

func (*MockAPIMockRecorder) BackupShow

func (mr *MockAPIMockRecorder) BackupShow(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

BackupShow indicates an expected call of BackupShow.

func (*MockAPIMockRecorder) CollaboratorAdd

func (mr *MockAPIMockRecorder) CollaboratorAdd(arg0, arg1, arg2 interface{}) *gomock.Call

CollaboratorAdd indicates an expected call of CollaboratorAdd.

func (*MockAPIMockRecorder) CollaboratorRemove

func (mr *MockAPIMockRecorder) CollaboratorRemove(arg0, arg1, arg2 interface{}) *gomock.Call

CollaboratorRemove indicates an expected call of CollaboratorRemove.

func (*MockAPIMockRecorder) CollaboratorsList

func (mr *MockAPIMockRecorder) CollaboratorsList(arg0, arg1 interface{}) *gomock.Call

CollaboratorsList indicates an expected call of CollaboratorsList.

func (*MockAPIMockRecorder) ContainerSizesList

func (mr *MockAPIMockRecorder) ContainerSizesList(arg0 interface{}) *gomock.Call

ContainerSizesList indicates an expected call of ContainerSizesList.

func (*MockAPIMockRecorder) ContainersStop

func (mr *MockAPIMockRecorder) ContainersStop(arg0, arg1, arg2 interface{}) *gomock.Call

ContainersStop indicates an expected call of ContainersStop.

func (*MockAPIMockRecorder) CreateRegionMigration

func (mr *MockAPIMockRecorder) CreateRegionMigration(arg0, arg1, arg2 interface{}) *gomock.Call

CreateRegionMigration indicates an expected call of CreateRegionMigration.

func (*MockAPIMockRecorder) CronTasksGet

func (mr *MockAPIMockRecorder) CronTasksGet(arg0, arg1 interface{}) *gomock.Call

CronTasksGet indicates an expected call of CronTasksGet.

func (*MockAPIMockRecorder) DBAPI

func (mr *MockAPIMockRecorder) DBAPI(arg0, arg1 interface{}) *gomock.Call

DBAPI indicates an expected call of DBAPI.

func (*MockAPIMockRecorder) DatabaseDisableFeature

func (mr *MockAPIMockRecorder) DatabaseDisableFeature(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DatabaseDisableFeature indicates an expected call of DatabaseDisableFeature.

func (*MockAPIMockRecorder) DatabaseEnableFeature

func (mr *MockAPIMockRecorder) DatabaseEnableFeature(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DatabaseEnableFeature indicates an expected call of DatabaseEnableFeature.

func (*MockAPIMockRecorder) DatabaseShow

func (mr *MockAPIMockRecorder) DatabaseShow(arg0, arg1, arg2 interface{}) *gomock.Call

DatabaseShow indicates an expected call of DatabaseShow.

func (*MockAPIMockRecorder) DatabaseUpdatePeriodicBackupsConfig

func (mr *MockAPIMockRecorder) DatabaseUpdatePeriodicBackupsConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DatabaseUpdatePeriodicBackupsConfig indicates an expected call of DatabaseUpdatePeriodicBackupsConfig.

func (*MockAPIMockRecorder) Deployment

func (mr *MockAPIMockRecorder) Deployment(arg0, arg1, arg2 interface{}) *gomock.Call

Deployment indicates an expected call of Deployment.

func (*MockAPIMockRecorder) DeploymentList

func (mr *MockAPIMockRecorder) DeploymentList(arg0, arg1 interface{}) *gomock.Call

DeploymentList indicates an expected call of DeploymentList.

func (*MockAPIMockRecorder) DeploymentListWithPagination

func (mr *MockAPIMockRecorder) DeploymentListWithPagination(arg0, arg1, arg2 interface{}) *gomock.Call

DeploymentListWithPagination indicates an expected call of DeploymentListWithPagination.

func (*MockAPIMockRecorder) DeploymentLogs

func (mr *MockAPIMockRecorder) DeploymentLogs(arg0, arg1 interface{}) *gomock.Call

DeploymentLogs indicates an expected call of DeploymentLogs.

func (*MockAPIMockRecorder) DeploymentStream

func (mr *MockAPIMockRecorder) DeploymentStream(arg0, arg1 interface{}) *gomock.Call

DeploymentStream indicates an expected call of DeploymentStream.

func (*MockAPIMockRecorder) DeploymentsCreate

func (mr *MockAPIMockRecorder) DeploymentsCreate(arg0, arg1, arg2 interface{}) *gomock.Call

DeploymentsCreate indicates an expected call of DeploymentsCreate.

func (*MockAPIMockRecorder) DomainSetCanonical

func (mr *MockAPIMockRecorder) DomainSetCanonical(arg0, arg1, arg2 interface{}) *gomock.Call

DomainSetCanonical indicates an expected call of DomainSetCanonical.

func (*MockAPIMockRecorder) DomainSetCertificate

func (mr *MockAPIMockRecorder) DomainSetCertificate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

DomainSetCertificate indicates an expected call of DomainSetCertificate.

func (*MockAPIMockRecorder) DomainUnsetCanonical

func (mr *MockAPIMockRecorder) DomainUnsetCanonical(arg0, arg1 interface{}) *gomock.Call

DomainUnsetCanonical indicates an expected call of DomainUnsetCanonical.

func (*MockAPIMockRecorder) DomainUnsetCertificate

func (mr *MockAPIMockRecorder) DomainUnsetCertificate(arg0, arg1, arg2 interface{}) *gomock.Call

DomainUnsetCertificate indicates an expected call of DomainUnsetCertificate.

func (*MockAPIMockRecorder) DomainsAdd

func (mr *MockAPIMockRecorder) DomainsAdd(arg0, arg1, arg2 interface{}) *gomock.Call

DomainsAdd indicates an expected call of DomainsAdd.

func (*MockAPIMockRecorder) DomainsList

func (mr *MockAPIMockRecorder) DomainsList(arg0, arg1 interface{}) *gomock.Call

DomainsList indicates an expected call of DomainsList.

func (*MockAPIMockRecorder) DomainsRemove

func (mr *MockAPIMockRecorder) DomainsRemove(arg0, arg1, arg2 interface{}) *gomock.Call

DomainsRemove indicates an expected call of DomainsRemove.

func (*MockAPIMockRecorder) EventCategoriesList

func (mr *MockAPIMockRecorder) EventCategoriesList(arg0 interface{}) *gomock.Call

EventCategoriesList indicates an expected call of EventCategoriesList.

func (*MockAPIMockRecorder) EventTypesList

func (mr *MockAPIMockRecorder) EventTypesList(arg0 interface{}) *gomock.Call

EventTypesList indicates an expected call of EventTypesList.

func (*MockAPIMockRecorder) EventsList

func (mr *MockAPIMockRecorder) EventsList(arg0, arg1, arg2 interface{}) *gomock.Call

EventsList indicates an expected call of EventsList.

func (*MockAPIMockRecorder) GetAccessToken

func (mr *MockAPIMockRecorder) GetAccessToken(arg0 interface{}) *gomock.Call

GetAccessToken indicates an expected call of GetAccessToken.

func (*MockAPIMockRecorder) InvoiceShow

func (mr *MockAPIMockRecorder) InvoiceShow(arg0, arg1 interface{}) *gomock.Call

InvoiceShow indicates an expected call of InvoiceShow.

func (*MockAPIMockRecorder) InvoicesList

func (mr *MockAPIMockRecorder) InvoicesList(arg0, arg1 interface{}) *gomock.Call

InvoicesList indicates an expected call of InvoicesList.

func (*MockAPIMockRecorder) KeysAdd

func (mr *MockAPIMockRecorder) KeysAdd(arg0, arg1, arg2 interface{}) *gomock.Call

KeysAdd indicates an expected call of KeysAdd.

func (*MockAPIMockRecorder) KeysDelete

func (mr *MockAPIMockRecorder) KeysDelete(arg0, arg1 interface{}) *gomock.Call

KeysDelete indicates an expected call of KeysDelete.

func (*MockAPIMockRecorder) KeysList

func (mr *MockAPIMockRecorder) KeysList(arg0 interface{}) *gomock.Call

KeysList indicates an expected call of KeysList.

func (*MockAPIMockRecorder) ListRegionMigrations

func (mr *MockAPIMockRecorder) ListRegionMigrations(arg0, arg1 interface{}) *gomock.Call

ListRegionMigrations indicates an expected call of ListRegionMigrations.

func (*MockAPIMockRecorder) LogDrainAdd

func (mr *MockAPIMockRecorder) LogDrainAdd(arg0, arg1, arg2 interface{}) *gomock.Call

LogDrainAdd indicates an expected call of LogDrainAdd.

func (*MockAPIMockRecorder) LogDrainAddonAdd

func (mr *MockAPIMockRecorder) LogDrainAddonAdd(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LogDrainAddonAdd indicates an expected call of LogDrainAddonAdd.

func (*MockAPIMockRecorder) LogDrainAddonRemove

func (mr *MockAPIMockRecorder) LogDrainAddonRemove(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LogDrainAddonRemove indicates an expected call of LogDrainAddonRemove.

func (*MockAPIMockRecorder) LogDrainRemove

func (mr *MockAPIMockRecorder) LogDrainRemove(arg0, arg1, arg2 interface{}) *gomock.Call

LogDrainRemove indicates an expected call of LogDrainRemove.

func (*MockAPIMockRecorder) LogDrainsAddonList

func (mr *MockAPIMockRecorder) LogDrainsAddonList(arg0, arg1, arg2 interface{}) *gomock.Call

LogDrainsAddonList indicates an expected call of LogDrainsAddonList.

func (*MockAPIMockRecorder) LogDrainsList

func (mr *MockAPIMockRecorder) LogDrainsList(arg0, arg1 interface{}) *gomock.Call

LogDrainsList indicates an expected call of LogDrainsList.

func (*MockAPIMockRecorder) Logs

func (mr *MockAPIMockRecorder) Logs(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockAPIMockRecorder) LogsArchives

func (mr *MockAPIMockRecorder) LogsArchives(arg0, arg1, arg2 interface{}) *gomock.Call

LogsArchives indicates an expected call of LogsArchives.

func (*MockAPIMockRecorder) LogsArchivesByCursor

func (mr *MockAPIMockRecorder) LogsArchivesByCursor(arg0, arg1, arg2 interface{}) *gomock.Call

LogsArchivesByCursor indicates an expected call of LogsArchivesByCursor.

func (*MockAPIMockRecorder) LogsURL

func (mr *MockAPIMockRecorder) LogsURL(arg0, arg1 interface{}) *gomock.Call

LogsURL indicates an expected call of LogsURL.

func (*MockAPIMockRecorder) NotificationPlatformByName

func (mr *MockAPIMockRecorder) NotificationPlatformByName(arg0, arg1 interface{}) *gomock.Call

NotificationPlatformByName indicates an expected call of NotificationPlatformByName.

func (*MockAPIMockRecorder) NotificationPlatformsList

func (mr *MockAPIMockRecorder) NotificationPlatformsList(arg0 interface{}) *gomock.Call

NotificationPlatformsList indicates an expected call of NotificationPlatformsList.

func (*MockAPIMockRecorder) NotifierByID

func (mr *MockAPIMockRecorder) NotifierByID(arg0, arg1, arg2 interface{}) *gomock.Call

NotifierByID indicates an expected call of NotifierByID.

func (*MockAPIMockRecorder) NotifierDestroy

func (mr *MockAPIMockRecorder) NotifierDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

NotifierDestroy indicates an expected call of NotifierDestroy.

func (*MockAPIMockRecorder) NotifierProvision

func (mr *MockAPIMockRecorder) NotifierProvision(arg0, arg1, arg2 interface{}) *gomock.Call

NotifierProvision indicates an expected call of NotifierProvision.

func (*MockAPIMockRecorder) NotifierUpdate

func (mr *MockAPIMockRecorder) NotifierUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

NotifierUpdate indicates an expected call of NotifierUpdate.

func (*MockAPIMockRecorder) NotifiersList

func (mr *MockAPIMockRecorder) NotifiersList(arg0, arg1 interface{}) *gomock.Call

NotifiersList indicates an expected call of NotifiersList.

func (*MockAPIMockRecorder) OperationsShow

func (mr *MockAPIMockRecorder) OperationsShow(arg0, arg1, arg2 interface{}) *gomock.Call

OperationsShow indicates an expected call of OperationsShow.

func (*MockAPIMockRecorder) RegionsList

func (mr *MockAPIMockRecorder) RegionsList(arg0 interface{}) *gomock.Call

RegionsList indicates an expected call of RegionsList.

func (*MockAPIMockRecorder) Run

func (mr *MockAPIMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call

Run indicates an expected call of Run.

func (*MockAPIMockRecorder) RunRegionMigrationStep

func (mr *MockAPIMockRecorder) RunRegionMigrationStep(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RunRegionMigrationStep indicates an expected call of RunRegionMigrationStep.

func (*MockAPIMockRecorder) ScalingoAPI

func (mr *MockAPIMockRecorder) ScalingoAPI() *gomock.Call

ScalingoAPI indicates an expected call of ScalingoAPI.

func (*MockAPIMockRecorder) Self

func (mr *MockAPIMockRecorder) Self(arg0 interface{}) *gomock.Call

Self indicates an expected call of Self.

func (*MockAPIMockRecorder) ShowRegionMigration

func (mr *MockAPIMockRecorder) ShowRegionMigration(arg0, arg1, arg2 interface{}) *gomock.Call

ShowRegionMigration indicates an expected call of ShowRegionMigration.

func (*MockAPIMockRecorder) SignUp

func (mr *MockAPIMockRecorder) SignUp(arg0, arg1, arg2 interface{}) *gomock.Call

SignUp indicates an expected call of SignUp.

func (*MockAPIMockRecorder) SourcesCreate

func (mr *MockAPIMockRecorder) SourcesCreate(arg0 interface{}) *gomock.Call

SourcesCreate indicates an expected call of SourcesCreate.

func (*MockAPIMockRecorder) StacksList

func (mr *MockAPIMockRecorder) StacksList(arg0 interface{}) *gomock.Call

StacksList indicates an expected call of StacksList.

func (*MockAPIMockRecorder) TokenCreate

func (mr *MockAPIMockRecorder) TokenCreate(arg0, arg1 interface{}) *gomock.Call

TokenCreate indicates an expected call of TokenCreate.

func (*MockAPIMockRecorder) TokenExchange

func (mr *MockAPIMockRecorder) TokenExchange(arg0, arg1 interface{}) *gomock.Call

TokenExchange indicates an expected call of TokenExchange.

func (*MockAPIMockRecorder) TokenShow

func (mr *MockAPIMockRecorder) TokenShow(arg0, arg1 interface{}) *gomock.Call

TokenShow indicates an expected call of TokenShow.

func (*MockAPIMockRecorder) TokensList

func (mr *MockAPIMockRecorder) TokensList(arg0 interface{}) *gomock.Call

TokensList indicates an expected call of TokensList.

func (*MockAPIMockRecorder) UpdateUser

func (mr *MockAPIMockRecorder) UpdateUser(arg0, arg1 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser.

func (*MockAPIMockRecorder) UserEventsList

func (mr *MockAPIMockRecorder) UserEventsList(arg0, arg1 interface{}) *gomock.Call

UserEventsList indicates an expected call of UserEventsList.

func (*MockAPIMockRecorder) UserStopFreeTrial

func (mr *MockAPIMockRecorder) UserStopFreeTrial(arg0 interface{}) *gomock.Call

UserStopFreeTrial indicates an expected call of UserStopFreeTrial.

func (*MockAPIMockRecorder) VariableMultipleSet

func (mr *MockAPIMockRecorder) VariableMultipleSet(arg0, arg1, arg2 interface{}) *gomock.Call

VariableMultipleSet indicates an expected call of VariableMultipleSet.

func (*MockAPIMockRecorder) VariableSet

func (mr *MockAPIMockRecorder) VariableSet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

VariableSet indicates an expected call of VariableSet.

func (*MockAPIMockRecorder) VariableUnset

func (mr *MockAPIMockRecorder) VariableUnset(arg0, arg1, arg2 interface{}) *gomock.Call

VariableUnset indicates an expected call of VariableUnset.

func (*MockAPIMockRecorder) VariablesList

func (mr *MockAPIMockRecorder) VariablesList(arg0, arg1 interface{}) *gomock.Call

VariablesList indicates an expected call of VariablesList.

func (*MockAPIMockRecorder) VariablesListWithoutAlias

func (mr *MockAPIMockRecorder) VariablesListWithoutAlias(arg0, arg1 interface{}) *gomock.Call

VariablesListWithoutAlias indicates an expected call of VariablesListWithoutAlias.

type MockAddonProvidersService

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

MockAddonProvidersService is a mock of AddonProvidersService interface.

func NewMockAddonProvidersService

func NewMockAddonProvidersService(ctrl *gomock.Controller) *MockAddonProvidersService

NewMockAddonProvidersService creates a new mock instance.

func (*MockAddonProvidersService) AddonProviderPlansList

func (m *MockAddonProvidersService) AddonProviderPlansList(arg0 context.Context, arg1 string) ([]*scalingo.Plan, error)

AddonProviderPlansList mocks base method.

func (*MockAddonProvidersService) AddonProvidersList

func (m *MockAddonProvidersService) AddonProvidersList(arg0 context.Context) ([]*scalingo.AddonProvider, error)

AddonProvidersList mocks base method.

func (*MockAddonProvidersService) EXPECT

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

type MockAddonProvidersServiceMockRecorder

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

MockAddonProvidersServiceMockRecorder is the mock recorder for MockAddonProvidersService.

func (*MockAddonProvidersServiceMockRecorder) AddonProviderPlansList

func (mr *MockAddonProvidersServiceMockRecorder) AddonProviderPlansList(arg0, arg1 interface{}) *gomock.Call

AddonProviderPlansList indicates an expected call of AddonProviderPlansList.

func (*MockAddonProvidersServiceMockRecorder) AddonProvidersList

func (mr *MockAddonProvidersServiceMockRecorder) AddonProvidersList(arg0 interface{}) *gomock.Call

AddonProvidersList indicates an expected call of AddonProvidersList.

type MockAddonsService

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

MockAddonsService is a mock of AddonsService interface.

func NewMockAddonsService

func NewMockAddonsService(ctrl *gomock.Controller) *MockAddonsService

NewMockAddonsService creates a new mock instance.

func (*MockAddonsService) AddonDestroy

func (m *MockAddonsService) AddonDestroy(arg0 context.Context, arg1, arg2 string) error

AddonDestroy mocks base method.

func (*MockAddonsService) AddonLogsArchives

func (m *MockAddonsService) AddonLogsArchives(arg0 context.Context, arg1, arg2 string, arg3 int) (*scalingo.LogsArchivesResponse, error)

AddonLogsArchives mocks base method.

func (*MockAddonsService) AddonLogsURL

func (m *MockAddonsService) AddonLogsURL(arg0 context.Context, arg1, arg2 string) (string, error)

AddonLogsURL mocks base method.

func (*MockAddonsService) AddonProvision

AddonProvision mocks base method.

func (*MockAddonsService) AddonToken

func (m *MockAddonsService) AddonToken(arg0 context.Context, arg1, arg2 string) (string, error)

AddonToken mocks base method.

func (*MockAddonsService) AddonUpgrade

func (m *MockAddonsService) AddonUpgrade(arg0 context.Context, arg1, arg2 string, arg3 scalingo.AddonUpgradeParams) (scalingo.AddonRes, error)

AddonUpgrade mocks base method.

func (*MockAddonsService) AddonsList

func (m *MockAddonsService) AddonsList(arg0 context.Context, arg1 string) ([]*scalingo.Addon, error)

AddonsList mocks base method.

func (*MockAddonsService) EXPECT

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

type MockAddonsServiceMockRecorder

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

MockAddonsServiceMockRecorder is the mock recorder for MockAddonsService.

func (*MockAddonsServiceMockRecorder) AddonDestroy

func (mr *MockAddonsServiceMockRecorder) AddonDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

AddonDestroy indicates an expected call of AddonDestroy.

func (*MockAddonsServiceMockRecorder) AddonLogsArchives

func (mr *MockAddonsServiceMockRecorder) AddonLogsArchives(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddonLogsArchives indicates an expected call of AddonLogsArchives.

func (*MockAddonsServiceMockRecorder) AddonLogsURL

func (mr *MockAddonsServiceMockRecorder) AddonLogsURL(arg0, arg1, arg2 interface{}) *gomock.Call

AddonLogsURL indicates an expected call of AddonLogsURL.

func (*MockAddonsServiceMockRecorder) AddonProvision

func (mr *MockAddonsServiceMockRecorder) AddonProvision(arg0, arg1, arg2 interface{}) *gomock.Call

AddonProvision indicates an expected call of AddonProvision.

func (*MockAddonsServiceMockRecorder) AddonToken

func (mr *MockAddonsServiceMockRecorder) AddonToken(arg0, arg1, arg2 interface{}) *gomock.Call

AddonToken indicates an expected call of AddonToken.

func (*MockAddonsServiceMockRecorder) AddonUpgrade

func (mr *MockAddonsServiceMockRecorder) AddonUpgrade(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AddonUpgrade indicates an expected call of AddonUpgrade.

func (*MockAddonsServiceMockRecorder) AddonsList

func (mr *MockAddonsServiceMockRecorder) AddonsList(arg0, arg1 interface{}) *gomock.Call

AddonsList indicates an expected call of AddonsList.

type MockAlertsService

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

MockAlertsService is a mock of AlertsService interface.

func NewMockAlertsService

func NewMockAlertsService(ctrl *gomock.Controller) *MockAlertsService

NewMockAlertsService creates a new mock instance.

func (*MockAlertsService) AlertAdd

AlertAdd mocks base method.

func (*MockAlertsService) AlertRemove

func (m *MockAlertsService) AlertRemove(arg0 context.Context, arg1, arg2 string) error

AlertRemove mocks base method.

func (*MockAlertsService) AlertShow

func (m *MockAlertsService) AlertShow(arg0 context.Context, arg1, arg2 string) (*scalingo.Alert, error)

AlertShow mocks base method.

func (*MockAlertsService) AlertUpdate

func (m *MockAlertsService) AlertUpdate(arg0 context.Context, arg1, arg2 string, arg3 scalingo.AlertUpdateParams) (*scalingo.Alert, error)

AlertUpdate mocks base method.

func (*MockAlertsService) AlertsList

func (m *MockAlertsService) AlertsList(arg0 context.Context, arg1 string) ([]*scalingo.Alert, error)

AlertsList mocks base method.

func (*MockAlertsService) EXPECT

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

type MockAlertsServiceMockRecorder

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

MockAlertsServiceMockRecorder is the mock recorder for MockAlertsService.

func (*MockAlertsServiceMockRecorder) AlertAdd

func (mr *MockAlertsServiceMockRecorder) AlertAdd(arg0, arg1, arg2 interface{}) *gomock.Call

AlertAdd indicates an expected call of AlertAdd.

func (*MockAlertsServiceMockRecorder) AlertRemove

func (mr *MockAlertsServiceMockRecorder) AlertRemove(arg0, arg1, arg2 interface{}) *gomock.Call

AlertRemove indicates an expected call of AlertRemove.

func (*MockAlertsServiceMockRecorder) AlertShow

func (mr *MockAlertsServiceMockRecorder) AlertShow(arg0, arg1, arg2 interface{}) *gomock.Call

AlertShow indicates an expected call of AlertShow.

func (*MockAlertsServiceMockRecorder) AlertUpdate

func (mr *MockAlertsServiceMockRecorder) AlertUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

AlertUpdate indicates an expected call of AlertUpdate.

func (*MockAlertsServiceMockRecorder) AlertsList

func (mr *MockAlertsServiceMockRecorder) AlertsList(arg0, arg1 interface{}) *gomock.Call

AlertsList indicates an expected call of AlertsList.

type MockAppsService

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

MockAppsService is a mock of AppsService interface.

func NewMockAppsService

func NewMockAppsService(ctrl *gomock.Controller) *MockAppsService

NewMockAppsService creates a new mock instance.

func (*MockAppsService) AppsContainerTypes

func (m *MockAppsService) AppsContainerTypes(arg0 context.Context, arg1 string) ([]scalingo.ContainerType, error)

AppsContainerTypes mocks base method.

func (*MockAppsService) AppsContainersPs

func (m *MockAppsService) AppsContainersPs(arg0 context.Context, arg1 string) ([]scalingo.Container, error)

AppsContainersPs mocks base method.

func (*MockAppsService) AppsCreate

func (m *MockAppsService) AppsCreate(arg0 context.Context, arg1 scalingo.AppsCreateOpts) (*scalingo.App, error)

AppsCreate mocks base method.

func (*MockAppsService) AppsDestroy

func (m *MockAppsService) AppsDestroy(arg0 context.Context, arg1, arg2 string) error

AppsDestroy mocks base method.

func (*MockAppsService) AppsForceHTTPS

func (m *MockAppsService) AppsForceHTTPS(arg0 context.Context, arg1 string, arg2 bool) (*scalingo.App, error)

AppsForceHTTPS mocks base method.

func (*MockAppsService) AppsList

func (m *MockAppsService) AppsList(arg0 context.Context) ([]*scalingo.App, error)

AppsList mocks base method.

func (*MockAppsService) AppsRename

func (m *MockAppsService) AppsRename(arg0 context.Context, arg1, arg2 string) (*scalingo.App, error)

AppsRename mocks base method.

func (*MockAppsService) AppsRestart

func (m *MockAppsService) AppsRestart(arg0 context.Context, arg1 string, arg2 *scalingo.AppsRestartParams) (*http.Response, error)

AppsRestart mocks base method.

func (*MockAppsService) AppsRouterLogs

func (m *MockAppsService) AppsRouterLogs(arg0 context.Context, arg1 string, arg2 bool) (*scalingo.App, error)

AppsRouterLogs mocks base method.

func (*MockAppsService) AppsScale

func (m *MockAppsService) AppsScale(arg0 context.Context, arg1 string, arg2 *scalingo.AppsScaleParams) (*http.Response, error)

AppsScale mocks base method.

func (*MockAppsService) AppsSetStack

func (m *MockAppsService) AppsSetStack(arg0 context.Context, arg1, arg2 string) (*scalingo.App, error)

AppsSetStack mocks base method.

func (*MockAppsService) AppsShow

func (m *MockAppsService) AppsShow(arg0 context.Context, arg1 string) (*scalingo.App, error)

AppsShow mocks base method.

func (*MockAppsService) AppsStats

func (m *MockAppsService) AppsStats(arg0 context.Context, arg1 string) (*scalingo.AppStatsRes, error)

AppsStats mocks base method.

func (*MockAppsService) AppsStickySession

func (m *MockAppsService) AppsStickySession(arg0 context.Context, arg1 string, arg2 bool) (*scalingo.App, error)

AppsStickySession mocks base method.

func (*MockAppsService) AppsTransfer

func (m *MockAppsService) AppsTransfer(arg0 context.Context, arg1, arg2 string) (*scalingo.App, error)

AppsTransfer mocks base method.

func (*MockAppsService) EXPECT

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

type MockAppsServiceMockRecorder

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

MockAppsServiceMockRecorder is the mock recorder for MockAppsService.

func (*MockAppsServiceMockRecorder) AppsContainerTypes

func (mr *MockAppsServiceMockRecorder) AppsContainerTypes(arg0, arg1 interface{}) *gomock.Call

AppsContainerTypes indicates an expected call of AppsContainerTypes.

func (*MockAppsServiceMockRecorder) AppsContainersPs

func (mr *MockAppsServiceMockRecorder) AppsContainersPs(arg0, arg1 interface{}) *gomock.Call

AppsContainersPs indicates an expected call of AppsContainersPs.

func (*MockAppsServiceMockRecorder) AppsCreate

func (mr *MockAppsServiceMockRecorder) AppsCreate(arg0, arg1 interface{}) *gomock.Call

AppsCreate indicates an expected call of AppsCreate.

func (*MockAppsServiceMockRecorder) AppsDestroy

func (mr *MockAppsServiceMockRecorder) AppsDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

AppsDestroy indicates an expected call of AppsDestroy.

func (*MockAppsServiceMockRecorder) AppsForceHTTPS

func (mr *MockAppsServiceMockRecorder) AppsForceHTTPS(arg0, arg1, arg2 interface{}) *gomock.Call

AppsForceHTTPS indicates an expected call of AppsForceHTTPS.

func (*MockAppsServiceMockRecorder) AppsList

func (mr *MockAppsServiceMockRecorder) AppsList(arg0 interface{}) *gomock.Call

AppsList indicates an expected call of AppsList.

func (*MockAppsServiceMockRecorder) AppsRename

func (mr *MockAppsServiceMockRecorder) AppsRename(arg0, arg1, arg2 interface{}) *gomock.Call

AppsRename indicates an expected call of AppsRename.

func (*MockAppsServiceMockRecorder) AppsRestart

func (mr *MockAppsServiceMockRecorder) AppsRestart(arg0, arg1, arg2 interface{}) *gomock.Call

AppsRestart indicates an expected call of AppsRestart.

func (*MockAppsServiceMockRecorder) AppsRouterLogs

func (mr *MockAppsServiceMockRecorder) AppsRouterLogs(arg0, arg1, arg2 interface{}) *gomock.Call

AppsRouterLogs indicates an expected call of AppsRouterLogs.

func (*MockAppsServiceMockRecorder) AppsScale

func (mr *MockAppsServiceMockRecorder) AppsScale(arg0, arg1, arg2 interface{}) *gomock.Call

AppsScale indicates an expected call of AppsScale.

func (*MockAppsServiceMockRecorder) AppsSetStack

func (mr *MockAppsServiceMockRecorder) AppsSetStack(arg0, arg1, arg2 interface{}) *gomock.Call

AppsSetStack indicates an expected call of AppsSetStack.

func (*MockAppsServiceMockRecorder) AppsShow

func (mr *MockAppsServiceMockRecorder) AppsShow(arg0, arg1 interface{}) *gomock.Call

AppsShow indicates an expected call of AppsShow.

func (*MockAppsServiceMockRecorder) AppsStats

func (mr *MockAppsServiceMockRecorder) AppsStats(arg0, arg1 interface{}) *gomock.Call

AppsStats indicates an expected call of AppsStats.

func (*MockAppsServiceMockRecorder) AppsStickySession

func (mr *MockAppsServiceMockRecorder) AppsStickySession(arg0, arg1, arg2 interface{}) *gomock.Call

AppsStickySession indicates an expected call of AppsStickySession.

func (*MockAppsServiceMockRecorder) AppsTransfer

func (mr *MockAppsServiceMockRecorder) AppsTransfer(arg0, arg1, arg2 interface{}) *gomock.Call

AppsTransfer indicates an expected call of AppsTransfer.

type MockAutoscalersService

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

MockAutoscalersService is a mock of AutoscalersService interface.

func NewMockAutoscalersService

func NewMockAutoscalersService(ctrl *gomock.Controller) *MockAutoscalersService

NewMockAutoscalersService creates a new mock instance.

func (*MockAutoscalersService) AutoscalerAdd

AutoscalerAdd mocks base method.

func (*MockAutoscalersService) AutoscalerRemove

func (m *MockAutoscalersService) AutoscalerRemove(arg0 context.Context, arg1, arg2 string) error

AutoscalerRemove mocks base method.

func (*MockAutoscalersService) AutoscalersList

func (m *MockAutoscalersService) AutoscalersList(arg0 context.Context, arg1 string) ([]scalingo.Autoscaler, error)

AutoscalersList mocks base method.

func (*MockAutoscalersService) EXPECT

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

type MockAutoscalersServiceMockRecorder

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

MockAutoscalersServiceMockRecorder is the mock recorder for MockAutoscalersService.

func (*MockAutoscalersServiceMockRecorder) AutoscalerAdd

func (mr *MockAutoscalersServiceMockRecorder) AutoscalerAdd(arg0, arg1, arg2 interface{}) *gomock.Call

AutoscalerAdd indicates an expected call of AutoscalerAdd.

func (*MockAutoscalersServiceMockRecorder) AutoscalerRemove

func (mr *MockAutoscalersServiceMockRecorder) AutoscalerRemove(arg0, arg1, arg2 interface{}) *gomock.Call

AutoscalerRemove indicates an expected call of AutoscalerRemove.

func (*MockAutoscalersServiceMockRecorder) AutoscalersList

func (mr *MockAutoscalersServiceMockRecorder) AutoscalersList(arg0, arg1 interface{}) *gomock.Call

AutoscalersList indicates an expected call of AutoscalersList.

type MockBackupsService

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

MockBackupsService is a mock of BackupsService interface.

func NewMockBackupsService

func NewMockBackupsService(ctrl *gomock.Controller) *MockBackupsService

NewMockBackupsService creates a new mock instance.

func (*MockBackupsService) BackupCreate

func (m *MockBackupsService) BackupCreate(arg0 context.Context, arg1, arg2 string) (*scalingo.Backup, error)

BackupCreate mocks base method.

func (*MockBackupsService) BackupDownloadURL

func (m *MockBackupsService) BackupDownloadURL(arg0 context.Context, arg1, arg2, arg3 string) (string, error)

BackupDownloadURL mocks base method.

func (*MockBackupsService) BackupList

func (m *MockBackupsService) BackupList(arg0 context.Context, arg1, arg2 string) ([]scalingo.Backup, error)

BackupList mocks base method.

func (*MockBackupsService) BackupShow

func (m *MockBackupsService) BackupShow(arg0 context.Context, arg1, arg2, arg3 string) (*scalingo.Backup, error)

BackupShow mocks base method.

func (*MockBackupsService) EXPECT

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

type MockBackupsServiceMockRecorder

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

MockBackupsServiceMockRecorder is the mock recorder for MockBackupsService.

func (*MockBackupsServiceMockRecorder) BackupCreate

func (mr *MockBackupsServiceMockRecorder) BackupCreate(arg0, arg1, arg2 interface{}) *gomock.Call

BackupCreate indicates an expected call of BackupCreate.

func (*MockBackupsServiceMockRecorder) BackupDownloadURL

func (mr *MockBackupsServiceMockRecorder) BackupDownloadURL(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

BackupDownloadURL indicates an expected call of BackupDownloadURL.

func (*MockBackupsServiceMockRecorder) BackupList

func (mr *MockBackupsServiceMockRecorder) BackupList(arg0, arg1, arg2 interface{}) *gomock.Call

BackupList indicates an expected call of BackupList.

func (*MockBackupsServiceMockRecorder) BackupShow

func (mr *MockBackupsServiceMockRecorder) BackupShow(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

BackupShow indicates an expected call of BackupShow.

type MockCollaboratorsService

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

MockCollaboratorsService is a mock of CollaboratorsService interface.

func NewMockCollaboratorsService

func NewMockCollaboratorsService(ctrl *gomock.Controller) *MockCollaboratorsService

NewMockCollaboratorsService creates a new mock instance.

func (*MockCollaboratorsService) CollaboratorAdd

func (m *MockCollaboratorsService) CollaboratorAdd(arg0 context.Context, arg1, arg2 string) (scalingo.Collaborator, error)

CollaboratorAdd mocks base method.

func (*MockCollaboratorsService) CollaboratorRemove

func (m *MockCollaboratorsService) CollaboratorRemove(arg0 context.Context, arg1, arg2 string) error

CollaboratorRemove mocks base method.

func (*MockCollaboratorsService) CollaboratorsList

func (m *MockCollaboratorsService) CollaboratorsList(arg0 context.Context, arg1 string) ([]scalingo.Collaborator, error)

CollaboratorsList mocks base method.

func (*MockCollaboratorsService) EXPECT

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

type MockCollaboratorsServiceMockRecorder

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

MockCollaboratorsServiceMockRecorder is the mock recorder for MockCollaboratorsService.

func (*MockCollaboratorsServiceMockRecorder) CollaboratorAdd

func (mr *MockCollaboratorsServiceMockRecorder) CollaboratorAdd(arg0, arg1, arg2 interface{}) *gomock.Call

CollaboratorAdd indicates an expected call of CollaboratorAdd.

func (*MockCollaboratorsServiceMockRecorder) CollaboratorRemove

func (mr *MockCollaboratorsServiceMockRecorder) CollaboratorRemove(arg0, arg1, arg2 interface{}) *gomock.Call

CollaboratorRemove indicates an expected call of CollaboratorRemove.

func (*MockCollaboratorsServiceMockRecorder) CollaboratorsList

func (mr *MockCollaboratorsServiceMockRecorder) CollaboratorsList(arg0, arg1 interface{}) *gomock.Call

CollaboratorsList indicates an expected call of CollaboratorsList.

type MockContainerSizesService

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

MockContainerSizesService is a mock of ContainerSizesService interface.

func NewMockContainerSizesService

func NewMockContainerSizesService(ctrl *gomock.Controller) *MockContainerSizesService

NewMockContainerSizesService creates a new mock instance.

func (*MockContainerSizesService) ContainerSizesList

func (m *MockContainerSizesService) ContainerSizesList(arg0 context.Context) ([]scalingo.ContainerSize, error)

ContainerSizesList mocks base method.

func (*MockContainerSizesService) EXPECT

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

type MockContainerSizesServiceMockRecorder

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

MockContainerSizesServiceMockRecorder is the mock recorder for MockContainerSizesService.

func (*MockContainerSizesServiceMockRecorder) ContainerSizesList

func (mr *MockContainerSizesServiceMockRecorder) ContainerSizesList(arg0 interface{}) *gomock.Call

ContainerSizesList indicates an expected call of ContainerSizesList.

type MockContainersService

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

MockContainersService is a mock of ContainersService interface.

func NewMockContainersService

func NewMockContainersService(ctrl *gomock.Controller) *MockContainersService

NewMockContainersService creates a new mock instance.

func (*MockContainersService) ContainersStop

func (m *MockContainersService) ContainersStop(arg0 context.Context, arg1, arg2 string) error

ContainersStop mocks base method.

func (*MockContainersService) EXPECT

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

type MockContainersServiceMockRecorder

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

MockContainersServiceMockRecorder is the mock recorder for MockContainersService.

func (*MockContainersServiceMockRecorder) ContainersStop

func (mr *MockContainersServiceMockRecorder) ContainersStop(arg0, arg1, arg2 interface{}) *gomock.Call

ContainersStop indicates an expected call of ContainersStop.

type MockCronTasksService

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

MockCronTasksService is a mock of CronTasksService interface.

func NewMockCronTasksService

func NewMockCronTasksService(ctrl *gomock.Controller) *MockCronTasksService

NewMockCronTasksService creates a new mock instance.

func (*MockCronTasksService) CronTasksGet

func (m *MockCronTasksService) CronTasksGet(arg0 context.Context, arg1 string) (scalingo.CronTasks, error)

CronTasksGet mocks base method.

func (*MockCronTasksService) EXPECT

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

type MockCronTasksServiceMockRecorder

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

MockCronTasksServiceMockRecorder is the mock recorder for MockCronTasksService.

func (*MockCronTasksServiceMockRecorder) CronTasksGet

func (mr *MockCronTasksServiceMockRecorder) CronTasksGet(arg0, arg1 interface{}) *gomock.Call

CronTasksGet indicates an expected call of CronTasksGet.

type MockDatabasesService

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

MockDatabasesService is a mock of DatabasesService interface.

func NewMockDatabasesService

func NewMockDatabasesService(ctrl *gomock.Controller) *MockDatabasesService

NewMockDatabasesService creates a new mock instance.

func (*MockDatabasesService) DatabaseDisableFeature

func (m *MockDatabasesService) DatabaseDisableFeature(arg0 context.Context, arg1, arg2, arg3 string) (scalingo.DatabaseDisableFeatureResponse, error)

DatabaseDisableFeature mocks base method.

func (*MockDatabasesService) DatabaseEnableFeature

func (m *MockDatabasesService) DatabaseEnableFeature(arg0 context.Context, arg1, arg2, arg3 string) (scalingo.DatabaseEnableFeatureResponse, error)

DatabaseEnableFeature mocks base method.

func (*MockDatabasesService) DatabaseShow

func (m *MockDatabasesService) DatabaseShow(arg0 context.Context, arg1, arg2 string) (scalingo.Database, error)

DatabaseShow mocks base method.

func (*MockDatabasesService) DatabaseUpdatePeriodicBackupsConfig

func (m *MockDatabasesService) DatabaseUpdatePeriodicBackupsConfig(arg0 context.Context, arg1, arg2 string, arg3 scalingo.DatabaseUpdatePeriodicBackupsConfigParams) (scalingo.Database, error)

DatabaseUpdatePeriodicBackupsConfig mocks base method.

func (*MockDatabasesService) EXPECT

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

type MockDatabasesServiceMockRecorder

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

MockDatabasesServiceMockRecorder is the mock recorder for MockDatabasesService.

func (*MockDatabasesServiceMockRecorder) DatabaseDisableFeature

func (mr *MockDatabasesServiceMockRecorder) DatabaseDisableFeature(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DatabaseDisableFeature indicates an expected call of DatabaseDisableFeature.

func (*MockDatabasesServiceMockRecorder) DatabaseEnableFeature

func (mr *MockDatabasesServiceMockRecorder) DatabaseEnableFeature(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DatabaseEnableFeature indicates an expected call of DatabaseEnableFeature.

func (*MockDatabasesServiceMockRecorder) DatabaseShow

func (mr *MockDatabasesServiceMockRecorder) DatabaseShow(arg0, arg1, arg2 interface{}) *gomock.Call

DatabaseShow indicates an expected call of DatabaseShow.

func (*MockDatabasesServiceMockRecorder) DatabaseUpdatePeriodicBackupsConfig

func (mr *MockDatabasesServiceMockRecorder) DatabaseUpdatePeriodicBackupsConfig(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

DatabaseUpdatePeriodicBackupsConfig indicates an expected call of DatabaseUpdatePeriodicBackupsConfig.

type MockDeploymentsService

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

MockDeploymentsService is a mock of DeploymentsService interface.

func NewMockDeploymentsService

func NewMockDeploymentsService(ctrl *gomock.Controller) *MockDeploymentsService

NewMockDeploymentsService creates a new mock instance.

func (*MockDeploymentsService) Deployment

func (m *MockDeploymentsService) Deployment(arg0 context.Context, arg1, arg2 string) (*scalingo.Deployment, error)

Deployment mocks base method.

func (*MockDeploymentsService) DeploymentList

func (m *MockDeploymentsService) DeploymentList(arg0 context.Context, arg1 string) ([]*scalingo.Deployment, error)

DeploymentList mocks base method.

func (*MockDeploymentsService) DeploymentListWithPagination

func (m *MockDeploymentsService) DeploymentListWithPagination(arg0 context.Context, arg1 string, arg2 scalingo.PaginationOpts) ([]*scalingo.Deployment, scalingo.PaginationMeta, error)

DeploymentListWithPagination mocks base method.

func (*MockDeploymentsService) DeploymentLogs

func (m *MockDeploymentsService) DeploymentLogs(arg0 context.Context, arg1 string) (*http.Response, error)

DeploymentLogs mocks base method.

func (*MockDeploymentsService) DeploymentStream

func (m *MockDeploymentsService) DeploymentStream(arg0 context.Context, arg1 string) (*websocket.Conn, error)

DeploymentStream mocks base method.

func (*MockDeploymentsService) DeploymentsCreate

DeploymentsCreate mocks base method.

func (*MockDeploymentsService) EXPECT

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

type MockDeploymentsServiceMockRecorder

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

MockDeploymentsServiceMockRecorder is the mock recorder for MockDeploymentsService.

func (*MockDeploymentsServiceMockRecorder) Deployment

func (mr *MockDeploymentsServiceMockRecorder) Deployment(arg0, arg1, arg2 interface{}) *gomock.Call

Deployment indicates an expected call of Deployment.

func (*MockDeploymentsServiceMockRecorder) DeploymentList

func (mr *MockDeploymentsServiceMockRecorder) DeploymentList(arg0, arg1 interface{}) *gomock.Call

DeploymentList indicates an expected call of DeploymentList.

func (*MockDeploymentsServiceMockRecorder) DeploymentListWithPagination

func (mr *MockDeploymentsServiceMockRecorder) DeploymentListWithPagination(arg0, arg1, arg2 interface{}) *gomock.Call

DeploymentListWithPagination indicates an expected call of DeploymentListWithPagination.

func (*MockDeploymentsServiceMockRecorder) DeploymentLogs

func (mr *MockDeploymentsServiceMockRecorder) DeploymentLogs(arg0, arg1 interface{}) *gomock.Call

DeploymentLogs indicates an expected call of DeploymentLogs.

func (*MockDeploymentsServiceMockRecorder) DeploymentStream

func (mr *MockDeploymentsServiceMockRecorder) DeploymentStream(arg0, arg1 interface{}) *gomock.Call

DeploymentStream indicates an expected call of DeploymentStream.

func (*MockDeploymentsServiceMockRecorder) DeploymentsCreate

func (mr *MockDeploymentsServiceMockRecorder) DeploymentsCreate(arg0, arg1, arg2 interface{}) *gomock.Call

DeploymentsCreate indicates an expected call of DeploymentsCreate.

type MockDomainsService

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

MockDomainsService is a mock of DomainsService interface.

func NewMockDomainsService

func NewMockDomainsService(ctrl *gomock.Controller) *MockDomainsService

NewMockDomainsService creates a new mock instance.

func (*MockDomainsService) DomainSetCanonical

func (m *MockDomainsService) DomainSetCanonical(arg0 context.Context, arg1, arg2 string) (scalingo.Domain, error)

DomainSetCanonical mocks base method.

func (*MockDomainsService) DomainSetCertificate

func (m *MockDomainsService) DomainSetCertificate(arg0 context.Context, arg1, arg2, arg3, arg4 string) (scalingo.Domain, error)

DomainSetCertificate mocks base method.

func (*MockDomainsService) DomainUnsetCanonical

func (m *MockDomainsService) DomainUnsetCanonical(arg0 context.Context, arg1 string) (scalingo.Domain, error)

DomainUnsetCanonical mocks base method.

func (*MockDomainsService) DomainUnsetCertificate

func (m *MockDomainsService) DomainUnsetCertificate(arg0 context.Context, arg1, arg2 string) (scalingo.Domain, error)

DomainUnsetCertificate mocks base method.

func (*MockDomainsService) DomainsAdd

func (m *MockDomainsService) DomainsAdd(arg0 context.Context, arg1 string, arg2 scalingo.Domain) (scalingo.Domain, error)

DomainsAdd mocks base method.

func (*MockDomainsService) DomainsList

func (m *MockDomainsService) DomainsList(arg0 context.Context, arg1 string) ([]scalingo.Domain, error)

DomainsList mocks base method.

func (*MockDomainsService) DomainsRemove

func (m *MockDomainsService) DomainsRemove(arg0 context.Context, arg1, arg2 string) error

DomainsRemove mocks base method.

func (*MockDomainsService) EXPECT

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

type MockDomainsServiceMockRecorder

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

MockDomainsServiceMockRecorder is the mock recorder for MockDomainsService.

func (*MockDomainsServiceMockRecorder) DomainSetCanonical

func (mr *MockDomainsServiceMockRecorder) DomainSetCanonical(arg0, arg1, arg2 interface{}) *gomock.Call

DomainSetCanonical indicates an expected call of DomainSetCanonical.

func (*MockDomainsServiceMockRecorder) DomainSetCertificate

func (mr *MockDomainsServiceMockRecorder) DomainSetCertificate(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call

DomainSetCertificate indicates an expected call of DomainSetCertificate.

func (*MockDomainsServiceMockRecorder) DomainUnsetCanonical

func (mr *MockDomainsServiceMockRecorder) DomainUnsetCanonical(arg0, arg1 interface{}) *gomock.Call

DomainUnsetCanonical indicates an expected call of DomainUnsetCanonical.

func (*MockDomainsServiceMockRecorder) DomainUnsetCertificate

func (mr *MockDomainsServiceMockRecorder) DomainUnsetCertificate(arg0, arg1, arg2 interface{}) *gomock.Call

DomainUnsetCertificate indicates an expected call of DomainUnsetCertificate.

func (*MockDomainsServiceMockRecorder) DomainsAdd

func (mr *MockDomainsServiceMockRecorder) DomainsAdd(arg0, arg1, arg2 interface{}) *gomock.Call

DomainsAdd indicates an expected call of DomainsAdd.

func (*MockDomainsServiceMockRecorder) DomainsList

func (mr *MockDomainsServiceMockRecorder) DomainsList(arg0, arg1 interface{}) *gomock.Call

DomainsList indicates an expected call of DomainsList.

func (*MockDomainsServiceMockRecorder) DomainsRemove

func (mr *MockDomainsServiceMockRecorder) DomainsRemove(arg0, arg1, arg2 interface{}) *gomock.Call

DomainsRemove indicates an expected call of DomainsRemove.

type MockEventsService

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

MockEventsService is a mock of EventsService interface.

func NewMockEventsService

func NewMockEventsService(ctrl *gomock.Controller) *MockEventsService

NewMockEventsService creates a new mock instance.

func (*MockEventsService) EXPECT

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

func (*MockEventsService) EventCategoriesList

func (m *MockEventsService) EventCategoriesList(arg0 context.Context) ([]scalingo.EventCategory, error)

EventCategoriesList mocks base method.

func (*MockEventsService) EventTypesList

func (m *MockEventsService) EventTypesList(arg0 context.Context) ([]scalingo.EventType, error)

EventTypesList mocks base method.

func (*MockEventsService) EventsList

EventsList mocks base method.

func (*MockEventsService) UserEventsList

UserEventsList mocks base method.

type MockEventsServiceMockRecorder

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

MockEventsServiceMockRecorder is the mock recorder for MockEventsService.

func (*MockEventsServiceMockRecorder) EventCategoriesList

func (mr *MockEventsServiceMockRecorder) EventCategoriesList(arg0 interface{}) *gomock.Call

EventCategoriesList indicates an expected call of EventCategoriesList.

func (*MockEventsServiceMockRecorder) EventTypesList

func (mr *MockEventsServiceMockRecorder) EventTypesList(arg0 interface{}) *gomock.Call

EventTypesList indicates an expected call of EventTypesList.

func (*MockEventsServiceMockRecorder) EventsList

func (mr *MockEventsServiceMockRecorder) EventsList(arg0, arg1, arg2 interface{}) *gomock.Call

EventsList indicates an expected call of EventsList.

func (*MockEventsServiceMockRecorder) UserEventsList

func (mr *MockEventsServiceMockRecorder) UserEventsList(arg0, arg1 interface{}) *gomock.Call

UserEventsList indicates an expected call of UserEventsList.

type MockKeysService

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

MockKeysService is a mock of KeysService interface.

func NewMockKeysService

func NewMockKeysService(ctrl *gomock.Controller) *MockKeysService

NewMockKeysService creates a new mock instance.

func (*MockKeysService) EXPECT

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

func (*MockKeysService) KeysAdd

func (m *MockKeysService) KeysAdd(arg0 context.Context, arg1, arg2 string) (*scalingo.Key, error)

KeysAdd mocks base method.

func (*MockKeysService) KeysDelete

func (m *MockKeysService) KeysDelete(arg0 context.Context, arg1 string) error

KeysDelete mocks base method.

func (*MockKeysService) KeysList

func (m *MockKeysService) KeysList(arg0 context.Context) ([]scalingo.Key, error)

KeysList mocks base method.

type MockKeysServiceMockRecorder

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

MockKeysServiceMockRecorder is the mock recorder for MockKeysService.

func (*MockKeysServiceMockRecorder) KeysAdd

func (mr *MockKeysServiceMockRecorder) KeysAdd(arg0, arg1, arg2 interface{}) *gomock.Call

KeysAdd indicates an expected call of KeysAdd.

func (*MockKeysServiceMockRecorder) KeysDelete

func (mr *MockKeysServiceMockRecorder) KeysDelete(arg0, arg1 interface{}) *gomock.Call

KeysDelete indicates an expected call of KeysDelete.

func (*MockKeysServiceMockRecorder) KeysList

func (mr *MockKeysServiceMockRecorder) KeysList(arg0 interface{}) *gomock.Call

KeysList indicates an expected call of KeysList.

type MockLogDrainsService

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

MockLogDrainsService is a mock of LogDrainsService interface.

func NewMockLogDrainsService

func NewMockLogDrainsService(ctrl *gomock.Controller) *MockLogDrainsService

NewMockLogDrainsService creates a new mock instance.

func (*MockLogDrainsService) EXPECT

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

func (*MockLogDrainsService) LogDrainAdd

LogDrainAdd mocks base method.

func (*MockLogDrainsService) LogDrainAddonAdd

func (m *MockLogDrainsService) LogDrainAddonAdd(arg0 context.Context, arg1, arg2 string, arg3 scalingo.LogDrainAddParams) (*scalingo.LogDrainRes, error)

LogDrainAddonAdd mocks base method.

func (*MockLogDrainsService) LogDrainAddonRemove

func (m *MockLogDrainsService) LogDrainAddonRemove(arg0 context.Context, arg1, arg2, arg3 string) error

LogDrainAddonRemove mocks base method.

func (*MockLogDrainsService) LogDrainRemove

func (m *MockLogDrainsService) LogDrainRemove(arg0 context.Context, arg1, arg2 string) error

LogDrainRemove mocks base method.

func (*MockLogDrainsService) LogDrainsAddonList

func (m *MockLogDrainsService) LogDrainsAddonList(arg0 context.Context, arg1, arg2 string) ([]scalingo.LogDrain, error)

LogDrainsAddonList mocks base method.

func (*MockLogDrainsService) LogDrainsList

func (m *MockLogDrainsService) LogDrainsList(arg0 context.Context, arg1 string) ([]scalingo.LogDrain, error)

LogDrainsList mocks base method.

type MockLogDrainsServiceMockRecorder

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

MockLogDrainsServiceMockRecorder is the mock recorder for MockLogDrainsService.

func (*MockLogDrainsServiceMockRecorder) LogDrainAdd

func (mr *MockLogDrainsServiceMockRecorder) LogDrainAdd(arg0, arg1, arg2 interface{}) *gomock.Call

LogDrainAdd indicates an expected call of LogDrainAdd.

func (*MockLogDrainsServiceMockRecorder) LogDrainAddonAdd

func (mr *MockLogDrainsServiceMockRecorder) LogDrainAddonAdd(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LogDrainAddonAdd indicates an expected call of LogDrainAddonAdd.

func (*MockLogDrainsServiceMockRecorder) LogDrainAddonRemove

func (mr *MockLogDrainsServiceMockRecorder) LogDrainAddonRemove(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

LogDrainAddonRemove indicates an expected call of LogDrainAddonRemove.

func (*MockLogDrainsServiceMockRecorder) LogDrainRemove

func (mr *MockLogDrainsServiceMockRecorder) LogDrainRemove(arg0, arg1, arg2 interface{}) *gomock.Call

LogDrainRemove indicates an expected call of LogDrainRemove.

func (*MockLogDrainsServiceMockRecorder) LogDrainsAddonList

func (mr *MockLogDrainsServiceMockRecorder) LogDrainsAddonList(arg0, arg1, arg2 interface{}) *gomock.Call

LogDrainsAddonList indicates an expected call of LogDrainsAddonList.

func (*MockLogDrainsServiceMockRecorder) LogDrainsList

func (mr *MockLogDrainsServiceMockRecorder) LogDrainsList(arg0, arg1 interface{}) *gomock.Call

LogDrainsList indicates an expected call of LogDrainsList.

type MockLogsArchivesService

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

MockLogsArchivesService is a mock of LogsArchivesService interface.

func NewMockLogsArchivesService

func NewMockLogsArchivesService(ctrl *gomock.Controller) *MockLogsArchivesService

NewMockLogsArchivesService creates a new mock instance.

func (*MockLogsArchivesService) EXPECT

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

func (*MockLogsArchivesService) LogsArchives

func (m *MockLogsArchivesService) LogsArchives(arg0 context.Context, arg1 string, arg2 int) (*scalingo.LogsArchivesResponse, error)

LogsArchives mocks base method.

func (*MockLogsArchivesService) LogsArchivesByCursor

func (m *MockLogsArchivesService) LogsArchivesByCursor(arg0 context.Context, arg1, arg2 string) (*scalingo.LogsArchivesResponse, error)

LogsArchivesByCursor mocks base method.

type MockLogsArchivesServiceMockRecorder

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

MockLogsArchivesServiceMockRecorder is the mock recorder for MockLogsArchivesService.

func (*MockLogsArchivesServiceMockRecorder) LogsArchives

func (mr *MockLogsArchivesServiceMockRecorder) LogsArchives(arg0, arg1, arg2 interface{}) *gomock.Call

LogsArchives indicates an expected call of LogsArchives.

func (*MockLogsArchivesServiceMockRecorder) LogsArchivesByCursor

func (mr *MockLogsArchivesServiceMockRecorder) LogsArchivesByCursor(arg0, arg1, arg2 interface{}) *gomock.Call

LogsArchivesByCursor indicates an expected call of LogsArchivesByCursor.

type MockLogsService

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

MockLogsService is a mock of LogsService interface.

func NewMockLogsService

func NewMockLogsService(ctrl *gomock.Controller) *MockLogsService

NewMockLogsService creates a new mock instance.

func (*MockLogsService) EXPECT

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

func (*MockLogsService) Logs

func (m *MockLogsService) Logs(arg0 context.Context, arg1 string, arg2 int, arg3 string) (*http.Response, error)

Logs mocks base method.

func (*MockLogsService) LogsURL

func (m *MockLogsService) LogsURL(arg0 context.Context, arg1 string) (*http.Response, error)

LogsURL mocks base method.

type MockLogsServiceMockRecorder

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

MockLogsServiceMockRecorder is the mock recorder for MockLogsService.

func (*MockLogsServiceMockRecorder) Logs

func (mr *MockLogsServiceMockRecorder) Logs(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Logs indicates an expected call of Logs.

func (*MockLogsServiceMockRecorder) LogsURL

func (mr *MockLogsServiceMockRecorder) LogsURL(arg0, arg1 interface{}) *gomock.Call

LogsURL indicates an expected call of LogsURL.

type MockNotificationPlatformsService

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

MockNotificationPlatformsService is a mock of NotificationPlatformsService interface.

func NewMockNotificationPlatformsService

func NewMockNotificationPlatformsService(ctrl *gomock.Controller) *MockNotificationPlatformsService

NewMockNotificationPlatformsService creates a new mock instance.

func (*MockNotificationPlatformsService) EXPECT

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

func (*MockNotificationPlatformsService) NotificationPlatformByName

func (m *MockNotificationPlatformsService) NotificationPlatformByName(arg0 context.Context, arg1 string) ([]*scalingo.NotificationPlatform, error)

NotificationPlatformByName mocks base method.

func (*MockNotificationPlatformsService) NotificationPlatformsList

func (m *MockNotificationPlatformsService) NotificationPlatformsList(arg0 context.Context) ([]*scalingo.NotificationPlatform, error)

NotificationPlatformsList mocks base method.

type MockNotificationPlatformsServiceMockRecorder

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

MockNotificationPlatformsServiceMockRecorder is the mock recorder for MockNotificationPlatformsService.

func (*MockNotificationPlatformsServiceMockRecorder) NotificationPlatformByName

func (mr *MockNotificationPlatformsServiceMockRecorder) NotificationPlatformByName(arg0, arg1 interface{}) *gomock.Call

NotificationPlatformByName indicates an expected call of NotificationPlatformByName.

func (*MockNotificationPlatformsServiceMockRecorder) NotificationPlatformsList

func (mr *MockNotificationPlatformsServiceMockRecorder) NotificationPlatformsList(arg0 interface{}) *gomock.Call

NotificationPlatformsList indicates an expected call of NotificationPlatformsList.

type MockNotifiersService

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

MockNotifiersService is a mock of NotifiersService interface.

func NewMockNotifiersService

func NewMockNotifiersService(ctrl *gomock.Controller) *MockNotifiersService

NewMockNotifiersService creates a new mock instance.

func (*MockNotifiersService) EXPECT

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

func (*MockNotifiersService) NotifierByID

func (m *MockNotifiersService) NotifierByID(arg0 context.Context, arg1, arg2 string) (*scalingo.Notifier, error)

NotifierByID mocks base method.

func (*MockNotifiersService) NotifierDestroy

func (m *MockNotifiersService) NotifierDestroy(arg0 context.Context, arg1, arg2 string) error

NotifierDestroy mocks base method.

func (*MockNotifiersService) NotifierProvision

func (m *MockNotifiersService) NotifierProvision(arg0 context.Context, arg1 string, arg2 scalingo.NotifierParams) (*scalingo.Notifier, error)

NotifierProvision mocks base method.

func (*MockNotifiersService) NotifierUpdate

func (m *MockNotifiersService) NotifierUpdate(arg0 context.Context, arg1, arg2 string, arg3 scalingo.NotifierParams) (*scalingo.Notifier, error)

NotifierUpdate mocks base method.

func (*MockNotifiersService) NotifiersList

func (m *MockNotifiersService) NotifiersList(arg0 context.Context, arg1 string) (scalingo.Notifiers, error)

NotifiersList mocks base method.

type MockNotifiersServiceMockRecorder

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

MockNotifiersServiceMockRecorder is the mock recorder for MockNotifiersService.

func (*MockNotifiersServiceMockRecorder) NotifierByID

func (mr *MockNotifiersServiceMockRecorder) NotifierByID(arg0, arg1, arg2 interface{}) *gomock.Call

NotifierByID indicates an expected call of NotifierByID.

func (*MockNotifiersServiceMockRecorder) NotifierDestroy

func (mr *MockNotifiersServiceMockRecorder) NotifierDestroy(arg0, arg1, arg2 interface{}) *gomock.Call

NotifierDestroy indicates an expected call of NotifierDestroy.

func (*MockNotifiersServiceMockRecorder) NotifierProvision

func (mr *MockNotifiersServiceMockRecorder) NotifierProvision(arg0, arg1, arg2 interface{}) *gomock.Call

NotifierProvision indicates an expected call of NotifierProvision.

func (*MockNotifiersServiceMockRecorder) NotifierUpdate

func (mr *MockNotifiersServiceMockRecorder) NotifierUpdate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

NotifierUpdate indicates an expected call of NotifierUpdate.

func (*MockNotifiersServiceMockRecorder) NotifiersList

func (mr *MockNotifiersServiceMockRecorder) NotifiersList(arg0, arg1 interface{}) *gomock.Call

NotifiersList indicates an expected call of NotifiersList.

type MockOperationsService

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

MockOperationsService is a mock of OperationsService interface.

func NewMockOperationsService

func NewMockOperationsService(ctrl *gomock.Controller) *MockOperationsService

NewMockOperationsService creates a new mock instance.

func (*MockOperationsService) EXPECT

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

func (*MockOperationsService) OperationsShow

func (m *MockOperationsService) OperationsShow(arg0 context.Context, arg1, arg2 string) (*scalingo.Operation, error)

OperationsShow mocks base method.

type MockOperationsServiceMockRecorder

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

MockOperationsServiceMockRecorder is the mock recorder for MockOperationsService.

func (*MockOperationsServiceMockRecorder) OperationsShow

func (mr *MockOperationsServiceMockRecorder) OperationsShow(arg0, arg1, arg2 interface{}) *gomock.Call

OperationsShow indicates an expected call of OperationsShow.

type MockRegionMigrationsService

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

MockRegionMigrationsService is a mock of RegionMigrationsService interface.

func NewMockRegionMigrationsService

func NewMockRegionMigrationsService(ctrl *gomock.Controller) *MockRegionMigrationsService

NewMockRegionMigrationsService creates a new mock instance.

func (*MockRegionMigrationsService) CreateRegionMigration

CreateRegionMigration mocks base method.

func (*MockRegionMigrationsService) EXPECT

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

func (*MockRegionMigrationsService) ListRegionMigrations

func (m *MockRegionMigrationsService) ListRegionMigrations(arg0 context.Context, arg1 string) ([]scalingo.RegionMigration, error)

ListRegionMigrations mocks base method.

func (*MockRegionMigrationsService) RunRegionMigrationStep

func (m *MockRegionMigrationsService) RunRegionMigrationStep(arg0 context.Context, arg1, arg2 string, arg3 scalingo.RegionMigrationStep) error

RunRegionMigrationStep mocks base method.

func (*MockRegionMigrationsService) ShowRegionMigration

func (m *MockRegionMigrationsService) ShowRegionMigration(arg0 context.Context, arg1, arg2 string) (scalingo.RegionMigration, error)

ShowRegionMigration mocks base method.

type MockRegionMigrationsServiceMockRecorder

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

MockRegionMigrationsServiceMockRecorder is the mock recorder for MockRegionMigrationsService.

func (*MockRegionMigrationsServiceMockRecorder) CreateRegionMigration

func (mr *MockRegionMigrationsServiceMockRecorder) CreateRegionMigration(arg0, arg1, arg2 interface{}) *gomock.Call

CreateRegionMigration indicates an expected call of CreateRegionMigration.

func (*MockRegionMigrationsServiceMockRecorder) ListRegionMigrations

func (mr *MockRegionMigrationsServiceMockRecorder) ListRegionMigrations(arg0, arg1 interface{}) *gomock.Call

ListRegionMigrations indicates an expected call of ListRegionMigrations.

func (*MockRegionMigrationsServiceMockRecorder) RunRegionMigrationStep

func (mr *MockRegionMigrationsServiceMockRecorder) RunRegionMigrationStep(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

RunRegionMigrationStep indicates an expected call of RunRegionMigrationStep.

func (*MockRegionMigrationsServiceMockRecorder) ShowRegionMigration

func (mr *MockRegionMigrationsServiceMockRecorder) ShowRegionMigration(arg0, arg1, arg2 interface{}) *gomock.Call

ShowRegionMigration indicates an expected call of ShowRegionMigration.

type MockRegionsService

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

MockRegionsService is a mock of RegionsService interface.

func NewMockRegionsService

func NewMockRegionsService(ctrl *gomock.Controller) *MockRegionsService

NewMockRegionsService creates a new mock instance.

func (*MockRegionsService) EXPECT

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

func (*MockRegionsService) RegionsList

func (m *MockRegionsService) RegionsList(arg0 context.Context) ([]scalingo.Region, error)

RegionsList mocks base method.

type MockRegionsServiceMockRecorder

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

MockRegionsServiceMockRecorder is the mock recorder for MockRegionsService.

func (*MockRegionsServiceMockRecorder) RegionsList

func (mr *MockRegionsServiceMockRecorder) RegionsList(arg0 interface{}) *gomock.Call

RegionsList indicates an expected call of RegionsList.

type MockRunsService

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

MockRunsService is a mock of RunsService interface.

func NewMockRunsService

func NewMockRunsService(ctrl *gomock.Controller) *MockRunsService

NewMockRunsService creates a new mock instance.

func (*MockRunsService) EXPECT

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

func (*MockRunsService) Run

Run mocks base method.

type MockRunsServiceMockRecorder

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

MockRunsServiceMockRecorder is the mock recorder for MockRunsService.

func (*MockRunsServiceMockRecorder) Run

func (mr *MockRunsServiceMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call

Run indicates an expected call of Run.

type MockSCMRepoLinkService

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

MockSCMRepoLinkService is a mock of SCMRepoLinkService interface.

func NewMockSCMRepoLinkService

func NewMockSCMRepoLinkService(ctrl *gomock.Controller) *MockSCMRepoLinkService

NewMockSCMRepoLinkService creates a new mock instance.

func (*MockSCMRepoLinkService) EXPECT

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

func (*MockSCMRepoLinkService) SCMRepoLinkCreate

SCMRepoLinkCreate mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkDelete

func (m *MockSCMRepoLinkService) SCMRepoLinkDelete(arg0 context.Context, arg1 string) error

SCMRepoLinkDelete mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkDeployments

func (m *MockSCMRepoLinkService) SCMRepoLinkDeployments(arg0 context.Context, arg1 string) ([]*scalingo.Deployment, error)

SCMRepoLinkDeployments mocks base method.

SCMRepoLinkList mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkManualDeploy

func (m *MockSCMRepoLinkService) SCMRepoLinkManualDeploy(arg0 context.Context, arg1, arg2 string) error

SCMRepoLinkManualDeploy mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkManualReviewApp

func (m *MockSCMRepoLinkService) SCMRepoLinkManualReviewApp(arg0 context.Context, arg1, arg2 string) error

SCMRepoLinkManualReviewApp mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkReviewApps

func (m *MockSCMRepoLinkService) SCMRepoLinkReviewApps(arg0 context.Context, arg1 string) ([]*scalingo.ReviewApp, error)

SCMRepoLinkReviewApps mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkShow

func (m *MockSCMRepoLinkService) SCMRepoLinkShow(arg0 context.Context, arg1 string) (*scalingo.SCMRepoLink, error)

SCMRepoLinkShow mocks base method.

func (*MockSCMRepoLinkService) SCMRepoLinkUpdate

SCMRepoLinkUpdate mocks base method.

type MockSCMRepoLinkServiceMockRecorder

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

MockSCMRepoLinkServiceMockRecorder is the mock recorder for MockSCMRepoLinkService.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkCreate

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkCreate(arg0, arg1, arg2 interface{}) *gomock.Call

SCMRepoLinkCreate indicates an expected call of SCMRepoLinkCreate.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkDelete

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkDelete(arg0, arg1 interface{}) *gomock.Call

SCMRepoLinkDelete indicates an expected call of SCMRepoLinkDelete.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkDeployments

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkDeployments(arg0, arg1 interface{}) *gomock.Call

SCMRepoLinkDeployments indicates an expected call of SCMRepoLinkDeployments.

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkList(arg0, arg1 interface{}) *gomock.Call

SCMRepoLinkList indicates an expected call of SCMRepoLinkList.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkManualDeploy

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkManualDeploy(arg0, arg1, arg2 interface{}) *gomock.Call

SCMRepoLinkManualDeploy indicates an expected call of SCMRepoLinkManualDeploy.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkManualReviewApp

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkManualReviewApp(arg0, arg1, arg2 interface{}) *gomock.Call

SCMRepoLinkManualReviewApp indicates an expected call of SCMRepoLinkManualReviewApp.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkReviewApps

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkReviewApps(arg0, arg1 interface{}) *gomock.Call

SCMRepoLinkReviewApps indicates an expected call of SCMRepoLinkReviewApps.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkShow

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkShow(arg0, arg1 interface{}) *gomock.Call

SCMRepoLinkShow indicates an expected call of SCMRepoLinkShow.

func (*MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkUpdate

func (mr *MockSCMRepoLinkServiceMockRecorder) SCMRepoLinkUpdate(arg0, arg1, arg2 interface{}) *gomock.Call

SCMRepoLinkUpdate indicates an expected call of SCMRepoLinkUpdate.

type MockSignUpService

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

MockSignUpService is a mock of SignUpService interface.

func NewMockSignUpService

func NewMockSignUpService(ctrl *gomock.Controller) *MockSignUpService

NewMockSignUpService creates a new mock instance.

func (*MockSignUpService) EXPECT

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

func (*MockSignUpService) SignUp

func (m *MockSignUpService) SignUp(arg0 context.Context, arg1, arg2 string) error

SignUp mocks base method.

type MockSignUpServiceMockRecorder

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

MockSignUpServiceMockRecorder is the mock recorder for MockSignUpService.

func (*MockSignUpServiceMockRecorder) SignUp

func (mr *MockSignUpServiceMockRecorder) SignUp(arg0, arg1, arg2 interface{}) *gomock.Call

SignUp indicates an expected call of SignUp.

type MockSourcesService

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

MockSourcesService is a mock of SourcesService interface.

func NewMockSourcesService

func NewMockSourcesService(ctrl *gomock.Controller) *MockSourcesService

NewMockSourcesService creates a new mock instance.

func (*MockSourcesService) EXPECT

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

func (*MockSourcesService) SourcesCreate

func (m *MockSourcesService) SourcesCreate(arg0 context.Context) (*scalingo.Source, error)

SourcesCreate mocks base method.

type MockSourcesServiceMockRecorder

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

MockSourcesServiceMockRecorder is the mock recorder for MockSourcesService.

func (*MockSourcesServiceMockRecorder) SourcesCreate

func (mr *MockSourcesServiceMockRecorder) SourcesCreate(arg0 interface{}) *gomock.Call

SourcesCreate indicates an expected call of SourcesCreate.

type MockTokensService

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

MockTokensService is a mock of TokensService interface.

func NewMockTokensService

func NewMockTokensService(ctrl *gomock.Controller) *MockTokensService

NewMockTokensService creates a new mock instance.

func (*MockTokensService) EXPECT

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

func (*MockTokensService) TokenCreate

TokenCreate mocks base method.

func (*MockTokensService) TokenExchange

func (m *MockTokensService) TokenExchange(arg0 context.Context, arg1 string) (string, error)

TokenExchange mocks base method.

func (*MockTokensService) TokenShow

func (m *MockTokensService) TokenShow(arg0 context.Context, arg1 int) (scalingo.Token, error)

TokenShow mocks base method.

func (*MockTokensService) TokensList

func (m *MockTokensService) TokensList(arg0 context.Context) (scalingo.Tokens, error)

TokensList mocks base method.

type MockTokensServiceMockRecorder

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

MockTokensServiceMockRecorder is the mock recorder for MockTokensService.

func (*MockTokensServiceMockRecorder) TokenCreate

func (mr *MockTokensServiceMockRecorder) TokenCreate(arg0, arg1 interface{}) *gomock.Call

TokenCreate indicates an expected call of TokenCreate.

func (*MockTokensServiceMockRecorder) TokenExchange

func (mr *MockTokensServiceMockRecorder) TokenExchange(arg0, arg1 interface{}) *gomock.Call

TokenExchange indicates an expected call of TokenExchange.

func (*MockTokensServiceMockRecorder) TokenShow

func (mr *MockTokensServiceMockRecorder) TokenShow(arg0, arg1 interface{}) *gomock.Call

TokenShow indicates an expected call of TokenShow.

func (*MockTokensServiceMockRecorder) TokensList

func (mr *MockTokensServiceMockRecorder) TokensList(arg0 interface{}) *gomock.Call

TokensList indicates an expected call of TokensList.

type MockUsersService

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

MockUsersService is a mock of UsersService interface.

func NewMockUsersService

func NewMockUsersService(ctrl *gomock.Controller) *MockUsersService

NewMockUsersService creates a new mock instance.

func (*MockUsersService) EXPECT

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

func (*MockUsersService) Self

func (m *MockUsersService) Self(arg0 context.Context) (*scalingo.User, error)

Self mocks base method.

func (*MockUsersService) UpdateUser

UpdateUser mocks base method.

func (*MockUsersService) UserStopFreeTrial

func (m *MockUsersService) UserStopFreeTrial(arg0 context.Context) error

UserStopFreeTrial mocks base method.

type MockUsersServiceMockRecorder

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

MockUsersServiceMockRecorder is the mock recorder for MockUsersService.

func (*MockUsersServiceMockRecorder) Self

func (mr *MockUsersServiceMockRecorder) Self(arg0 interface{}) *gomock.Call

Self indicates an expected call of Self.

func (*MockUsersServiceMockRecorder) UpdateUser

func (mr *MockUsersServiceMockRecorder) UpdateUser(arg0, arg1 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser.

func (*MockUsersServiceMockRecorder) UserStopFreeTrial

func (mr *MockUsersServiceMockRecorder) UserStopFreeTrial(arg0 interface{}) *gomock.Call

UserStopFreeTrial indicates an expected call of UserStopFreeTrial.

type MockVariablesService

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

MockVariablesService is a mock of VariablesService interface.

func NewMockVariablesService

func NewMockVariablesService(ctrl *gomock.Controller) *MockVariablesService

NewMockVariablesService creates a new mock instance.

func (*MockVariablesService) EXPECT

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

func (*MockVariablesService) VariableMultipleSet

func (m *MockVariablesService) VariableMultipleSet(arg0 context.Context, arg1 string, arg2 scalingo.Variables) (scalingo.Variables, int, error)

VariableMultipleSet mocks base method.

func (*MockVariablesService) VariableSet

func (m *MockVariablesService) VariableSet(arg0 context.Context, arg1, arg2, arg3 string) (*scalingo.Variable, int, error)

VariableSet mocks base method.

func (*MockVariablesService) VariableUnset

func (m *MockVariablesService) VariableUnset(arg0 context.Context, arg1, arg2 string) error

VariableUnset mocks base method.

func (*MockVariablesService) VariablesList

func (m *MockVariablesService) VariablesList(arg0 context.Context, arg1 string) (scalingo.Variables, error)

VariablesList mocks base method.

func (*MockVariablesService) VariablesListWithoutAlias

func (m *MockVariablesService) VariablesListWithoutAlias(arg0 context.Context, arg1 string) (scalingo.Variables, error)

VariablesListWithoutAlias mocks base method.

type MockVariablesServiceMockRecorder

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

MockVariablesServiceMockRecorder is the mock recorder for MockVariablesService.

func (*MockVariablesServiceMockRecorder) VariableMultipleSet

func (mr *MockVariablesServiceMockRecorder) VariableMultipleSet(arg0, arg1, arg2 interface{}) *gomock.Call

VariableMultipleSet indicates an expected call of VariableMultipleSet.

func (*MockVariablesServiceMockRecorder) VariableSet

func (mr *MockVariablesServiceMockRecorder) VariableSet(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

VariableSet indicates an expected call of VariableSet.

func (*MockVariablesServiceMockRecorder) VariableUnset

func (mr *MockVariablesServiceMockRecorder) VariableUnset(arg0, arg1, arg2 interface{}) *gomock.Call

VariableUnset indicates an expected call of VariableUnset.

func (*MockVariablesServiceMockRecorder) VariablesList

func (mr *MockVariablesServiceMockRecorder) VariablesList(arg0, arg1 interface{}) *gomock.Call

VariablesList indicates an expected call of VariablesList.

func (*MockVariablesServiceMockRecorder) VariablesListWithoutAlias

func (mr *MockVariablesServiceMockRecorder) VariablesListWithoutAlias(arg0, arg1 interface{}) *gomock.Call

VariablesListWithoutAlias indicates an expected call of VariablesListWithoutAlias.

Jump to

Keyboard shortcuts

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