Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) CreateRecords(arg0, arg1, arg2 string, arg3 []dns.RecordRequest) error
- func (m *MockClient) DeleteRecord(arg0, arg1, arg2, arg3 string) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) PurgeRecords(arg0, arg1, arg2 string) error
- func (m *MockClient) Renew(arg0, arg1, arg2 string, arg3 dns.RenewRequest) (dns.RenewResponse, error)
- func (m *MockClient) ReserveDomain(arg0 string) (string, string, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateRecords(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteRecord(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) PurgeRecords(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Renew(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) ReserveDomain(arg0 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) CreateRecords ¶
func (m *MockClient) CreateRecords(arg0, arg1, arg2 string, arg3 []dns.RecordRequest) error
CreateRecords mocks base method.
func (*MockClient) DeleteRecord ¶
func (m *MockClient) DeleteRecord(arg0, arg1, arg2, arg3 string) error
DeleteRecord mocks base method.
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClient) PurgeRecords ¶
func (m *MockClient) PurgeRecords(arg0, arg1, arg2 string) error
PurgeRecords mocks base method.
func (*MockClient) Renew ¶
func (m *MockClient) Renew(arg0, arg1, arg2 string, arg3 dns.RenewRequest) (dns.RenewResponse, error)
Renew mocks base method.
func (*MockClient) ReserveDomain ¶
func (m *MockClient) ReserveDomain(arg0 string) (string, string, error)
ReserveDomain mocks base method.
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient.
func (*MockClientMockRecorder) CreateRecords ¶
func (mr *MockClientMockRecorder) CreateRecords(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateRecords indicates an expected call of CreateRecords.
func (*MockClientMockRecorder) DeleteRecord ¶
func (mr *MockClientMockRecorder) DeleteRecord(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DeleteRecord indicates an expected call of DeleteRecord.
func (*MockClientMockRecorder) PurgeRecords ¶
func (mr *MockClientMockRecorder) PurgeRecords(arg0, arg1, arg2 interface{}) *gomock.Call
PurgeRecords indicates an expected call of PurgeRecords.
func (*MockClientMockRecorder) Renew ¶
func (mr *MockClientMockRecorder) Renew(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Renew indicates an expected call of Renew.
func (*MockClientMockRecorder) ReserveDomain ¶
func (mr *MockClientMockRecorder) ReserveDomain(arg0 interface{}) *gomock.Call
ReserveDomain indicates an expected call of ReserveDomain.