Documentation
¶
Overview ¶
Package gitaly provides a client for interacting with Gitaly services over gRPC.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { SidechannelRegistry *gitalyclient.SidechannelRegistry // contains filtered or unexported fields }
Client manages connections to Gitaly services and handles sidechannel communication.
func (*Client) GetConnection ¶
GetConnection returns a gRPC connection for the given command, using a cached connection if available.
func (*Client) InitSidechannelRegistry ¶
InitSidechannelRegistry initializes the sidechannel registry for gRPC connections.
Click to show internal directories.
Click to hide internal directories.