Documentation ¶
Overview ¶
Package mock_app is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKeywordsThreadIgnorer ¶
type MockKeywordsThreadIgnorer struct {
// contains filtered or unexported fields
}
MockKeywordsThreadIgnorer is a mock of KeywordsThreadIgnorer interface
func NewMockKeywordsThreadIgnorer ¶
func NewMockKeywordsThreadIgnorer(ctrl *gomock.Controller) *MockKeywordsThreadIgnorer
NewMockKeywordsThreadIgnorer creates a new mock instance
func (*MockKeywordsThreadIgnorer) EXPECT ¶
func (m *MockKeywordsThreadIgnorer) EXPECT() *MockKeywordsThreadIgnorerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockKeywordsThreadIgnorer) Ignore ¶
func (m *MockKeywordsThreadIgnorer) Ignore(arg0, arg1 string)
Ignore mocks base method
func (*MockKeywordsThreadIgnorer) IsIgnored ¶
func (m *MockKeywordsThreadIgnorer) IsIgnored(arg0, arg1 string) bool
IsIgnored mocks base method
type MockKeywordsThreadIgnorerMockRecorder ¶
type MockKeywordsThreadIgnorerMockRecorder struct {
// contains filtered or unexported fields
}
MockKeywordsThreadIgnorerMockRecorder is the mock recorder for MockKeywordsThreadIgnorer
func (*MockKeywordsThreadIgnorerMockRecorder) Ignore ¶
func (mr *MockKeywordsThreadIgnorerMockRecorder) Ignore(arg0, arg1 interface{}) *gomock.Call
Ignore indicates an expected call of Ignore
func (*MockKeywordsThreadIgnorerMockRecorder) IsIgnored ¶
func (mr *MockKeywordsThreadIgnorerMockRecorder) IsIgnored(arg0, arg1 interface{}) *gomock.Call
IsIgnored indicates an expected call of IsIgnored
Click to show internal directories.
Click to hide internal directories.