Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientPool ¶
type ClientPool interface {
Dial(ctx context.Context, address, token string) (*grpc.ClientConn, error)
}
ClientPool abstracts gitlab.com/gitlab-org/gitaly/client.Pool.
type Pool ¶
type Pool struct {
ClientPool ClientPool
}
func (*Pool) CommitServiceClient ¶
func (p *Pool) CommitServiceClient(ctx context.Context, gInfo *api.GitalyInfo) (gitalypb.CommitServiceClient, error)
Directories
¶
Path | Synopsis |
---|---|
Package mock_gitalypool is a generated GoMock package.
|
Package mock_gitalypool is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.