package
0.133.0
Repository: https://github.com/edmondfrank/gitally.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Proxy calls recvSend until it receives an error.
ProxyBidi works like Proxy but runs multiple callbacks simultaneously.
SetHeaders adds headers that tell gitaly-ruby the full path to the repository.
SetHeadersWithoutRepoCheck adds headers that tell gitaly-ruby the full path to the repository.
Start spawns the Ruby server.

# Variables

ConnectTimeout is the timeout for establishing a connection to the gitaly-ruby process.
ProxyHeaderWhitelist is the list of http/2 headers that will be forwarded as-is to gitaly-ruby.

# Structs

Server represents a gitaly-ruby helper process.

# Interfaces

CloseSender captures the CloseSend method from gRPC streams.