Documentation ¶
Overview ¶
Package mock_dns is a generated GoMock package.
Index ¶
- type MockRecordSetsClient
- func (m *MockRecordSetsClient) CreateOrUpdate(arg0 context.Context, arg1, arg2, arg3 string, arg4 dns.RecordType, ...) (dns.RecordSet, error)
- func (m *MockRecordSetsClient) Delete(arg0 context.Context, arg1, arg2, arg3 string, arg4 dns.RecordType, ...) (autorest.Response, error)
- func (m *MockRecordSetsClient) EXPECT() *MockRecordSetsClientMockRecorder
- func (m *MockRecordSetsClient) Get(arg0 context.Context, arg1, arg2, arg3 string, arg4 dns.RecordType) (dns.RecordSet, error)
- type MockRecordSetsClientMockRecorder
- func (mr *MockRecordSetsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockRecordSetsClientMockRecorder) Delete(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockRecordSetsClientMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- type MockZonesClient
- type MockZonesClientMockRecorder
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(arg0 context.Context, arg1, arg2, arg3 string, arg4 dns.RecordType, arg5 dns.RecordSet, arg6, arg7 string) (dns.RecordSet, error)
CreateOrUpdate mocks base method
func (*MockRecordSetsClient) Delete ¶
func (m *MockRecordSetsClient) Delete(arg0 context.Context, arg1, arg2, arg3 string, arg4 dns.RecordType, arg5 string) (autorest.Response, error)
Delete mocks base method
func (*MockRecordSetsClient) EXPECT ¶
func (m *MockRecordSetsClient) EXPECT() *MockRecordSetsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRecordSetsClientMockRecorder ¶
type MockRecordSetsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockRecordSetsClientMockRecorder is the mock recorder for MockRecordSetsClient
func (*MockRecordSetsClientMockRecorder) CreateOrUpdate ¶
func (mr *MockRecordSetsClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate
func (*MockRecordSetsClientMockRecorder) Delete ¶
func (mr *MockRecordSetsClientMockRecorder) Delete(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockRecordSetsClientMockRecorder) Get ¶
func (mr *MockRecordSetsClientMockRecorder) Get(arg0, arg1, arg2, arg3, arg4 interface{}) *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) CreateOrUpdate ¶
func (m *MockZonesClient) CreateOrUpdate(arg0 context.Context, arg1, arg2 string, arg3 dns.Zone, arg4, arg5 string) (dns.Zone, error)
CreateOrUpdate mocks base method
func (*MockZonesClient) Delete ¶
func (m *MockZonesClient) Delete(arg0 context.Context, arg1, arg2, arg3 string) error
Delete mocks base method
func (*MockZonesClient) EXPECT ¶
func (m *MockZonesClient) EXPECT() *MockZonesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockZonesClientMockRecorder ¶
type MockZonesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockZonesClientMockRecorder is the mock recorder for MockZonesClient
func (*MockZonesClientMockRecorder) CreateOrUpdate ¶
func (mr *MockZonesClientMockRecorder) CreateOrUpdate(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
CreateOrUpdate indicates an expected call of CreateOrUpdate
func (*MockZonesClientMockRecorder) Delete ¶
func (mr *MockZonesClientMockRecorder) Delete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delete indicates an expected call of Delete