mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAgentLister added in v0.0.4

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

MockAgentLister is a mock of AgentLister interface

func NewMockAgentLister added in v0.0.4

func NewMockAgentLister(ctrl *gomock.Controller) *MockAgentLister

NewMockAgentLister creates a new mock instance

func (*MockAgentLister) Agents added in v0.0.4

func (m *MockAgentLister) Agents(arg0, arg1 string) (*opsmngr.Agents, error)

Agents mocks base method

func (*MockAgentLister) EXPECT added in v0.0.4

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

type MockAgentListerMockRecorder added in v0.0.4

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

MockAgentListerMockRecorder is the mock recorder for MockAgentLister

func (*MockAgentListerMockRecorder) Agents added in v0.0.4

func (mr *MockAgentListerMockRecorder) Agents(arg0, arg1 interface{}) *gomock.Call

Agents indicates an expected call of Agents

type MockAlertAcknowledger added in v0.1.0

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

MockAlertAcknowledger is a mock of AlertAcknowledger interface

func NewMockAlertAcknowledger added in v0.1.0

func NewMockAlertAcknowledger(ctrl *gomock.Controller) *MockAlertAcknowledger

NewMockAlertAcknowledger creates a new mock instance

func (*MockAlertAcknowledger) AcknowledgeAlert added in v0.1.0

func (m *MockAlertAcknowledger) AcknowledgeAlert(arg0, arg1 string, arg2 *mongodbatlas.AcknowledgeRequest) (*mongodbatlas.Alert, error)

AcknowledgeAlert mocks base method

func (*MockAlertAcknowledger) EXPECT added in v0.1.0

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

type MockAlertAcknowledgerMockRecorder added in v0.1.0

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

MockAlertAcknowledgerMockRecorder is the mock recorder for MockAlertAcknowledger

func (*MockAlertAcknowledgerMockRecorder) AcknowledgeAlert added in v0.1.0

func (mr *MockAlertAcknowledgerMockRecorder) AcknowledgeAlert(arg0, arg1, arg2 interface{}) *gomock.Call

AcknowledgeAlert indicates an expected call of AcknowledgeAlert

type MockAlertConfigurationCreator

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

MockAlertConfigurationCreator is a mock of AlertConfigurationCreator interface

func NewMockAlertConfigurationCreator

func NewMockAlertConfigurationCreator(ctrl *gomock.Controller) *MockAlertConfigurationCreator

NewMockAlertConfigurationCreator creates a new mock instance

func (*MockAlertConfigurationCreator) CreateAlertConfiguration

CreateAlertConfiguration mocks base method

func (*MockAlertConfigurationCreator) EXPECT

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

type MockAlertConfigurationCreatorMockRecorder

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

MockAlertConfigurationCreatorMockRecorder is the mock recorder for MockAlertConfigurationCreator

func (*MockAlertConfigurationCreatorMockRecorder) CreateAlertConfiguration

func (mr *MockAlertConfigurationCreatorMockRecorder) CreateAlertConfiguration(arg0 interface{}) *gomock.Call

CreateAlertConfiguration indicates an expected call of CreateAlertConfiguration

type MockAlertConfigurationDeleter

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

MockAlertConfigurationDeleter is a mock of AlertConfigurationDeleter interface

func NewMockAlertConfigurationDeleter

func NewMockAlertConfigurationDeleter(ctrl *gomock.Controller) *MockAlertConfigurationDeleter

NewMockAlertConfigurationDeleter creates a new mock instance

func (*MockAlertConfigurationDeleter) DeleteAlertConfiguration

func (m *MockAlertConfigurationDeleter) DeleteAlertConfiguration(arg0, arg1 string) error

DeleteAlertConfiguration mocks base method

func (*MockAlertConfigurationDeleter) EXPECT

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

type MockAlertConfigurationDeleterMockRecorder

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

MockAlertConfigurationDeleterMockRecorder is the mock recorder for MockAlertConfigurationDeleter

func (*MockAlertConfigurationDeleterMockRecorder) DeleteAlertConfiguration

func (mr *MockAlertConfigurationDeleterMockRecorder) DeleteAlertConfiguration(arg0, arg1 interface{}) *gomock.Call

DeleteAlertConfiguration indicates an expected call of DeleteAlertConfiguration

type MockAlertConfigurationLister

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

MockAlertConfigurationLister is a mock of AlertConfigurationLister interface

func NewMockAlertConfigurationLister

func NewMockAlertConfigurationLister(ctrl *gomock.Controller) *MockAlertConfigurationLister

NewMockAlertConfigurationLister creates a new mock instance

func (*MockAlertConfigurationLister) AlertConfigurations

AlertConfigurations mocks base method

func (*MockAlertConfigurationLister) EXPECT

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

type MockAlertConfigurationListerMockRecorder

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

MockAlertConfigurationListerMockRecorder is the mock recorder for MockAlertConfigurationLister

func (*MockAlertConfigurationListerMockRecorder) AlertConfigurations

func (mr *MockAlertConfigurationListerMockRecorder) AlertConfigurations(arg0, arg1 interface{}) *gomock.Call

AlertConfigurations indicates an expected call of AlertConfigurations

type MockAlertConfigurationStore

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

MockAlertConfigurationStore is a mock of AlertConfigurationStore interface

func NewMockAlertConfigurationStore

func NewMockAlertConfigurationStore(ctrl *gomock.Controller) *MockAlertConfigurationStore

NewMockAlertConfigurationStore creates a new mock instance

func (*MockAlertConfigurationStore) AlertConfigurations

AlertConfigurations mocks base method

func (*MockAlertConfigurationStore) CreateAlertConfiguration

CreateAlertConfiguration mocks base method

func (*MockAlertConfigurationStore) DeleteAlertConfiguration

func (m *MockAlertConfigurationStore) DeleteAlertConfiguration(arg0, arg1 string) error

DeleteAlertConfiguration mocks base method

func (*MockAlertConfigurationStore) EXPECT

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

func (*MockAlertConfigurationStore) MatcherFields added in v0.1.0

func (m *MockAlertConfigurationStore) MatcherFields() ([]string, error)

MatcherFields mocks base method

func (*MockAlertConfigurationStore) UpdateAlertConfiguration added in v0.1.0

UpdateAlertConfiguration mocks base method

type MockAlertConfigurationStoreMockRecorder

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

MockAlertConfigurationStoreMockRecorder is the mock recorder for MockAlertConfigurationStore

func (*MockAlertConfigurationStoreMockRecorder) AlertConfigurations

func (mr *MockAlertConfigurationStoreMockRecorder) AlertConfigurations(arg0, arg1 interface{}) *gomock.Call

AlertConfigurations indicates an expected call of AlertConfigurations

func (*MockAlertConfigurationStoreMockRecorder) CreateAlertConfiguration

func (mr *MockAlertConfigurationStoreMockRecorder) CreateAlertConfiguration(arg0 interface{}) *gomock.Call

CreateAlertConfiguration indicates an expected call of CreateAlertConfiguration

func (*MockAlertConfigurationStoreMockRecorder) DeleteAlertConfiguration

func (mr *MockAlertConfigurationStoreMockRecorder) DeleteAlertConfiguration(arg0, arg1 interface{}) *gomock.Call

DeleteAlertConfiguration indicates an expected call of DeleteAlertConfiguration

func (*MockAlertConfigurationStoreMockRecorder) MatcherFields added in v0.1.0

MatcherFields indicates an expected call of MatcherFields

func (*MockAlertConfigurationStoreMockRecorder) UpdateAlertConfiguration added in v0.1.0

func (mr *MockAlertConfigurationStoreMockRecorder) UpdateAlertConfiguration(arg0 interface{}) *gomock.Call

UpdateAlertConfiguration indicates an expected call of UpdateAlertConfiguration

type MockAlertConfigurationUpdater added in v0.1.0

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

MockAlertConfigurationUpdater is a mock of AlertConfigurationUpdater interface

func NewMockAlertConfigurationUpdater added in v0.1.0

func NewMockAlertConfigurationUpdater(ctrl *gomock.Controller) *MockAlertConfigurationUpdater

