Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockDisksClient
- type MockDisksClientMockRecorder
- type MockGroupsClient
- type MockGroupsClientMockRecorder
- type MockKeyClient
- type MockKeyClientMockRecorder
- type MockMySQLConfigurationClient
- type MockMySQLConfigurationClientMockRecorder
- type MockMySQLServerClient
- type MockMySQLServerClientMockRecorder
- type MockPostgresqlConfigurationClient
- type MockPostgresqlConfigurationClientMockRecorder
- type MockPostgresqlServerClient
- type MockPostgresqlServerClientMockRecorder
- type MockSqlDatabaseClient
- type MockSqlDatabaseClientMockRecorder
- type MockSqlServerClient
- type MockSqlServerClientMockRecorder
- type MockStorageAccountClient
- type MockStorageAccountClientMockRecorder
- type MockStorageContainerClient
- type MockStorageContainerClientMockRecorder
- type MockVaultClient
- type MockVaultClientMockRecorder
- type MockVirtualNetworksClient
- type MockVirtualNetworksClientMockRecorder
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 ¶
func (m *MockDisksClient) EXPECT() *MockDisksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDisksClient) List ¶
func (m *MockDisksClient) List(arg0 context.Context) (compute.DiskListPage, error)
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 ¶
func (m *MockGroupsClient) EXPECT() *MockGroupsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGroupsClient) List ¶
func (m *MockGroupsClient) List(arg0 context.Context, arg1 string, arg2 *int32) (resources.GroupListResultPage, error)
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 ¶
func (m *MockKeyClient) EXPECT() *MockKeyClientMockRecorder
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 ¶
func (m *MockMySQLConfigurationClient) EXPECT() *MockMySQLConfigurationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMySQLConfigurationClient) ListByServer ¶
func (m *MockMySQLConfigurationClient) ListByServer(arg0 context.Context, arg1, arg2 string) (mysql.ConfigurationListResult, error)
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 ¶
func (m *MockMySQLServerClient) EXPECT() *MockMySQLServerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMySQLServerClient) List ¶
func (m *MockMySQLServerClient) List(arg0 context.Context) (mysql.ServerListResult, error)
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 ¶
func (m *MockPostgresqlConfigurationClient) EXPECT() *MockPostgresqlConfigurationClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPostgresqlConfigurationClient) ListByServer ¶
func (m *MockPostgresqlConfigurationClient) ListByServer(arg0 context.Context, arg1, arg2 string) (postgresql.ConfigurationListResult, error)
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 ¶
func (m *MockPostgresqlServerClient) EXPECT() *MockPostgresqlServerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPostgresqlServerClient) List ¶
func (m *MockPostgresqlServerClient) List(arg0 context.Context) (postgresql.ServerListResult, error)
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 ¶
func (m *MockSqlDatabaseClient) EXPECT() *MockSqlDatabaseClientMockRecorder
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 ¶
func (m *MockSqlServerClient) EXPECT() *MockSqlServerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSqlServerClient) List ¶
func (m *MockSqlServerClient) List(arg0 context.Context) (sql.ServerListResult, error)
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 ¶
func (m *MockStorageAccountClient) EXPECT() *MockStorageAccountClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStorageAccountClient) List ¶
func (m *MockStorageAccountClient) List(arg0 context.Context) (storage.AccountListResultPage, error)
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 ¶
func (m *MockStorageContainerClient) EXPECT() *MockStorageContainerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStorageContainerClient) List ¶
func (m *MockStorageContainerClient) List(arg0 context.Context, arg1, arg2, arg3, arg4 string, arg5 storage.ListContainersInclude) (storage.ListContainerItemsPage, error)
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 ¶
func (m *MockVaultClient) EXPECT() *MockVaultClientMockRecorder
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 ¶
func (m *MockVirtualNetworksClient) EXPECT() *MockVirtualNetworksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVirtualNetworksClient) ListAll ¶
func (m *MockVirtualNetworksClient) ListAll(arg0 context.Context) (network.VirtualNetworkListResultPage, error)
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.