Documentation ¶
Overview ¶
Package mock_features is a generated GoMock package.
Index ¶
- type MockClient
- type MockClientMockRecorder
- type MockDeploymentsClient
- func (m *MockDeploymentsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 features0.Deployment) error
- func (m *MockDeploymentsClient) CreateOrUpdateAtSubscriptionScopeAndWait(arg0 context.Context, arg1 string, arg2 features0.Deployment) error
- func (m *MockDeploymentsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
- func (m *MockDeploymentsClient) EXPECT() *MockDeploymentsClientMockRecorder
- func (m *MockDeploymentsClient) Get(arg0 context.Context, arg1, arg2 string) (features0.DeploymentExtended, error)
- func (m *MockDeploymentsClient) Wait(arg0 context.Context, arg1, arg2 string) error
- type MockDeploymentsClientMockRecorder
- func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAtSubscriptionScopeAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDeploymentsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDeploymentsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockDeploymentsClientMockRecorder) Wait(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockProvidersClient
- type MockProvidersClientMockRecorder
- type MockResourceGroupsClient
- func (m *MockResourceGroupsClient) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 features0.ResourceGroup) (features0.ResourceGroup, error)
- func (m *MockResourceGroupsClient) Delete(arg0 context.Context, arg1 string) (features0.ResourceGroupsDeleteFuture, error)
- func (m *MockResourceGroupsClient) DeleteAndWait(arg0 context.Context, arg1 string) error
- func (m *MockResourceGroupsClient) EXPECT() *MockResourceGroupsClientMockRecorder
- func (m *MockResourceGroupsClient) Get(arg0 context.Context, arg1 string) (features0.ResourceGroup, error)
- func (m *MockResourceGroupsClient) List(arg0 context.Context, arg1 string, arg2 *int32) ([]features0.ResourceGroup, error)
- type MockResourceGroupsClientMockRecorder
- func (mr *MockResourceGroupsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockResourceGroupsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockResourceGroupsClientMockRecorder) DeleteAndWait(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockResourceGroupsClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockResourceGroupsClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockResourcesClient
- func (m *MockResourcesClient) Client() autorest.Client
- func (m *MockResourcesClient) DeleteByID(arg0 context.Context, arg1, arg2 string) (features0.ResourcesDeleteByIDFuture, error)
- func (m *MockResourcesClient) EXPECT() *MockResourcesClientMockRecorder
- func (m *MockResourcesClient) GetByID(arg0 context.Context, arg1, arg2 string) (features0.GenericResource, error)
- func (m *MockResourcesClient) ListByResourceGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 *int32) ([]features0.GenericResourceExpanded, error)
- type MockResourcesClientMockRecorder
- func (mr *MockResourcesClientMockRecorder) Client() *gomock.Call
- func (mr *MockResourcesClientMockRecorder) DeleteByID(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockResourcesClientMockRecorder) GetByID(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockResourcesClientMockRecorder) ListByResourceGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface.
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) Get ¶
func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockClientMockRecorder) Register ¶
func (mr *MockClientMockRecorder) Register(arg0, arg1, arg2 interface{}) *gomock.Call
Register indicates an expected call of Register.
type MockDeploymentsClient ¶
type MockDeploymentsClient struct {
// contains filtered or unexported fields
}
MockDeploymentsClient is a mock of DeploymentsClient interface.
func NewMockDeploymentsClient ¶
func NewMockDeploymentsClient(ctrl *gomock.Controller) *MockDeploymentsClient
NewMockDeploymentsClient creates a new mock instance.
func (*MockDeploymentsClient) CreateOrUpdateAndWait ¶
func (m *MockDeploymentsClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 features0.Deployment) error
CreateOrUpdateAndWait mocks base method.
func (*MockDeploymentsClient) CreateOrUpdateAtSubscriptionScopeAndWait ¶
func (m *MockDeploymentsClient) CreateOrUpdateAtSubscriptionScopeAndWait(arg0 context.Context, arg1 string, arg2 features0.Deployment) error
CreateOrUpdateAtSubscriptionScopeAndWait mocks base method.
func (*MockDeploymentsClient) DeleteAndWait ¶
func (m *MockDeploymentsClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method.
func (*MockDeploymentsClient) EXPECT ¶
func (m *MockDeploymentsClient) EXPECT() *MockDeploymentsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDeploymentsClient) Get ¶
func (m *MockDeploymentsClient) Get(arg0 context.Context, arg1, arg2 string) (features0.DeploymentExtended, error)
Get mocks base method.
type MockDeploymentsClientMockRecorder ¶
type MockDeploymentsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDeploymentsClientMockRecorder is the mock recorder for MockDeploymentsClient.
func (*MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait.
func (*MockDeploymentsClientMockRecorder) CreateOrUpdateAtSubscriptionScopeAndWait ¶
func (mr *MockDeploymentsClientMockRecorder) CreateOrUpdateAtSubscriptionScopeAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
CreateOrUpdateAtSubscriptionScopeAndWait indicates an expected call of CreateOrUpdateAtSubscriptionScopeAndWait.
func (*MockDeploymentsClientMockRecorder) DeleteAndWait ¶
func (mr *MockDeploymentsClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockDeploymentsClientMockRecorder) Get ¶
func (mr *MockDeploymentsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockDeploymentsClientMockRecorder) Wait ¶
func (mr *MockDeploymentsClientMockRecorder) Wait(arg0, arg1, arg2 interface{}) *gomock.Call
Wait indicates an expected call of Wait.
type MockProvidersClient ¶
type MockProvidersClient struct {
// contains filtered or unexported fields
}
MockProvidersClient is a mock of ProvidersClient interface.
func NewMockProvidersClient ¶
func NewMockProvidersClient(ctrl *gomock.Controller) *MockProvidersClient
NewMockProvidersClient creates a new mock instance.
func (*MockProvidersClient) EXPECT ¶
func (m *MockProvidersClient) EXPECT() *MockProvidersClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockProvidersClientMockRecorder ¶
type MockProvidersClientMockRecorder struct {
// contains filtered or unexported fields
}
MockProvidersClientMockRecorder is the mock recorder for MockProvidersClient.
func (*MockProvidersClientMockRecorder) List ¶
func (mr *MockProvidersClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockProvidersClientMockRecorder) Register ¶
func (mr *MockProvidersClientMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call
Register indicates an expected call of Register.
type MockResourceGroupsClient ¶
type MockResourceGroupsClient struct {
// contains filtered or unexported fields
}
MockResourceGroupsClient is a mock of ResourceGroupsClient interface.
func NewMockResourceGroupsClient ¶
func NewMockResourceGroupsClient(ctrl *gomock.Controller) *MockResourceGroupsClient
NewMockResourceGroupsClient creates a new mock instance.
func (*MockResourceGroupsClient) CreateOrUpdate ¶
func (m *MockResourceGroupsClient) CreateOrUpdate(arg0 context.Context, arg1 string, arg2 features0.ResourceGroup) (features0.ResourceGroup, error)
CreateOrUpdate mocks base method.
func (*MockResourceGroupsClient) Delete ¶
func (m *MockResourceGroupsClient) Delete(arg0 context.Context, arg1 string) (features0.ResourceGroupsDeleteFuture, error)
Delete mocks base method.
func (*MockResourceGroupsClient) DeleteAndWait ¶
func (m *MockResourceGroupsClient) DeleteAndWait(arg0 context.Context, arg1 string) error
DeleteAndWait mocks base method.
func (*MockResourceGroupsClient) EXPECT ¶
func (m *MockResourceGroupsClient) EXPECT() *MockResourceGroupsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourceGroupsClient) Get ¶
func (m *MockResourceGroupsClient) Get(arg0 context.Context, arg1 string) (features0.ResourceGroup, error)
Get mocks base method.
func (*MockResourceGroupsClient) List ¶
func (m *MockResourceGroupsClient) List(arg0 context.Context, arg1 string, arg2 *int32) ([]features0.ResourceGroup, error)
List mocks base method.
type MockResourceGroupsClientMockRecorder ¶
type MockResourceGroupsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockResourceGroupsClientMockRecorder is the mock recorder for MockResourceGroupsClient.
func (*MockResourceGroupsClientMockRecorder) CreateOrUpdate ¶
func (mr *MockResourceGroupsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate.
func (*MockResourceGroupsClientMockRecorder) Delete ¶
func (mr *MockResourceGroupsClientMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockResourceGroupsClientMockRecorder) DeleteAndWait ¶
func (mr *MockResourceGroupsClientMockRecorder) DeleteAndWait(arg0, arg1 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait.
func (*MockResourceGroupsClientMockRecorder) Get ¶
func (mr *MockResourceGroupsClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockResourceGroupsClientMockRecorder) List ¶
func (mr *MockResourceGroupsClientMockRecorder) List(arg0, arg1, arg2 interface{}) *gomock.Call
List indicates an expected call of List.
type MockResourcesClient ¶
type MockResourcesClient struct {
// contains filtered or unexported fields
}
MockResourcesClient is a mock of ResourcesClient interface.
func NewMockResourcesClient ¶
func NewMockResourcesClient(ctrl *gomock.Controller) *MockResourcesClient
NewMockResourcesClient creates a new mock instance.
func (*MockResourcesClient) Client ¶
func (m *MockResourcesClient) Client() autorest.Client
Client mocks base method.
func (*MockResourcesClient) DeleteByID ¶
func (m *MockResourcesClient) DeleteByID(arg0 context.Context, arg1, arg2 string) (features0.ResourcesDeleteByIDFuture, error)
DeleteByID mocks base method.
func (*MockResourcesClient) EXPECT ¶
func (m *MockResourcesClient) EXPECT() *MockResourcesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockResourcesClient) GetByID ¶
func (m *MockResourcesClient) GetByID(arg0 context.Context, arg1, arg2 string) (features0.GenericResource, error)
GetByID mocks base method.
func (*MockResourcesClient) ListByResourceGroup ¶
func (m *MockResourcesClient) ListByResourceGroup(arg0 context.Context, arg1, arg2, arg3 string, arg4 *int32) ([]features0.GenericResourceExpanded, error)
ListByResourceGroup mocks base method.
type MockResourcesClientMockRecorder ¶
type MockResourcesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockResourcesClientMockRecorder is the mock recorder for MockResourcesClient.
func (*MockResourcesClientMockRecorder) Client ¶
func (mr *MockResourcesClientMockRecorder) Client() *gomock.Call
Client indicates an expected call of Client.
func (*MockResourcesClientMockRecorder) DeleteByID ¶
func (mr *MockResourcesClientMockRecorder) DeleteByID(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteByID indicates an expected call of DeleteByID.
func (*MockResourcesClientMockRecorder) GetByID ¶
func (mr *MockResourcesClientMockRecorder) GetByID(arg0, arg1, arg2 interface{}) *gomock.Call
GetByID indicates an expected call of GetByID.
func (*MockResourcesClientMockRecorder) ListByResourceGroup ¶
func (mr *MockResourcesClientMockRecorder) ListByResourceGroup(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ListByResourceGroup indicates an expected call of ListByResourceGroup.