Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
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 MockHTTPClient ¶
type MockHTTPClient struct {
// contains filtered or unexported fields
}
MockHTTPClient is a mock of HTTPClient interface.
func NewMockHTTPClient ¶
func NewMockHTTPClient(ctrl *gomock.Controller) *MockHTTPClient
NewMockHTTPClient creates a new mock instance.
func (*MockHTTPClient) EXPECT ¶
func (m *MockHTTPClient) EXPECT() *MockHTTPClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockHTTPClientMockRecorder ¶
type MockHTTPClientMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPClientMockRecorder is the mock recorder for MockHTTPClient.
type MockHTTPDoer ¶
type MockHTTPDoer struct {
// contains filtered or unexported fields
}
MockHTTPDoer is a mock of HTTPDoer interface.
func NewMockHTTPDoer ¶
func NewMockHTTPDoer(ctrl *gomock.Controller) *MockHTTPDoer
NewMockHTTPDoer creates a new mock instance.
func (*MockHTTPDoer) EXPECT ¶
func (m *MockHTTPDoer) EXPECT() *MockHTTPDoerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockHTTPDoerMockRecorder ¶
type MockHTTPDoerMockRecorder struct {
// contains filtered or unexported fields
}
MockHTTPDoerMockRecorder is the mock recorder for MockHTTPDoer.
Click to show internal directories.
Click to hide internal directories.