Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProxyService ¶
type MockProxyService struct {
// contains filtered or unexported fields
}
MockProxyService is a mock of ProxyService interface.
func NewMockProxyService ¶
func NewMockProxyService(ctrl *gomock.Controller) *MockProxyService
NewMockProxyService creates a new mock instance.
func (*MockProxyService) EXPECT ¶
func (m *MockProxyService) EXPECT() *MockProxyServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockProxyService) Redirect ¶
func (m *MockProxyService) Redirect(ctx context.Context, request model.RedirectRequest) (model.RedirectResponse, error)
Redirect mocks base method.
type MockProxyServiceMockRecorder ¶
type MockProxyServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockProxyServiceMockRecorder is the mock recorder for MockProxyService.
func (*MockProxyServiceMockRecorder) Redirect ¶
func (mr *MockProxyServiceMockRecorder) Redirect(ctx, request interface{}) *gomock.Call
Redirect indicates an expected call of Redirect.
Click to show internal directories.
Click to hide internal directories.