NewMockAlertConfigurationUpdater creates a new mock instance

func (*MockAlertConfigurationUpdater) EXPECT added in v0.1.0

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

func (*MockAlertConfigurationUpdater) UpdateAlertConfiguration added in v0.1.0

UpdateAlertConfiguration mocks base method

type MockAlertConfigurationUpdaterMockRecorder added in v0.1.0

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

MockAlertConfigurationUpdaterMockRecorder is the mock recorder for MockAlertConfigurationUpdater

func (*MockAlertConfigurationUpdaterMockRecorder) UpdateAlertConfiguration added in v0.1.0

func (mr *MockAlertConfigurationUpdaterMockRecorder) UpdateAlertConfiguration(arg0 interface{}) *gomock.Call

UpdateAlertConfiguration indicates an expected call of UpdateAlertConfiguration

type MockAlertDescriber added in v0.1.0

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

MockAlertDescriber is a mock of AlertDescriber interface

func NewMockAlertDescriber added in v0.1.0

func NewMockAlertDescriber(ctrl *gomock.Controller) *MockAlertDescriber

NewMockAlertDescriber creates a new mock instance

func (*MockAlertDescriber) Alert added in v0.1.0

func (m *MockAlertDescriber) Alert(arg0, arg1 string) (*mongodbatlas.Alert, error)

Alert mocks base method

func (*MockAlertDescriber) EXPECT added in v0.1.0

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

type MockAlertDescriberMockRecorder added in v0.1.0

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

MockAlertDescriberMockRecorder is the mock recorder for MockAlertDescriber

func (*MockAlertDescriberMockRecorder) Alert added in v0.1.0

func (mr *MockAlertDescriberMockRecorder) Alert(arg0, arg1 interface{}) *gomock.Call

Alert indicates an expected call of Alert

type MockAlertLister added in v0.1.0

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

MockAlertLister is a mock of AlertLister interface

func NewMockAlertLister added in v0.1.0

func NewMockAlertLister(ctrl *gomock.Controller) *MockAlertLister

NewMockAlertLister creates a new mock instance

func (*MockAlertLister) Alerts added in v0.1.0

Alerts mocks base method

func (*MockAlertLister) EXPECT added in v0.1.0

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

type MockAlertListerMockRecorder added in v0.1.0

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

MockAlertListerMockRecorder is the mock recorder for MockAlertLister

func (*MockAlertListerMockRecorder) Alerts added in v0.1.0

func (mr *MockAlertListerMockRecorder) Alerts(arg0, arg1 interface{}) *gomock.Call

Alerts indicates an expected call of Alerts

type MockAlertsStore added in v0.1.0

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

MockAlertsStore is a mock of AlertsStore interface

func NewMockAlertsStore added in v0.1.0

func NewMockAlertsStore(ctrl *gomock.Controller) *MockAlertsStore

NewMockAlertsStore creates a new mock instance

func (*MockAlertsStore) AcknowledgeAlert added in v0.1.0

func (m *MockAlertsStore) AcknowledgeAlert(arg0, arg1 string, arg2 *mongodbatlas.AcknowledgeRequest) (*mongodbatlas.Alert, error)

AcknowledgeAlert mocks base method

func (*MockAlertsStore) Alert added in v0.1.0

func (m *MockAlertsStore) Alert(arg0, arg1 string) (*mongodbatlas.Alert, error)

Alert mocks base method

func (*MockAlertsStore) Alerts added in v0.1.0

Alerts mocks base method

func (*MockAlertsStore) EXPECT added in v0.1.0

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

type MockAlertsStoreMockRecorder added in v0.1.0

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

MockAlertsStoreMockRecorder is the mock recorder for MockAlertsStore

func (*MockAlertsStoreMockRecorder) AcknowledgeAlert added in v0.1.0

func (mr *MockAlertsStoreMockRecorder) AcknowledgeAlert(arg0, arg1, arg2 interface{}) *gomock.Call

AcknowledgeAlert indicates an expected call of AcknowledgeAlert

func (*MockAlertsStoreMockRecorder) Alert added in v0.1.0

func (mr *MockAlertsStoreMockRecorder) Alert(arg0, arg1 interface{}) *gomock.Call

Alert indicates an expected call of Alert

func (*MockAlertsStoreMockRecorder) Alerts added in v0.1.0

func (mr *MockAlertsStoreMockRecorder) Alerts(arg0, arg1 interface{}) *gomock.Call

Alerts indicates an expected call of Alerts

type MockAllClusterLister added in v0.0.4

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

MockAllClusterLister is a mock of AllClusterLister interface

func NewMockAllClusterLister added in v0.0.4

func NewMockAllClusterLister(ctrl *gomock.Controller) *MockAllClusterLister

NewMockAllClusterLister creates a new mock instance

func (*MockAllClusterLister) EXPECT added in v0.0.4

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

func (*MockAllClusterLister) ListAllProjectClusters added in v0.1.0

func (m *MockAllClusterLister) ListAllProjectClusters() (*opsmngr.AllClustersProjects, error)

ListAllProjectClusters mocks base method

type MockAllClusterListerMockRecorder added in v0.0.4

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

MockAllClusterListerMockRecorder is the mock recorder for MockAllClusterLister

func (*MockAllClusterListerMockRecorder) ListAllProjectClusters added in v0.1.0

func (mr *MockAllClusterListerMockRecorder) ListAllProjectClusters() *gomock.Call

ListAllProjectClusters indicates an expected call of ListAllProjectClusters

type MockAutomationGetter

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

MockAutomationGetter is a mock of AutomationGetter interface

func NewMockAutomationGetter

func NewMockAutomationGetter(ctrl *gomock.Controller) *MockAutomationGetter

NewMockAutomationGetter creates a new mock instance

func (*MockAutomationGetter) EXPECT

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

func (*MockAutomationGetter) GetAutomationConfig

func (m *MockAutomationGetter) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method

type MockAutomationGetterMockRecorder

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

MockAutomationGetterMockRecorder is the mock recorder for MockAutomationGetter

func (*MockAutomationGetterMockRecorder) GetAutomationConfig

