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