Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitalyCommand ¶
func (*GitalyCommand) RunGitalyCommand ¶
func (gc *GitalyCommand) RunGitalyCommand(handler GitalyHandlerFunc) error
RunGitalyCommand provides a bootstrap for Gitaly commands executed through GitLab-Shell. It ensures that logging, tracing and other common concerns are configured before executing the `handler`.
type GitalyConn ¶
type GitalyConn struct {
// contains filtered or unexported fields
}
type GitalyHandlerFunc ¶
GitalyHandlerFunc implementations are responsible for making an appropriate Gitaly call using the provided client and context and returning an error from the Gitaly call.
Click to show internal directories.
Click to hide internal directories.