mock_armdns

package
v0.0.0-...-1982d2c Latest Latest
Warning

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

Go to latest
Published: May 8, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_armdns is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockRecordSetsClient

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

MockRecordSetsClient is a mock of RecordSetsClient interface.

func NewMockRecordSetsClient

func NewMockRecordSetsClient(ctrl *gomock.Controller) *MockRecordSetsClient

NewMockRecordSetsClient creates a new mock instance.

func (*MockRecordSetsClient) CreateOrUpdate

func (m *MockRecordSetsClient) CreateOrUpdate(ctx context.Context, resourceGroupName, zoneName, relativeRecordSetName string, recordType armdns.RecordType, parameters armdns.RecordSet, options *armdns.RecordSetsClientCreateOrUpdateOptions) (armdns.RecordSetsClientCreateOrUpdateResponse, error)

CreateOrUpdate mocks base method.

func (*MockRecordSetsClient) Delete

func (m *MockRecordSetsClient) Delete(ctx context.Context, resourceGroupName, zoneName, relativeRecordSetName string, recordType armdns.RecordType, options *armdns.RecordSetsClientDeleteOptions) (armdns.RecordSetsClientDeleteResponse, error)

Delete mocks base method.

func (*MockRecordSetsClient) EXPECT

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

func (*MockRecordSetsClient) Get

func (m *MockRecordSetsClient) Get(ctx context.Context, resourceGroupName, zoneName, relativeRecordSetName string, recordType armdns.RecordType, options *armdns.RecordSetsClientGetOptions) (armdns.RecordSetsClientGetResponse, error)

Get mocks base method.

type MockRecordSetsClientMockRecorder

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

MockRecordSetsClientMockRecorder is the mock recorder for MockRecordSetsClient.

func (*MockRecordSetsClientMockRecorder) CreateOrUpdate

func (mr *MockRecordSetsClientMockRecorder) CreateOrUpdate(ctx, resourceGroupName, zoneName, relativeRecordSetName, recordType, parameters, options any) *gomock.Call

CreateOrUpdate indicates an expected call of CreateOrUpdate.

func (*MockRecordSetsClientMockRecorder) Delete

func (mr *MockRecordSetsClientMockRecorder) Delete(ctx, resourceGroupName, zoneName, relativeRecordSetName, recordType, options any) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockRecordSetsClientMockRecorder) Get

func (mr *MockRecordSetsClientMockRecorder) Get(ctx, resourceGroupName, zoneName, relativeRecordSetName, recordType, options any) *gomock.Call

Get indicates an expected call of Get.

type MockZonesClient

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

MockZonesClient is a mock of ZonesClient interface.

func NewMockZonesClient

func NewMockZonesClient(ctrl *gomock.Controller) *MockZonesClient

NewMockZonesClient creates a new mock instance.

func (*MockZonesClient) EXPECT

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

func (*MockZonesClient) Get

func (m *MockZonesClient) Get(ctx context.Context, resourceGroupName, zoneName string, options *armdns.ZonesClientGetOptions) (armdns.ZonesClientGetResponse, error)

Get mocks base method.

type MockZonesClientMockRecorder

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

MockZonesClientMockRecorder is the mock recorder for MockZonesClient.

func (*MockZonesClientMockRecorder) Get

func (mr *MockZonesClientMockRecorder) Get(ctx, resourceGroupName, zoneName, options any) *gomock.Call

Get indicates an expected call of Get.

Jump to

Keyboard shortcuts

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