Documentation ¶
Overview ¶
Package mock_freetext_fetcher is a generated GoMock package.
Package mock_freetext_fetcher is a generated GoMock package.
Package mock_freetext_fetcher is a generated GoMock package.
Index ¶
- type MockFreetextFetcher
- func (m *MockFreetextFetcher) EXPECT() *MockFreetextFetcherMockRecorder
- func (m *MockFreetextFetcher) MessageHasBeenPosted(arg0 *plugin.Context, arg1 *model.Post, arg2 plugin.API, arg3 logger.Logger, ...)
- func (m *MockFreetextFetcher) StartFetching(arg0, arg1 string)
- func (m *MockFreetextFetcher) URL() string
- func (m *MockFreetextFetcher) UpdateHooks(arg0 func(string) string, arg1 func(string, string), arg2 func(string))
- type MockFreetextFetcherMockRecorder
- func (mr *MockFreetextFetcherMockRecorder) MessageHasBeenPosted(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockFreetextFetcherMockRecorder) StartFetching(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockFreetextFetcherMockRecorder) URL() *gomock.Call
- func (mr *MockFreetextFetcherMockRecorder) UpdateHooks(arg0, arg1, arg2 interface{}) *gomock.Call
- type MockFreetextStore
- type MockFreetextStoreMockRecorder
- type MockManager
- type MockManagerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFreetextFetcher ¶
type MockFreetextFetcher struct {
// contains filtered or unexported fields
}
MockFreetextFetcher is a mock of FreetextFetcher interface
func NewMockFreetextFetcher ¶
func NewMockFreetextFetcher(ctrl *gomock.Controller) *MockFreetextFetcher
NewMockFreetextFetcher creates a new mock instance
func (*MockFreetextFetcher) EXPECT ¶
func (m *MockFreetextFetcher) EXPECT() *MockFreetextFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFreetextFetcher) MessageHasBeenPosted ¶
func (m *MockFreetextFetcher) MessageHasBeenPosted(arg0 *plugin.Context, arg1 *model.Post, arg2 plugin.API, arg3 logger.Logger, arg4, arg5 string)
MessageHasBeenPosted mocks base method
func (*MockFreetextFetcher) StartFetching ¶
func (m *MockFreetextFetcher) StartFetching(arg0, arg1 string)
StartFetching mocks base method
func (*MockFreetextFetcher) UpdateHooks ¶
func (m *MockFreetextFetcher) UpdateHooks(arg0 func(string) string, arg1 func(string, string), arg2 func(string))
UpdateHooks mocks base method
type MockFreetextFetcherMockRecorder ¶
type MockFreetextFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockFreetextFetcherMockRecorder is the mock recorder for MockFreetextFetcher
func (*MockFreetextFetcherMockRecorder) MessageHasBeenPosted ¶
func (mr *MockFreetextFetcherMockRecorder) MessageHasBeenPosted(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
MessageHasBeenPosted indicates an expected call of MessageHasBeenPosted
func (*MockFreetextFetcherMockRecorder) StartFetching ¶
func (mr *MockFreetextFetcherMockRecorder) StartFetching(arg0, arg1 interface{}) *gomock.Call
StartFetching indicates an expected call of StartFetching
func (*MockFreetextFetcherMockRecorder) URL ¶
func (mr *MockFreetextFetcherMockRecorder) URL() *gomock.Call
URL indicates an expected call of URL
func (*MockFreetextFetcherMockRecorder) UpdateHooks ¶
func (mr *MockFreetextFetcherMockRecorder) UpdateHooks(arg0, arg1, arg2 interface{}) *gomock.Call
UpdateHooks indicates an expected call of UpdateHooks
type MockFreetextStore ¶
type MockFreetextStore struct {
// contains filtered or unexported fields
}
MockFreetextStore is a mock of FreetextStore interface
func NewMockFreetextStore ¶
func NewMockFreetextStore(ctrl *gomock.Controller) *MockFreetextStore
NewMockFreetextStore creates a new mock instance
func (*MockFreetextStore) EXPECT ¶
func (m *MockFreetextStore) EXPECT() *MockFreetextStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFreetextStore) ShouldProcessFreetext ¶
func (m *MockFreetextStore) ShouldProcessFreetext(arg0, arg1 string) (bool, string, error)
ShouldProcessFreetext mocks base method
func (*MockFreetextStore) StartFetching ¶
func (m *MockFreetextStore) StartFetching(arg0, arg1, arg2 string) error
StartFetching mocks base method
func (*MockFreetextStore) StopFetching ¶
func (m *MockFreetextStore) StopFetching(arg0, arg1 string) error
StopFetching mocks base method
type MockFreetextStoreMockRecorder ¶
type MockFreetextStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockFreetextStoreMockRecorder is the mock recorder for MockFreetextStore
func (*MockFreetextStoreMockRecorder) ShouldProcessFreetext ¶
func (mr *MockFreetextStoreMockRecorder) ShouldProcessFreetext(arg0, arg1 interface{}) *gomock.Call
ShouldProcessFreetext indicates an expected call of ShouldProcessFreetext
func (*MockFreetextStoreMockRecorder) StartFetching ¶
func (mr *MockFreetextStoreMockRecorder) StartFetching(arg0, arg1, arg2 interface{}) *gomock.Call
StartFetching indicates an expected call of StartFetching
func (*MockFreetextStoreMockRecorder) StopFetching ¶
func (mr *MockFreetextStoreMockRecorder) StopFetching(arg0, arg1 interface{}) *gomock.Call
StopFetching indicates an expected call of StopFetching
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager
func (*MockManagerMockRecorder) Clear ¶
func (mr *MockManagerMockRecorder) Clear() *gomock.Call
Clear indicates an expected call of Clear
func (*MockManagerMockRecorder) MessageHasBeenPosted ¶
func (mr *MockManagerMockRecorder) MessageHasBeenPosted(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
MessageHasBeenPosted indicates an expected call of MessageHasBeenPosted