mocks

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDisksClient

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

MockDisksClient is a mock of DisksClient interface.

func NewMockDisksClient

func NewMockDisksClient(ctrl *gomock.Controller) *MockDisksClient

NewMockDisksClient creates a new mock instance.

func (*MockDisksClient) EXPECT

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

func (*MockDisksClient) List

List mocks base method.

type MockDisksClientMockRecorder

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

MockDisksClientMockRecorder is the mock recorder for MockDisksClient.

func (*MockDisksClientMockRecorder) List

func (mr *MockDisksClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockGroupsClient

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

MockGroupsClient is a mock of GroupsClient interface.

func NewMockGroupsClient

func NewMockGroupsClient(ctrl *gomock.Controller) *MockGroupsClient

NewMockGroupsClient creates a new mock instance.

func (*MockGroupsClient) EXPECT

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

func (*MockGroupsClient) List

List mocks base method.

type MockGroupsClientMockRecorder

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

MockGroupsClientMockRecorder is the mock recorder for MockGroupsClient.

func (*MockGroupsClientMockRecorder) List

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

List indicates an expected call of List.

type MockKeyClient

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

MockKeyClient is a mock of KeyClient interface.

func NewMockKeyClient

func NewMockKeyClient(ctrl *gomock.Controller) *MockKeyClient

NewMockKeyClient creates a new mock instance.

func (*MockKeyClient) EXPECT

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

func (*MockKeyClient) List

func (m *MockKeyClient) List(arg0 context.Context, arg1, arg2 string) (keyvault.KeyListResultPage, error)

List mocks base method.

type MockKeyClientMockRecorder

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

MockKeyClientMockRecorder is the mock recorder for MockKeyClient.

func (*MockKeyClientMockRecorder) List

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

List indicates an expected call of List.

type MockMySQLConfigurationClient

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

MockMySQLConfigurationClient is a mock of MySQLConfigurationClient interface.

func NewMockMySQLConfigurationClient

func NewMockMySQLConfigurationClient(ctrl *gomock.Controller) *MockMySQLConfigurationClient

NewMockMySQLConfigurationClient creates a new mock instance.

func (*MockMySQLConfigurationClient) EXPECT

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

func (*MockMySQLConfigurationClient) ListByServer

ListByServer mocks base method.

type MockMySQLConfigurationClientMockRecorder

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

MockMySQLConfigurationClientMockRecorder is the mock recorder for MockMySQLConfigurationClient.

func (*MockMySQLConfigurationClientMockRecorder) ListByServer

func (mr *MockMySQLConfigurationClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockMySQLServerClient

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

MockMySQLServerClient is a mock of MySQLServerClient interface.

func NewMockMySQLServerClient

func NewMockMySQLServerClient(ctrl *gomock.Controller) *MockMySQLServerClient

NewMockMySQLServerClient creates a new mock instance.

func (*MockMySQLServerClient) EXPECT

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

func (*MockMySQLServerClient) List

List mocks base method.

type MockMySQLServerClientMockRecorder

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

MockMySQLServerClientMockRecorder is the mock recorder for MockMySQLServerClient.

func (*MockMySQLServerClientMockRecorder) List

func (mr *MockMySQLServerClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockPostgresqlConfigurationClient

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

MockPostgresqlConfigurationClient is a mock of PostgresqlConfigurationClient interface.

func NewMockPostgresqlConfigurationClient

func NewMockPostgresqlConfigurationClient(ctrl *gomock.Controller) *MockPostgresqlConfigurationClient

NewMockPostgresqlConfigurationClient creates a new mock instance.

func (*MockPostgresqlConfigurationClient) EXPECT

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

func (*MockPostgresqlConfigurationClient) ListByServer

ListByServer mocks base method.

type MockPostgresqlConfigurationClientMockRecorder

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

MockPostgresqlConfigurationClientMockRecorder is the mock recorder for MockPostgresqlConfigurationClient.

func (*MockPostgresqlConfigurationClientMockRecorder) ListByServer

func (mr *MockPostgresqlConfigurationClientMockRecorder) ListByServer(arg0, arg1, arg2 interface{}) *gomock.Call

ListByServer indicates an expected call of ListByServer.

type MockPostgresqlServerClient

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

MockPostgresqlServerClient is a mock of PostgresqlServerClient interface.

func NewMockPostgresqlServerClient

func NewMockPostgresqlServerClient(ctrl *gomock.Controller) *MockPostgresqlServerClient

NewMockPostgresqlServerClient creates a new mock instance.

func (*MockPostgresqlServerClient) EXPECT

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

func (*MockPostgresqlServerClient) List

List mocks base method.

type MockPostgresqlServerClientMockRecorder

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

MockPostgresqlServerClientMockRecorder is the mock recorder for MockPostgresqlServerClient.

func (*MockPostgresqlServerClientMockRecorder) List

func (mr *MockPostgresqlServerClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSqlDatabaseClient

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

MockSqlDatabaseClient is a mock of SqlDatabaseClient interface.

func NewMockSqlDatabaseClient

func NewMockSqlDatabaseClient(ctrl *gomock.Controller) *MockSqlDatabaseClient

NewMockSqlDatabaseClient creates a new mock instance.

func (*MockSqlDatabaseClient) EXPECT

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

func (*MockSqlDatabaseClient) ListByServer

func (m *MockSqlDatabaseClient) ListByServer(arg0 context.Context, arg1, arg2, arg3, arg4 string) (sql.DatabaseListResult, error)

ListByServer mocks base method.

type MockSqlDatabaseClientMockRecorder

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

MockSqlDatabaseClientMockRecorder is the mock recorder for MockSqlDatabaseClient.

func (*MockSqlDatabaseClientMockRecorder) ListByServer

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

ListByServer indicates an expected call of ListByServer.

type MockSqlServerClient

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

MockSqlServerClient is a mock of SqlServerClient interface.

func NewMockSqlServerClient

func NewMockSqlServerClient(ctrl *gomock.Controller) *MockSqlServerClient

NewMockSqlServerClient creates a new mock instance.

func (*MockSqlServerClient) EXPECT

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

func (*MockSqlServerClient) List

List mocks base method.

type MockSqlServerClientMockRecorder

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

MockSqlServerClientMockRecorder is the mock recorder for MockSqlServerClient.

func (*MockSqlServerClientMockRecorder) List

func (mr *MockSqlServerClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockStorageAccountClient

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

MockStorageAccountClient is a mock of StorageAccountClient interface.

func NewMockStorageAccountClient

func NewMockStorageAccountClient(ctrl *gomock.Controller) *MockStorageAccountClient

NewMockStorageAccountClient creates a new mock instance.

func (*MockStorageAccountClient) EXPECT

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

func (*MockStorageAccountClient) List

List mocks base method.

type MockStorageAccountClientMockRecorder

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

MockStorageAccountClientMockRecorder is the mock recorder for MockStorageAccountClient.

func (*MockStorageAccountClientMockRecorder) List

func (mr *MockStorageAccountClientMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

type MockStorageContainerClient

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

MockStorageContainerClient is a mock of StorageContainerClient interface.

func NewMockStorageContainerClient

func NewMockStorageContainerClient(ctrl *gomock.Controller) *MockStorageContainerClient

NewMockStorageContainerClient creates a new mock instance.

func (*MockStorageContainerClient) EXPECT

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

func (*MockStorageContainerClient) List

List mocks base method.

type MockStorageContainerClientMockRecorder

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

MockStorageContainerClientMockRecorder is the mock recorder for MockStorageContainerClient.

func (*MockStorageContainerClientMockRecorder) List

func (mr *MockStorageContainerClientMockRecorder) List(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call

List indicates an expected call of List.

type MockVaultClient

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

MockVaultClient is a mock of VaultClient interface.

func NewMockVaultClient

func NewMockVaultClient(ctrl *gomock.Controller) *MockVaultClient

NewMockVaultClient creates a new mock instance.

func (*MockVaultClient) EXPECT

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

func (*MockVaultClient) ListBySubscription

func (m *MockVaultClient) ListBySubscription(arg0 context.Context, arg1 *int32) (keyvault.VaultListResultPage, error)

ListBySubscription mocks base method.

type MockVaultClientMockRecorder

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

MockVaultClientMockRecorder is the mock recorder for MockVaultClient.

func (*MockVaultClientMockRecorder) ListBySubscription

func (mr *MockVaultClientMockRecorder) ListBySubscription(arg0, arg1 interface{}) *gomock.Call

ListBySubscription indicates an expected call of ListBySubscription.

type MockVirtualNetworksClient

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

MockVirtualNetworksClient is a mock of VirtualNetworksClient interface.

func NewMockVirtualNetworksClient

func NewMockVirtualNetworksClient(ctrl *gomock.Controller) *MockVirtualNetworksClient

NewMockVirtualNetworksClient creates a new mock instance.

func (*MockVirtualNetworksClient) EXPECT

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

func (*MockVirtualNetworksClient) ListAll

ListAll mocks base method.

type MockVirtualNetworksClientMockRecorder

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

MockVirtualNetworksClientMockRecorder is the mock recorder for MockVirtualNetworksClient.

func (*MockVirtualNetworksClientMockRecorder) ListAll

func (mr *MockVirtualNetworksClientMockRecorder) ListAll(arg0 interface{}) *gomock.Call

ListAll indicates an expected call of ListAll.

Jump to

Keyboard shortcuts

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