Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExtractor ¶
type MockExtractor struct {
// contains filtered or unexported fields
}
MockExtractor is a mock of Extractor interface
func NewMockExtractor ¶
func NewMockExtractor(ctrl *gomock.Controller) *MockExtractor
NewMockExtractor creates a new mock instance
func (*MockExtractor) EXPECT ¶
func (m *MockExtractor) EXPECT() *MockExtractorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockExtractorMockRecorder ¶
type MockExtractorMockRecorder struct {
// contains filtered or unexported fields
}
MockExtractorMockRecorder is the mock recorder for MockExtractor
func (*MockExtractorMockRecorder) Extract ¶
func (mr *MockExtractorMockRecorder) Extract(arg0 interface{}) *gomock.Call
Extract indicates an expected call of Extract
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) Add ¶
func (mr *MockManagerMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add
func (*MockManagerMockRecorder) DeleteAll ¶
func (mr *MockManagerMockRecorder) DeleteAll() *gomock.Call
DeleteAll indicates an expected call of DeleteAll
func (*MockManagerMockRecorder) Find ¶
func (mr *MockManagerMockRecorder) Find(arg0 interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockManagerMockRecorder) List ¶
func (mr *MockManagerMockRecorder) List() *gomock.Call
List indicates an expected call of List