Documentation ¶
Overview ¶
Package mock_gitalypool is a generated GoMock package.
Index ¶
- type MockPoolInterface
- func (m *MockPoolInterface) CommitServiceClient(arg0 context.Context, arg1 *api.GitalyInfo) (gitalypb.CommitServiceClient, error)
- func (m *MockPoolInterface) EXPECT() *MockPoolInterfaceMockRecorder
- func (m *MockPoolInterface) SmartHTTPServiceClient(arg0 context.Context, arg1 *api.GitalyInfo) (gitalypb.SmartHTTPServiceClient, error)
- type MockPoolInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPoolInterface ¶ added in v0.0.5
type MockPoolInterface struct {
// contains filtered or unexported fields
}
MockPoolInterface is a mock of PoolInterface interface
func NewMockPoolInterface ¶ added in v0.0.5
func NewMockPoolInterface(ctrl *gomock.Controller) *MockPoolInterface
NewMockPoolInterface creates a new mock instance
func (*MockPoolInterface) CommitServiceClient ¶ added in v0.0.5
func (m *MockPoolInterface) CommitServiceClient(arg0 context.Context, arg1 *api.GitalyInfo) (gitalypb.CommitServiceClient, error)
CommitServiceClient mocks base method
func (*MockPoolInterface) EXPECT ¶ added in v0.0.5
func (m *MockPoolInterface) EXPECT() *MockPoolInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPoolInterface) SmartHTTPServiceClient ¶ added in v0.0.5
func (m *MockPoolInterface) SmartHTTPServiceClient(arg0 context.Context, arg1 *api.GitalyInfo) (gitalypb.SmartHTTPServiceClient, error)
SmartHTTPServiceClient mocks base method
type MockPoolInterfaceMockRecorder ¶ added in v0.0.5
type MockPoolInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockPoolInterfaceMockRecorder is the mock recorder for MockPoolInterface
func (*MockPoolInterfaceMockRecorder) CommitServiceClient ¶ added in v0.0.5
func (mr *MockPoolInterfaceMockRecorder) CommitServiceClient(arg0, arg1 interface{}) *gomock.Call
CommitServiceClient indicates an expected call of CommitServiceClient
func (*MockPoolInterfaceMockRecorder) SmartHTTPServiceClient ¶ added in v0.0.5
func (mr *MockPoolInterfaceMockRecorder) SmartHTTPServiceClient(arg0, arg1 interface{}) *gomock.Call
SmartHTTPServiceClient indicates an expected call of SmartHTTPServiceClient
Click to show internal directories.
Click to hide internal directories.