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 MockHTTPChecker ¶
type MockHTTPChecker struct {
// contains filtered or unexported fields
}
MockHTTPChecker is a mock of HTTPChecker interface.
func NewMockHTTPChecker ¶
func NewMockHTTPChecker(ctrl *gomock.Controller) *MockHTTPChecker
NewMockHTTPChecker creates a new mock instance.
func (*MockHTTPChecker) EXPECT ¶
func (m *MockHTTPChecker) EXPECT() *MockHTTPCheckerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockHTTPChecker) UrlAvailabilityCheck ¶
func (m *MockHTTPChecker) UrlAvailabilityCheck(arg0 string) error
UrlAvailabilityCheck mocks base method.
type MockHTTPCheckerMockRecorder ¶
type MockHTTPCheckerMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPCheckerMockRecorder is the mock recorder for MockHTTPChecker.
func (*MockHTTPCheckerMockRecorder) UrlAvailabilityCheck ¶
func (mr *MockHTTPCheckerMockRecorder) UrlAvailabilityCheck(arg0 interface{}) *gomock.Call
UrlAvailabilityCheck indicates an expected call of UrlAvailabilityCheck.
Click to show internal directories.
Click to hide internal directories.