Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer(deps *service.Dependencies, serverOpts ...ServerOpt) gitalypb.SSHServiceServer
NewServer creates a new instance of a grpc SSHServer
Types ¶
type ServerOpt ¶
type ServerOpt func(s *server)
ServerOpt is a self referential option for server
func WithArchiveRequestTimeoutTickerFactory ¶
WithArchiveRequestTimeoutTickerFactory sets the upload pack request timeout ticker factory.
func WithPackfileNegotiationMetrics ¶
func WithPackfileNegotiationMetrics(c *prometheus.CounterVec) ServerOpt
func WithUploadPackRequestTimeoutTickerFactory ¶
WithUploadPackRequestTimeoutTickerFactory sets the upload pack request timeout ticker factory.
Click to show internal directories.
Click to hide internal directories.