package
8.7.1+incompatible
Repository: https://github.com/gitlabhq/gitlab-shell.git
Documentation: pkg.go.dev
# Functions
ReceivePack issues a Gitaly receive-pack rpc to the provided address.
RunGitalyCommand provides a bootstrap for Gitaly commands executed through GitLab-Shell.
UploadArchive issues a Gitaly upload-archive rpc to the provided address.
UploadPack issues a Gitaly upload-pack rpc to the provided address.
# Type aliases
GitalyHandlerFunc implementations are responsible for deserializing the request JSON into a GRPC request message, making an appropriate Gitaly call with the request, using the provided client, and returning the exit code or error from the Gitaly call.