Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLinter ¶
type MockLinter struct {
// contains filtered or unexported fields
}
MockLinter is a mock of Linter interface
func NewMockLinter ¶
func NewMockLinter(ctrl *gomock.Controller) *MockLinter
NewMockLinter creates a new mock instance
func (*MockLinter) EXPECT ¶
func (_m *MockLinter) EXPECT() *MockLinterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockLinterMockRecorder ¶
type MockLinterMockRecorder struct {
// contains filtered or unexported fields
}
MockLinterMockRecorder is the mock recorder for MockLinter
func (*MockLinterMockRecorder) Name ¶
func (_mr *MockLinterMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name
func (*MockLinterMockRecorder) Run ¶
func (_mr *MockLinterMockRecorder) Run(arg0, arg1 interface{}) *gomock.Call
Run indicates an expected call of Run
Click to show internal directories.
Click to hide internal directories.