Documentation ¶
Overview ¶
Package mock_blacklist is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockBlackLister ¶
type MockBlackLister struct {
// contains filtered or unexported fields
}
MockBlackLister is a mock of BlackLister interface.
func NewMockBlackLister ¶
func NewMockBlackLister(ctrl *gomock.Controller) *MockBlackLister
NewMockBlackLister creates a new mock instance.
func (*MockBlackLister) EXPECT ¶
func (m *MockBlackLister) EXPECT() *MockBlackListerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBlackLister) FilterRequest ¶
func (m *MockBlackLister) FilterRequest(arg0 *dns.Msg) bool
FilterRequest mocks base method.
func (*MockBlackLister) FilterResponse ¶
func (m *MockBlackLister) FilterResponse(arg0 *dns.Msg) bool
FilterResponse mocks base method.
type MockBlackListerMockRecorder ¶
type MockBlackListerMockRecorder struct {
// contains filtered or unexported fields
}
MockBlackListerMockRecorder is the mock recorder for MockBlackLister.
func (*MockBlackListerMockRecorder) FilterRequest ¶
func (mr *MockBlackListerMockRecorder) FilterRequest(arg0 interface{}) *gomock.Call
FilterRequest indicates an expected call of FilterRequest.
func (*MockBlackListerMockRecorder) FilterResponse ¶
func (mr *MockBlackListerMockRecorder) FilterResponse(arg0 interface{}) *gomock.Call
FilterResponse indicates an expected call of FilterResponse.
Click to show internal directories.
Click to hide internal directories.