func (mr *MockAutomationGetterMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig

type MockAutomationPatcher added in v0.1.0

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

MockAutomationPatcher is a mock of AutomationPatcher interface

func NewMockAutomationPatcher added in v0.1.0

func NewMockAutomationPatcher(ctrl *gomock.Controller) *MockAutomationPatcher

NewMockAutomationPatcher creates a new mock instance

func (*MockAutomationPatcher) EXPECT added in v0.1.0

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

func (*MockAutomationPatcher) GetAutomationConfig added in v0.1.0

func (m *MockAutomationPatcher) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method

func (*MockAutomationPatcher) UpdateAutomationConfig added in v0.1.0

func (m *MockAutomationPatcher) UpdateAutomationConfig(arg0 string, arg1 *opsmngr.AutomationConfig) error

UpdateAutomationConfig mocks base method

type MockAutomationPatcherMockRecorder added in v0.1.0

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

MockAutomationPatcherMockRecorder is the mock recorder for MockAutomationPatcher

func (*MockAutomationPatcherMockRecorder) GetAutomationConfig added in v0.1.0

func (mr *MockAutomationPatcherMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig

func (*MockAutomationPatcherMockRecorder) UpdateAutomationConfig added in v0.1.0

func (mr *MockAutomationPatcherMockRecorder) UpdateAutomationConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig

type MockAutomationStatusGetter added in v0.0.4

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

MockAutomationStatusGetter is a mock of AutomationStatusGetter interface

func NewMockAutomationStatusGetter added in v0.0.4

func NewMockAutomationStatusGetter(ctrl *gomock.Controller) *MockAutomationStatusGetter

NewMockAutomationStatusGetter creates a new mock instance

func (*MockAutomationStatusGetter) EXPECT added in v0.0.4

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

func (*MockAutomationStatusGetter) GetAutomationStatus added in v0.0.4

func (m *MockAutomationStatusGetter) GetAutomationStatus(arg0 string) (*opsmngr.AutomationStatus, error)

GetAutomationStatus mocks base method

type MockAutomationStatusGetterMockRecorder added in v0.0.4

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

MockAutomationStatusGetterMockRecorder is the mock recorder for MockAutomationStatusGetter

func (*MockAutomationStatusGetterMockRecorder) GetAutomationStatus added in v0.0.4

func (mr *MockAutomationStatusGetterMockRecorder) GetAutomationStatus(arg0 interface{}) *gomock.Call

GetAutomationStatus indicates an expected call of GetAutomationStatus

type MockAutomationStore

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

MockAutomationStore is a mock of AutomationStore interface

func NewMockAutomationStore

func NewMockAutomationStore(ctrl *gomock.Controller) *MockAutomationStore

NewMockAutomationStore creates a new mock instance

func (*MockAutomationStore) EXPECT

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

func (*MockAutomationStore) GetAutomationConfig

func (m *MockAutomationStore) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method

func (*MockAutomationStore) GetAutomationStatus added in v0.0.4

func (m *MockAutomationStore) GetAutomationStatus(arg0 string) (*opsmngr.AutomationStatus, error)

GetAutomationStatus mocks base method

func (*MockAutomationStore) UpdateAutomationConfig

func (m *MockAutomationStore) UpdateAutomationConfig(arg0 string, arg1 *opsmngr.AutomationConfig) error

UpdateAutomationConfig mocks base method

type MockAutomationStoreMockRecorder

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

MockAutomationStoreMockRecorder is the mock recorder for MockAutomationStore

func (*MockAutomationStoreMockRecorder) GetAutomationConfig

func (mr *MockAutomationStoreMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig

func (*MockAutomationStoreMockRecorder) GetAutomationStatus added in v0.0.4

func (mr *MockAutomationStoreMockRecorder) GetAutomationStatus(arg0 interface{}) *gomock.Call

GetAutomationStatus indicates an expected call of GetAutomationStatus

func (*MockAutomationStoreMockRecorder) UpdateAutomationConfig

func (mr *MockAutomationStoreMockRecorder) UpdateAutomationConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig

type MockAutomationUpdater

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

MockAutomationUpdater is a mock of AutomationUpdater interface

func NewMockAutomationUpdater

func NewMockAutomationUpdater(ctrl *gomock.Controller) *MockAutomationUpdater

NewMockAutomationUpdater creates a new mock instance

func (*MockAutomationUpdater) EXPECT

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

func (*MockAutomationUpdater) UpdateAutomationConfig

func (m *MockAutomationUpdater) UpdateAutomationConfig(arg0 string, arg1 *opsmngr.AutomationConfig) error

UpdateAutomationConfig mocks base method

type MockAutomationUpdaterMockRecorder

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

MockAutomationUpdaterMockRecorder is the mock recorder for MockAutomationUpdater

func (*MockAutomationUpdaterMockRecorder) UpdateAutomationConfig

func (mr *MockAutomationUpdaterMockRecorder) UpdateAutomationConfig(arg0, arg1 interface{}) *gomock.Call

UpdateAutomationConfig indicates an expected call of UpdateAutomationConfig

type MockCheckpointsLister added in v0.0.4

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

MockCheckpointsLister is a mock of CheckpointsLister interface

func NewMockCheckpointsLister added in v0.0.4

func NewMockCheckpointsLister(ctrl *gomock.Controller) *MockCheckpointsLister

NewMockCheckpointsLister creates a new mock instance

func (*MockCheckpointsLister) EXPECT added in v0.0.4

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

func (*MockCheckpointsLister) List added in v0.0.4

List mocks base method

type MockCheckpointsListerMockRecorder added in v0.0.4

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

MockCheckpointsListerMockRecorder is the mock recorder for MockCheckpointsLister

func (*MockCheckpointsListerMockRecorder) List added in v0.0.4

func (mr *MockCheckpointsListerMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call

List indicates an expected call of List

type MockCloudManagerClustersLister added in v0.0.4

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

MockCloudManagerClustersLister is a mock of CloudManagerClustersLister interface

func NewMockCloudManagerClustersLister added in v0.0.4

func NewMockCloudManagerClustersLister(ctrl *gomock.Controller) *MockCloudManagerClustersLister

NewMockCloudManagerClustersLister creates a new mock instance

func (*MockCloudManagerClustersLister) EXPECT added in v0.0.4

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

func (*MockCloudManagerClustersLister) GetAutomationConfig added in v0.0.4

func (m *MockCloudManagerClustersLister) GetAutomationConfig(arg0 string) (*opsmngr.AutomationConfig, error)

GetAutomationConfig mocks base method

func (*MockCloudManagerClustersLister) ListAllProjectClusters added in v0.1.0

func (m *MockCloudManagerClustersLister) ListAllProjectClusters() (*opsmngr.AllClustersProjects, error)

ListAllProjectClusters mocks base method

type MockCloudManagerClustersListerMockRecorder added in v0.0.4

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

MockCloudManagerClustersListerMockRecorder is the mock recorder for MockCloudManagerClustersLister

func (*MockCloudManagerClustersListerMockRecorder) GetAutomationConfig added in v0.0.4

func (mr *MockCloudManagerClustersListerMockRecorder) GetAutomationConfig(arg0 interface{}) *gomock.Call

GetAutomationConfig indicates an expected call of GetAutomationConfig

func (*MockCloudManagerClustersListerMockRecorder) ListAllProjectClusters added in v0.1.0

func (mr *MockCloudManagerClustersListerMockRecorder) ListAllProjectClusters() *gomock.Call

ListAllProjectClusters indicates an expected call of ListAllProjectClusters

type MockClusterCreator

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

MockClusterCreator is a mock of ClusterCreator interface

func NewMockClusterCreator

func NewMockClusterCreator(ctrl *gomock.Controller) *MockClusterCreator

NewMockClusterCreator creates a new mock instance

func (*MockClusterCreator) CreateCluster

func (m *MockClusterCreator) CreateCluster(arg0 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

CreateCluster mocks base method

func (*MockClusterCreator) EXPECT

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

type MockClusterCreatorMockRecorder

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

MockClusterCreatorMockRecorder is the mock recorder for MockClusterCreator

func (*MockClusterCreatorMockRecorder) CreateCluster

func (mr *MockClusterCreatorMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster

type MockClusterDeleter

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

MockClusterDeleter is a mock of ClusterDeleter interface

func NewMockClusterDeleter

func NewMockClusterDeleter(ctrl *gomock.Controller) *MockClusterDeleter

NewMockClusterDeleter creates a new mock instance

func (*MockClusterDeleter) DeleteCluster

func (m *MockClusterDeleter) DeleteCluster(arg0, arg1 string) error

DeleteCluster mocks base method

func (*MockClusterDeleter) EXPECT

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

type MockClusterDeleterMockRecorder

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

MockClusterDeleterMockRecorder is the mock recorder for MockClusterDeleter

func (*MockClusterDeleterMockRecorder) DeleteCluster

func (mr *MockClusterDeleterMockRecorder) DeleteCluster(arg0, arg1 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster

type MockClusterDescriber

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

MockClusterDescriber is a mock of ClusterDescriber interface

func NewMockClusterDescriber

func NewMockClusterDescriber(ctrl *gomock.Controller) *MockClusterDescriber

NewMockClusterDescriber creates a new mock instance

func (*MockClusterDescriber) Cluster

func (m *MockClusterDescriber) Cluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

Cluster mocks base method

func (*MockClusterDescriber) EXPECT

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

type MockClusterDescriberMockRecorder

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

MockClusterDescriberMockRecorder is the mock recorder for MockClusterDescriber

func (*MockClusterDescriberMockRecorder) Cluster

func (mr *MockClusterDescriberMockRecorder) Cluster(arg0, arg1 interface{}) *gomock.Call

Cluster indicates an expected call of Cluster

type MockClusterLister

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

MockClusterLister is a mock of ClusterLister interface

func NewMockClusterLister

func NewMockClusterLister(ctrl *gomock.Controller) *MockClusterLister

NewMockClusterLister creates a new mock instance

func (*MockClusterLister) EXPECT

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

func (*MockClusterLister) ProjectClusters

func (m *MockClusterLister) ProjectClusters(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.Cluster, error)

ProjectClusters mocks base method

type MockClusterListerMockRecorder

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

MockClusterListerMockRecorder is the mock recorder for MockClusterLister

func (*MockClusterListerMockRecorder) ProjectClusters

func (mr *MockClusterListerMockRecorder) ProjectClusters(arg0, arg1 interface{}) *gomock.Call

ProjectClusters indicates an expected call of ProjectClusters

type MockClusterStore

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

MockClusterStore is a mock of ClusterStore interface

func NewMockClusterStore

func NewMockClusterStore(ctrl *gomock.Controller) *MockClusterStore

NewMockClusterStore creates a new mock instance

func (*MockClusterStore) Cluster

func (m *MockClusterStore) Cluster(arg0, arg1 string) (*mongodbatlas.Cluster, error)

Cluster mocks base method

func (*MockClusterStore) CreateCluster

func (m *MockClusterStore) CreateCluster(arg0 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

CreateCluster mocks base method

func (*MockClusterStore) DeleteCluster

func (m *MockClusterStore) DeleteCluster(arg0, arg1 string) error

DeleteCluster mocks base method

func (*MockClusterStore) EXPECT

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

func (*MockClusterStore) ProjectClusters

func (m *MockClusterStore) ProjectClusters(arg0 string, arg1 *mongodbatlas.ListOptions) ([]mongodbatlas.Cluster, error)

ProjectClusters mocks base method

func (*MockClusterStore) UpdateCluster

func (m *MockClusterStore) UpdateCluster(arg0 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

UpdateCluster mocks base method

type MockClusterStoreMockRecorder

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

MockClusterStoreMockRecorder is the mock recorder for MockClusterStore

func (*MockClusterStoreMockRecorder) Cluster

func (mr *MockClusterStoreMockRecorder) Cluster(arg0, arg1 interface{}) *gomock.Call

Cluster indicates an expected call of Cluster

func (*MockClusterStoreMockRecorder) CreateCluster

func (mr *MockClusterStoreMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster

func (*MockClusterStoreMockRecorder) DeleteCluster

func (mr *MockClusterStoreMockRecorder) DeleteCluster(arg0, arg1 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster

func (*MockClusterStoreMockRecorder) ProjectClusters

func (mr *MockClusterStoreMockRecorder) ProjectClusters(arg0, arg1 interface{}) *gomock.Call

ProjectClusters indicates an expected call of ProjectClusters

func (*MockClusterStoreMockRecorder) UpdateCluster

func (mr *MockClusterStoreMockRecorder) UpdateCluster(arg0 interface{}) *gomock.Call

UpdateCluster indicates an expected call of UpdateCluster

type MockClusterUpdater

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

MockClusterUpdater is a mock of ClusterUpdater interface

func NewMockClusterUpdater

func NewMockClusterUpdater(ctrl *gomock.Controller) *MockClusterUpdater

NewMockClusterUpdater creates a new mock instance

func (*MockClusterUpdater) EXPECT

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

func (*MockClusterUpdater) UpdateCluster

func (m *MockClusterUpdater) UpdateCluster(arg0 *mongodbatlas.Cluster) (*mongodbatlas.Cluster, error)

UpdateCluster mocks base method

type MockClusterUpdaterMockRecorder

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

MockClusterUpdaterMockRecorder is the mock recorder for MockClusterUpdater

func (*MockClusterUpdaterMockRecorder) UpdateCluster

func (mr *MockClusterUpdaterMockRecorder) UpdateCluster(arg0 interface{}) *gomock.Call

UpdateCluster indicates an expected call of UpdateCluster

type MockContinuousJobCreator added in v0.0.4

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

MockContinuousJobCreator is a mock of ContinuousJobCreator interface

func NewMockContinuousJobCreator added in v0.0.4

func NewMockContinuousJobCreator(ctrl *gomock.Controller) *MockContinuousJobCreator

NewMockContinuousJobCreator creates a new mock instance

func (*MockContinuousJobCreator) CreateContinuousRestoreJob added in v0.0.4

func (m *MockContinuousJobCreator) CreateContinuousRestoreJob(arg0, arg1 string, arg2 *mongodbatlas.ContinuousJobRequest) (*mongodbatlas.ContinuousJobs, error)

CreateContinuousRestoreJob mocks base method

func (*MockContinuousJobCreator) EXPECT added in v0.0.4

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

type MockContinuousJobCreatorMockRecorder added in v0.0.4

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

MockContinuousJobCreatorMockRecorder is the mock recorder for MockContinuousJobCreator

func (*MockContinuousJobCreatorMockRecorder) CreateContinuousRestoreJob added in v0.0.4

func (mr *MockContinuousJobCreatorMockRecorder) CreateContinuousRestoreJob(arg0, arg1, arg2 interface{}) *gomock.Call

CreateContinuousRestoreJob indicates an expected call of CreateContinuousRestoreJob

type MockContinuousJobLister added in v0.0.4

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

MockContinuousJobLister is a mock of ContinuousJobLister interface

func NewMockContinuousJobLister added in v0.0.4

func NewMockContinuousJobLister(ctrl *gomock.Controller) *MockContinuousJobLister

NewMockContinuousJobLister creates a new mock instance

func (*MockContinuousJobLister) ContinuousRestoreJobs added in v0.0.4

func (m *MockContinuousJobLister) ContinuousRestoreJobs(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.ContinuousJobs, error)

ContinuousRestoreJobs mocks base method

func (*MockContinuousJobLister) EXPECT added in v0.0.4

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

type MockContinuousJobListerMockRecorder added in v0.0.4

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

MockContinuousJobListerMockRecorder is the mock recorder for MockContinuousJobLister

func (*MockContinuousJobListerMockRecorder) ContinuousRestoreJobs added in v0.0.4

func (mr *MockContinuousJobListerMockRecorder) ContinuousRestoreJobs(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousRestoreJobs indicates an expected call of ContinuousRestoreJobs

type MockDatabaseUserCreator

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

MockDatabaseUserCreator is a mock of DatabaseUserCreator interface

func NewMockDatabaseUserCreator

func NewMockDatabaseUserCreator(ctrl *gomock.Controller) *MockDatabaseUserCreator

NewMockDatabaseUserCreator creates a new mock instance

func (*MockDatabaseUserCreator) CreateDatabaseUser

CreateDatabaseUser mocks base method

func (*MockDatabaseUserCreator) EXPECT

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

type MockDatabaseUserCreatorMockRecorder

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

MockDatabaseUserCreatorMockRecorder is the mock recorder for MockDatabaseUserCreator

func (*MockDatabaseUserCreatorMockRecorder) CreateDatabaseUser

func (mr *MockDatabaseUserCreatorMockRecorder) CreateDatabaseUser(arg0 interface{}) *gomock.Call

CreateDatabaseUser indicates an expected call of CreateDatabaseUser

type MockDatabaseUserDeleter

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

MockDatabaseUserDeleter is a mock of DatabaseUserDeleter interface

func NewMockDatabaseUserDeleter

func NewMockDatabaseUserDeleter(ctrl *gomock.Controller) *MockDatabaseUserDeleter

NewMockDatabaseUserDeleter creates a new mock instance

func (*MockDatabaseUserDeleter) DeleteDatabaseUser

func (m *MockDatabaseUserDeleter) DeleteDatabaseUser(arg0, arg1, arg2 string) error

DeleteDatabaseUser mocks base method

func (*MockDatabaseUserDeleter) EXPECT

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

type MockDatabaseUserDeleterMockRecorder

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

MockDatabaseUserDeleterMockRecorder is the mock recorder for MockDatabaseUserDeleter

func (*MockDatabaseUserDeleterMockRecorder) DeleteDatabaseUser

func (mr *MockDatabaseUserDeleterMockRecorder) DeleteDatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteDatabaseUser indicates an expected call of DeleteDatabaseUser

type MockDatabaseUserDescriber

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

MockDatabaseUserDescriber is a mock of DatabaseUserDescriber interface

func NewMockDatabaseUserDescriber

func NewMockDatabaseUserDescriber(ctrl *gomock.Controller) *MockDatabaseUserDescriber

NewMockDatabaseUserDescriber creates a new mock instance

func (*MockDatabaseUserDescriber) DatabaseUser

func (m *MockDatabaseUserDescriber) DatabaseUser(arg0, arg1, arg2 string) (*mongodbatlas.DatabaseUser, error)

DatabaseUser mocks base method

func (*MockDatabaseUserDescriber) EXPECT

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

type MockDatabaseUserDescriberMockRecorder

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

MockDatabaseUserDescriberMockRecorder is the mock recorder for MockDatabaseUserDescriber

func (*MockDatabaseUserDescriberMockRecorder) DatabaseUser

func (mr *MockDatabaseUserDescriberMockRecorder) DatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DatabaseUser indicates an expected call of DatabaseUser

type MockDatabaseUserLister

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

MockDatabaseUserLister is a mock of DatabaseUserLister interface

func NewMockDatabaseUserLister

func NewMockDatabaseUserLister(ctrl *gomock.Controller) *MockDatabaseUserLister

NewMockDatabaseUserLister creates a new mock instance

func (*MockDatabaseUserLister) DatabaseUsers

DatabaseUsers mocks base method

func (*MockDatabaseUserLister) EXPECT

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

type MockDatabaseUserListerMockRecorder

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

MockDatabaseUserListerMockRecorder is the mock recorder for MockDatabaseUserLister

func (*MockDatabaseUserListerMockRecorder) DatabaseUsers

func (mr *MockDatabaseUserListerMockRecorder) DatabaseUsers(groupID, opts interface{}) *gomock.Call

DatabaseUsers indicates an expected call of DatabaseUsers

type MockDatabaseUserStore

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

MockDatabaseUserStore is a mock of DatabaseUserStore interface

func NewMockDatabaseUserStore

func NewMockDatabaseUserStore(ctrl *gomock.Controller) *MockDatabaseUserStore

NewMockDatabaseUserStore creates a new mock instance

func (*MockDatabaseUserStore) CreateDatabaseUser

CreateDatabaseUser mocks base method

func (*MockDatabaseUserStore) DatabaseUser

func (m *MockDatabaseUserStore) DatabaseUser(arg0, arg1, arg2 string) (*mongodbatlas.DatabaseUser, error)

DatabaseUser mocks base method

func (*MockDatabaseUserStore) DeleteDatabaseUser

func (m *MockDatabaseUserStore) DeleteDatabaseUser(arg0, arg1, arg2 string) error

DeleteDatabaseUser mocks base method

func (*MockDatabaseUserStore) EXPECT

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

func (*MockDatabaseUserStore) UpdateDatabaseUser

UpdateDatabaseUser mocks base method

type MockDatabaseUserStoreMockRecorder

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

MockDatabaseUserStoreMockRecorder is the mock recorder for MockDatabaseUserStore

func (*MockDatabaseUserStoreMockRecorder) CreateDatabaseUser

func (mr *MockDatabaseUserStoreMockRecorder) CreateDatabaseUser(arg0 interface{}) *gomock.Call

CreateDatabaseUser indicates an expected call of CreateDatabaseUser

func (*MockDatabaseUserStoreMockRecorder) DatabaseUser

func (mr *MockDatabaseUserStoreMockRecorder) DatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DatabaseUser indicates an expected call of DatabaseUser

func (*MockDatabaseUserStoreMockRecorder) DeleteDatabaseUser

func (mr *MockDatabaseUserStoreMockRecorder) DeleteDatabaseUser(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteDatabaseUser indicates an expected call of DeleteDatabaseUser

func (*MockDatabaseUserStoreMockRecorder) UpdateDatabaseUser

func (mr *MockDatabaseUserStoreMockRecorder) UpdateDatabaseUser(arg0 interface{}) *gomock.Call

UpdateDatabaseUser indicates an expected call of UpdateDatabaseUser

type MockDatabaseUserUpdater

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

MockDatabaseUserUpdater is a mock of DatabaseUserUpdater interface

func NewMockDatabaseUserUpdater

func NewMockDatabaseUserUpdater(ctrl *gomock.Controller) *MockDatabaseUserUpdater

NewMockDatabaseUserUpdater creates a new mock instance

func (*MockDatabaseUserUpdater) EXPECT

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

func (*MockDatabaseUserUpdater) UpdateDatabaseUser

UpdateDatabaseUser mocks base method

type MockDatabaseUserUpdaterMockRecorder

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

MockDatabaseUserUpdaterMockRecorder is the mock recorder for MockDatabaseUserUpdater

func (*MockDatabaseUserUpdaterMockRecorder) UpdateDatabaseUser

func (mr *MockDatabaseUserUpdaterMockRecorder) UpdateDatabaseUser(arg0 interface{}) *gomock.Call

UpdateDatabaseUser indicates an expected call of UpdateDatabaseUser

type MockEventsStore added in v0.1.0

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

MockEventsStore is a mock of EventsStore interface

func NewMockEventsStore added in v0.1.0

func NewMockEventsStore(ctrl *gomock.Controller) *MockEventsStore

NewMockEventsStore creates a new mock instance

func (*MockEventsStore) EXPECT added in v0.1.0

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

func (*MockEventsStore) OrganizationEvents added in v0.1.0

func (m *MockEventsStore) OrganizationEvents(arg0 string, arg1 *mongodbatlas.EventListOptions) (*mongodbatlas.EventResponse, error)

OrganizationEvents mocks base method

func (*MockEventsStore) ProjectEvents added in v0.1.0

ProjectEvents mocks base method

type MockEventsStoreMockRecorder added in v0.1.0

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

MockEventsStoreMockRecorder is the mock recorder for MockEventsStore

func (*MockEventsStoreMockRecorder) OrganizationEvents added in v0.1.0

func (mr *MockEventsStoreMockRecorder) OrganizationEvents(arg0, arg1 interface{}) *gomock.Call

OrganizationEvents indicates an expected call of OrganizationEvents

func (*MockEventsStoreMockRecorder) ProjectEvents added in v0.1.0

func (mr *MockEventsStoreMockRecorder) ProjectEvents(arg0, arg1 interface{}) *gomock.Call

ProjectEvents indicates an expected call of ProjectEvents

type MockGlobalAlertLister added in v0.1.0

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

MockGlobalAlertLister is a mock of GlobalAlertLister interface

func NewMockGlobalAlertLister added in v0.1.0

func NewMockGlobalAlertLister(ctrl *gomock.Controller) *MockGlobalAlertLister

NewMockGlobalAlertLister creates a new mock instance

func (*MockGlobalAlertLister) EXPECT added in v0.1.0

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

func (*MockGlobalAlertLister) GlobalAlerts added in v0.1.0

GlobalAlerts mocks base method

type MockGlobalAlertListerMockRecorder added in v0.1.0

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

MockGlobalAlertListerMockRecorder is the mock recorder for MockGlobalAlertLister

func (*MockGlobalAlertListerMockRecorder) GlobalAlerts added in v0.1.0

func (mr *MockGlobalAlertListerMockRecorder) GlobalAlerts(arg0 interface{}) *gomock.Call

GlobalAlerts indicates an expected call of GlobalAlerts

type MockGlobalAlertsStore added in v0.1.0

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

MockGlobalAlertsStore is a mock of GlobalAlertsStore interface

func NewMockGlobalAlertsStore added in v0.1.0

func NewMockGlobalAlertsStore(ctrl *gomock.Controller) *MockGlobalAlertsStore

NewMockGlobalAlertsStore creates a new mock instance

func (*MockGlobalAlertsStore) EXPECT added in v0.1.0

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

func (*MockGlobalAlertsStore) GlobalAlerts added in v0.1.0

GlobalAlerts mocks base method

type MockGlobalAlertsStoreMockRecorder added in v0.1.0

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

MockGlobalAlertsStoreMockRecorder is the mock recorder for MockGlobalAlertsStore

func (*MockGlobalAlertsStoreMockRecorder) GlobalAlerts added in v0.1.0

func (mr *MockGlobalAlertsStoreMockRecorder) GlobalAlerts(arg0 interface{}) *gomock.Call

GlobalAlerts indicates an expected call of GlobalAlerts

type MockMatcherFieldsLister added in v0.1.0

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

MockMatcherFieldsLister is a mock of MatcherFieldsLister interface

func NewMockMatcherFieldsLister added in v0.1.0

func NewMockMatcherFieldsLister(ctrl *gomock.Controller) *MockMatcherFieldsLister

NewMockMatcherFieldsLister creates a new mock instance

func (*MockMatcherFieldsLister) EXPECT added in v0.1.0

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

func (*MockMatcherFieldsLister) MatcherFields added in v0.1.0

func (m *MockMatcherFieldsLister) MatcherFields() ([]string, error)

MatcherFields mocks base method

type MockMatcherFieldsListerMockRecorder added in v0.1.0

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

MockMatcherFieldsListerMockRecorder is the mock recorder for MockMatcherFieldsLister

func (*MockMatcherFieldsListerMockRecorder) MatcherFields added in v0.1.0

func (mr *MockMatcherFieldsListerMockRecorder) MatcherFields() *gomock.Call

MatcherFields indicates an expected call of MatcherFields

type MockOrgProjectLister

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

MockOrgProjectLister is a mock of OrgProjectLister interface

func NewMockOrgProjectLister

func NewMockOrgProjectLister(ctrl *gomock.Controller) *MockOrgProjectLister

NewMockOrgProjectLister creates a new mock instance

func (*MockOrgProjectLister) EXPECT

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

func (*MockOrgProjectLister) GetOrgProjects

func (m *MockOrgProjectLister) GetOrgProjects(arg0 string) (interface{}, error)

GetOrgProjects mocks base method

type MockOrgProjectListerMockRecorder

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

MockOrgProjectListerMockRecorder is the mock recorder for MockOrgProjectLister

func (*MockOrgProjectListerMockRecorder) GetOrgProjects

func (mr *MockOrgProjectListerMockRecorder) GetOrgProjects(arg0 interface{}) *gomock.Call

GetOrgProjects indicates an expected call of GetOrgProjects

type MockOrganizationCreator

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

MockOrganizationCreator is a mock of OrganizationCreator interface

func NewMockOrganizationCreator

func NewMockOrganizationCreator(ctrl *gomock.Controller) *MockOrganizationCreator

NewMockOrganizationCreator creates a new mock instance

func (*MockOrganizationCreator) CreateOrganization

func (m *MockOrganizationCreator) CreateOrganization(arg0 string) (interface{}, error)

CreateOrganization mocks base method

func (*MockOrganizationCreator) EXPECT

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

type MockOrganizationCreatorMockRecorder

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

MockOrganizationCreatorMockRecorder is the mock recorder for MockOrganizationCreator

func (*MockOrganizationCreatorMockRecorder) CreateOrganization

func (mr *MockOrganizationCreatorMockRecorder) CreateOrganization(arg0 interface{}) *gomock.Call

CreateOrganization indicates an expected call of CreateOrganization

type MockOrganizationDeleter

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

MockOrganizationDeleter is a mock of OrganizationDeleter interface

func NewMockOrganizationDeleter

func NewMockOrganizationDeleter(ctrl *gomock.Controller) *MockOrganizationDeleter

NewMockOrganizationDeleter creates a new mock instance

func (*MockOrganizationDeleter) DeleteOrganization

func (m *MockOrganizationDeleter) DeleteOrganization(arg0 string) error

DeleteOrganization mocks base method

func (*MockOrganizationDeleter) EXPECT

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

type MockOrganizationDeleterMockRecorder

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

MockOrganizationDeleterMockRecorder is the mock recorder for MockOrganizationDeleter

func (*MockOrganizationDeleterMockRecorder) DeleteOrganization

func (mr *MockOrganizationDeleterMockRecorder) DeleteOrganization(arg0 interface{}) *gomock.Call

DeleteOrganization indicates an expected call of DeleteOrganization

type MockOrganizationEventLister added in v0.1.0

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

MockOrganizationEventLister is a mock of OrganizationEventLister interface

func NewMockOrganizationEventLister added in v0.1.0

func NewMockOrganizationEventLister(ctrl *gomock.Controller) *MockOrganizationEventLister

NewMockOrganizationEventLister creates a new mock instance

func (*MockOrganizationEventLister) EXPECT added in v0.1.0

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

func (*MockOrganizationEventLister) OrganizationEvents added in v0.1.0

OrganizationEvents mocks base method

type MockOrganizationEventListerMockRecorder added in v0.1.0

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

MockOrganizationEventListerMockRecorder is the mock recorder for MockOrganizationEventLister

func (*MockOrganizationEventListerMockRecorder) OrganizationEvents added in v0.1.0

func (mr *MockOrganizationEventListerMockRecorder) OrganizationEvents(arg0, arg1 interface{}) *gomock.Call

OrganizationEvents indicates an expected call of OrganizationEvents

type MockOrganizationLister

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

MockOrganizationLister is a mock of OrganizationLister interface

func NewMockOrganizationLister

func NewMockOrganizationLister(ctrl *gomock.Controller) *MockOrganizationLister

NewMockOrganizationLister creates a new mock instance

func (*MockOrganizationLister) EXPECT

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

func (*MockOrganizationLister) GetAllOrganizations

func (m *MockOrganizationLister) GetAllOrganizations() (interface{}, error)

GetAllOrganizations mocks base method

type MockOrganizationListerMockRecorder

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

MockOrganizationListerMockRecorder is the mock recorder for MockOrganizationLister

func (*MockOrganizationListerMockRecorder) GetAllOrganizations

func (mr *MockOrganizationListerMockRecorder) GetAllOrganizations() *gomock.Call

GetAllOrganizations indicates an expected call of GetAllOrganizations

type MockOrganizationStore

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

MockOrganizationStore is a mock of OrganizationStore interface

func NewMockOrganizationStore

func NewMockOrganizationStore(ctrl *gomock.Controller) *MockOrganizationStore

NewMockOrganizationStore creates a new mock instance

func (*MockOrganizationStore) CreateOrganization

func (m *MockOrganizationStore) CreateOrganization(arg0 string) (interface{}, error)

CreateOrganization mocks base method

func (*MockOrganizationStore) DeleteOrganization

func (m *MockOrganizationStore) DeleteOrganization(arg0 string) error

DeleteOrganization mocks base method

func (*MockOrganizationStore) EXPECT

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

func (*MockOrganizationStore) GetAllOrganizations

func (m *MockOrganizationStore) GetAllOrganizations() (interface{}, error)

GetAllOrganizations mocks base method

type MockOrganizationStoreMockRecorder

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

MockOrganizationStoreMockRecorder is the mock recorder for MockOrganizationStore

func (*MockOrganizationStoreMockRecorder) CreateOrganization

func (mr *MockOrganizationStoreMockRecorder) CreateOrganization(arg0 interface{}) *gomock.Call

CreateOrganization indicates an expected call of CreateOrganization

func (*MockOrganizationStoreMockRecorder) DeleteOrganization

func (mr *MockOrganizationStoreMockRecorder) DeleteOrganization(arg0 interface{}) *gomock.Call

DeleteOrganization indicates an expected call of DeleteOrganization

func (*MockOrganizationStoreMockRecorder) GetAllOrganizations

func (mr *MockOrganizationStoreMockRecorder) GetAllOrganizations() *gomock.Call

GetAllOrganizations indicates an expected call of GetAllOrganizations

type MockOwnerCreator

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

MockOwnerCreator is a mock of OwnerCreator interface

func NewMockOwnerCreator

func NewMockOwnerCreator(ctrl *gomock.Controller) *MockOwnerCreator

NewMockOwnerCreator creates a new mock instance

func (*MockOwnerCreator) CreateOwner

func (m *MockOwnerCreator) CreateOwner(arg0 *opsmngr.User, arg1 []string) (*opsmngr.CreateUserResponse, error)

CreateOwner mocks base method

func (*MockOwnerCreator) EXPECT

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

type MockOwnerCreatorMockRecorder

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

MockOwnerCreatorMockRecorder is the mock recorder for MockOwnerCreator

func (*MockOwnerCreatorMockRecorder) CreateOwner

func (mr *MockOwnerCreatorMockRecorder) CreateOwner(arg0, arg1 interface{}) *gomock.Call

CreateOwner indicates an expected call of CreateOwner

type MockProjectCreator

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

MockProjectCreator is a mock of ProjectCreator interface

func NewMockProjectCreator

func NewMockProjectCreator(ctrl *gomock.Controller) *MockProjectCreator

NewMockProjectCreator creates a new mock instance

func (*MockProjectCreator) CreateProject

func (m *MockProjectCreator) CreateProject(arg0, arg1 string) (interface{}, error)

CreateProject mocks base method

func (*MockProjectCreator) EXPECT

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

type MockProjectCreatorMockRecorder

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

MockProjectCreatorMockRecorder is the mock recorder for MockProjectCreator

func (*MockProjectCreatorMockRecorder) CreateProject

func (mr *MockProjectCreatorMockRecorder) CreateProject(arg0, arg1 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject

type MockProjectDeleter

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

MockProjectDeleter is a mock of ProjectDeleter interface

func NewMockProjectDeleter

func NewMockProjectDeleter(ctrl *gomock.Controller) *MockProjectDeleter

NewMockProjectDeleter creates a new mock instance

func (*MockProjectDeleter) DeleteProject

func (m *MockProjectDeleter) DeleteProject(arg0 string) error

DeleteProject mocks base method

func (*MockProjectDeleter) EXPECT

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

type MockProjectDeleterMockRecorder

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

MockProjectDeleterMockRecorder is the mock recorder for MockProjectDeleter

func (*MockProjectDeleterMockRecorder) DeleteProject

func (mr *MockProjectDeleterMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject

type MockProjectEventLister added in v0.1.0

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

MockProjectEventLister is a mock of ProjectEventLister interface

func NewMockProjectEventLister added in v0.1.0

func NewMockProjectEventLister(ctrl *gomock.Controller) *MockProjectEventLister

NewMockProjectEventLister creates a new mock instance

func (*MockProjectEventLister) EXPECT added in v0.1.0

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

func (*MockProjectEventLister) ProjectEvents added in v0.1.0

ProjectEvents mocks base method

type MockProjectEventListerMockRecorder added in v0.1.0

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

MockProjectEventListerMockRecorder is the mock recorder for MockProjectEventLister

func (*MockProjectEventListerMockRecorder) ProjectEvents added in v0.1.0

func (mr *MockProjectEventListerMockRecorder) ProjectEvents(arg0, arg1 interface{}) *gomock.Call

ProjectEvents indicates an expected call of ProjectEvents

type MockProjectIPWhitelistCreator

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

MockProjectIPWhitelistCreator is a mock of ProjectIPWhitelistCreator interface

func NewMockProjectIPWhitelistCreator

func NewMockProjectIPWhitelistCreator(ctrl *gomock.Controller) *MockProjectIPWhitelistCreator

NewMockProjectIPWhitelistCreator creates a new mock instance

func (*MockProjectIPWhitelistCreator) CreateProjectIPWhitelist

CreateProjectIPWhitelist mocks base method

func (*MockProjectIPWhitelistCreator) EXPECT

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

type MockProjectIPWhitelistCreatorMockRecorder

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

MockProjectIPWhitelistCreatorMockRecorder is the mock recorder for MockProjectIPWhitelistCreator

func (*MockProjectIPWhitelistCreatorMockRecorder) CreateProjectIPWhitelist

func (mr *MockProjectIPWhitelistCreatorMockRecorder) CreateProjectIPWhitelist(arg0 interface{}) *gomock.Call

CreateProjectIPWhitelist indicates an expected call of CreateProjectIPWhitelist

type MockProjectIPWhitelistDeleter

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

MockProjectIPWhitelistDeleter is a mock of ProjectIPWhitelistDeleter interface

func NewMockProjectIPWhitelistDeleter

func NewMockProjectIPWhitelistDeleter(ctrl *gomock.Controller) *MockProjectIPWhitelistDeleter

NewMockProjectIPWhitelistDeleter creates a new mock instance

func (*MockProjectIPWhitelistDeleter) DeleteProjectIPWhitelist

func (m *MockProjectIPWhitelistDeleter) DeleteProjectIPWhitelist(arg0, arg1 string) error

DeleteProjectIPWhitelist mocks base method

func (*MockProjectIPWhitelistDeleter) EXPECT

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

type MockProjectIPWhitelistDeleterMockRecorder

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

MockProjectIPWhitelistDeleterMockRecorder is the mock recorder for MockProjectIPWhitelistDeleter

func (*MockProjectIPWhitelistDeleterMockRecorder) DeleteProjectIPWhitelist

func (mr *MockProjectIPWhitelistDeleterMockRecorder) DeleteProjectIPWhitelist(arg0, arg1 interface{}) *gomock.Call

DeleteProjectIPWhitelist indicates an expected call of DeleteProjectIPWhitelist

type MockProjectIPWhitelistDescriber

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

MockProjectIPWhitelistDescriber is a mock of ProjectIPWhitelistDescriber interface

func NewMockProjectIPWhitelistDescriber

func NewMockProjectIPWhitelistDescriber(ctrl *gomock.Controller) *MockProjectIPWhitelistDescriber

NewMockProjectIPWhitelistDescriber creates a new mock instance

func (*MockProjectIPWhitelistDescriber) EXPECT

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

func (*MockProjectIPWhitelistDescriber) IPWhitelist

IPWhitelist mocks base method

type MockProjectIPWhitelistDescriberMockRecorder

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

MockProjectIPWhitelistDescriberMockRecorder is the mock recorder for MockProjectIPWhitelistDescriber

func (*MockProjectIPWhitelistDescriberMockRecorder) IPWhitelist

func (mr *MockProjectIPWhitelistDescriberMockRecorder) IPWhitelist(arg0, arg1 interface{}) *gomock.Call

IPWhitelist indicates an expected call of IPWhitelist

type MockProjectIPWhitelistLister

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

MockProjectIPWhitelistLister is a mock of ProjectIPWhitelistLister interface

func NewMockProjectIPWhitelistLister

func NewMockProjectIPWhitelistLister(ctrl *gomock.Controller) *MockProjectIPWhitelistLister

NewMockProjectIPWhitelistLister creates a new mock instance

func (*MockProjectIPWhitelistLister) EXPECT

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

func (*MockProjectIPWhitelistLister) ProjectIPWhitelists

ProjectIPWhitelists mocks base method

type MockProjectIPWhitelistListerMockRecorder

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

MockProjectIPWhitelistListerMockRecorder is the mock recorder for MockProjectIPWhitelistLister

func (*MockProjectIPWhitelistListerMockRecorder) ProjectIPWhitelists

func (mr *MockProjectIPWhitelistListerMockRecorder) ProjectIPWhitelists(arg0, arg1 interface{}) *gomock.Call

ProjectIPWhitelists indicates an expected call of ProjectIPWhitelists

type MockProjectIPWhitelistStore

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

MockProjectIPWhitelistStore is a mock of ProjectIPWhitelistStore interface

func NewMockProjectIPWhitelistStore

func NewMockProjectIPWhitelistStore(ctrl *gomock.Controller) *MockProjectIPWhitelistStore

NewMockProjectIPWhitelistStore creates a new mock instance

func (*MockProjectIPWhitelistStore) CreateProjectIPWhitelist

CreateProjectIPWhitelist mocks base method

func (*MockProjectIPWhitelistStore) DeleteProjectIPWhitelist

func (m *MockProjectIPWhitelistStore) DeleteProjectIPWhitelist(arg0, arg1 string) error

DeleteProjectIPWhitelist mocks base method

func (*MockProjectIPWhitelistStore) EXPECT

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

func (*MockProjectIPWhitelistStore) ProjectIPWhitelists

ProjectIPWhitelists mocks base method

type MockProjectIPWhitelistStoreMockRecorder

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

MockProjectIPWhitelistStoreMockRecorder is the mock recorder for MockProjectIPWhitelistStore

func (*MockProjectIPWhitelistStoreMockRecorder) CreateProjectIPWhitelist

func (mr *MockProjectIPWhitelistStoreMockRecorder) CreateProjectIPWhitelist(arg0 interface{}) *gomock.Call

CreateProjectIPWhitelist indicates an expected call of CreateProjectIPWhitelist

func (*MockProjectIPWhitelistStoreMockRecorder) DeleteProjectIPWhitelist

func (mr *MockProjectIPWhitelistStoreMockRecorder) DeleteProjectIPWhitelist(arg0, arg1 interface{}) *gomock.Call

DeleteProjectIPWhitelist indicates an expected call of DeleteProjectIPWhitelist

func (*MockProjectIPWhitelistStoreMockRecorder) ProjectIPWhitelists

func (mr *MockProjectIPWhitelistStoreMockRecorder) ProjectIPWhitelists(arg0, arg1 interface{}) *gomock.Call

ProjectIPWhitelists indicates an expected call of ProjectIPWhitelists

type MockProjectLister

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

MockProjectLister is a mock of ProjectLister interface

func NewMockProjectLister

func NewMockProjectLister(ctrl *gomock.Controller) *MockProjectLister

NewMockProjectLister creates a new mock instance

func (*MockProjectLister) EXPECT

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

func (*MockProjectLister) GetAllProjects

func (m *MockProjectLister) GetAllProjects() (interface{}, error)

GetAllProjects mocks base method

func (*MockProjectLister) GetOrgProjects

func (m *MockProjectLister) GetOrgProjects(arg0 string) (interface{}, error)

GetOrgProjects mocks base method

type MockProjectListerMockRecorder

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

MockProjectListerMockRecorder is the mock recorder for MockProjectLister

func (*MockProjectListerMockRecorder) GetAllProjects

func (mr *MockProjectListerMockRecorder) GetAllProjects() *gomock.Call

GetAllProjects indicates an expected call of GetAllProjects

func (*MockProjectListerMockRecorder) GetOrgProjects

func (mr *MockProjectListerMockRecorder) GetOrgProjects(arg0 interface{}) *gomock.Call

GetOrgProjects indicates an expected call of GetOrgProjects

type MockProjectStore

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

MockProjectStore is a mock of ProjectStore interface

func NewMockProjectStore

func NewMockProjectStore(ctrl *gomock.Controller) *MockProjectStore

NewMockProjectStore creates a new mock instance

func (*MockProjectStore) CreateProject

func (m *MockProjectStore) CreateProject(arg0, arg1 string) (interface{}, error)

CreateProject mocks base method

func (*MockProjectStore) DeleteProject

func (m *MockProjectStore) DeleteProject(arg0 string) error

DeleteProject mocks base method

func (*MockProjectStore) EXPECT

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

func (*MockProjectStore) GetAllProjects

func (m *MockProjectStore) GetAllProjects() (interface{}, error)

GetAllProjects mocks base method

func (*MockProjectStore) GetOrgProjects

func (m *MockProjectStore) GetOrgProjects(arg0 string) (interface{}, error)

GetOrgProjects mocks base method

type MockProjectStoreMockRecorder

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

MockProjectStoreMockRecorder is the mock recorder for MockProjectStore

func (*MockProjectStoreMockRecorder) CreateProject

func (mr *MockProjectStoreMockRecorder) CreateProject(arg0, arg1 interface{}) *gomock.Call

CreateProject indicates an expected call of CreateProject

func (*MockProjectStoreMockRecorder) DeleteProject

func (mr *MockProjectStoreMockRecorder) DeleteProject(arg0 interface{}) *gomock.Call

DeleteProject indicates an expected call of DeleteProject

func (*MockProjectStoreMockRecorder) GetAllProjects

func (mr *MockProjectStoreMockRecorder) GetAllProjects() *gomock.Call

GetAllProjects indicates an expected call of GetAllProjects

func (*MockProjectStoreMockRecorder) GetOrgProjects

func (mr *MockProjectStoreMockRecorder) GetOrgProjects(arg0 interface{}) *gomock.Call

GetOrgProjects indicates an expected call of GetOrgProjects

type MockSnapshotDescriber added in v0.0.4

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

MockSnapshotDescriber is a mock of SnapshotDescriber interface

func NewMockSnapshotDescriber added in v0.0.4

func NewMockSnapshotDescriber(ctrl *gomock.Controller) *MockSnapshotDescriber

NewMockSnapshotDescriber creates a new mock instance

func (*MockSnapshotDescriber) ContinuousSnapshot added in v0.0.4

func (m *MockSnapshotDescriber) ContinuousSnapshot(arg0, arg1, arg2 string) (*mongodbatlas.ContinuousSnapshot, error)

ContinuousSnapshot mocks base method

func (*MockSnapshotDescriber) EXPECT added in v0.0.4

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

type MockSnapshotDescriberMockRecorder added in v0.0.4

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

MockSnapshotDescriberMockRecorder is the mock recorder for MockSnapshotDescriber

func (*MockSnapshotDescriberMockRecorder) ContinuousSnapshot added in v0.0.4

func (mr *MockSnapshotDescriberMockRecorder) ContinuousSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousSnapshot indicates an expected call of ContinuousSnapshot

type MockSnapshotsLister added in v0.0.4

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

MockSnapshotsLister is a mock of SnapshotsLister interface

func NewMockSnapshotsLister added in v0.0.4

func NewMockSnapshotsLister(ctrl *gomock.Controller) *MockSnapshotsLister

NewMockSnapshotsLister creates a new mock instance

func (*MockSnapshotsLister) ContinuousSnapshots added in v0.0.4

func (m *MockSnapshotsLister) ContinuousSnapshots(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.ContinuousSnapshots, error)

ContinuousSnapshots mocks base method

func (*MockSnapshotsLister) EXPECT added in v0.0.4

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

type MockSnapshotsListerMockRecorder added in v0.0.4

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

MockSnapshotsListerMockRecorder is the mock recorder for MockSnapshotsLister

func (*MockSnapshotsListerMockRecorder) ContinuousSnapshots added in v0.0.4

func (mr *MockSnapshotsListerMockRecorder) ContinuousSnapshots(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousSnapshots indicates an expected call of ContinuousSnapshots

type MockSnapshotsStore added in v0.0.4

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

MockSnapshotsStore is a mock of SnapshotsStore interface

func NewMockSnapshotsStore added in v0.0.4

func NewMockSnapshotsStore(ctrl *gomock.Controller) *MockSnapshotsStore

NewMockSnapshotsStore creates a new mock instance

func (*MockSnapshotsStore) ContinuousSnapshot added in v0.0.4

func (m *MockSnapshotsStore) ContinuousSnapshot(arg0, arg1, arg2 string) (*mongodbatlas.ContinuousSnapshot, error)

ContinuousSnapshot mocks base method

func (*MockSnapshotsStore) ContinuousSnapshots added in v0.0.4

func (m *MockSnapshotsStore) ContinuousSnapshots(arg0, arg1 string, arg2 *mongodbatlas.ListOptions) (*mongodbatlas.ContinuousSnapshots, error)

ContinuousSnapshots mocks base method

func (*MockSnapshotsStore) EXPECT added in v0.0.4

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

type MockSnapshotsStoreMockRecorder added in v0.0.4

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

MockSnapshotsStoreMockRecorder is the mock recorder for MockSnapshotsStore

func (*MockSnapshotsStoreMockRecorder) ContinuousSnapshot added in v0.0.4

func (mr *MockSnapshotsStoreMockRecorder) ContinuousSnapshot(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousSnapshot indicates an expected call of ContinuousSnapshot

func (*MockSnapshotsStoreMockRecorder) ContinuousSnapshots added in v0.0.4

func (mr *MockSnapshotsStoreMockRecorder) ContinuousSnapshots(arg0, arg1, arg2 interface{}) *gomock.Call

ContinuousSnapshots indicates an expected call of ContinuousSnapshots

Jump to

Keyboard shortcuts

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