Documentation ¶
Index ¶
- func CloseConnections()
- type SmartHTTPClient
- func (client *SmartHTTPClient) InfoRefsResponseWriterTo(ctx context.Context, repo *pb.Repository, rpc string) (io.WriterTo, error)
- func (client *SmartHTTPClient) ReceivePack(repo *pb.Repository, glId string, glRepository string, clientRequest io.Reader, ...) error
- func (client *SmartHTTPClient) UploadPack(repo *pb.Repository, clientRequest io.Reader, clientResponse io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloseConnections ¶ added in v1.4.0
func CloseConnections()
Types ¶
type SmartHTTPClient ¶ added in v1.4.0
type SmartHTTPClient struct {
pb.SmartHTTPClient
}
func NewSmartHTTPClient ¶ added in v1.4.0
func NewSmartHTTPClient(address string) (*SmartHTTPClient, error)
func (*SmartHTTPClient) InfoRefsResponseWriterTo ¶ added in v1.4.0
func (client *SmartHTTPClient) InfoRefsResponseWriterTo(ctx context.Context, repo *pb.Repository, rpc string) (io.WriterTo, error)
func (*SmartHTTPClient) ReceivePack ¶ added in v1.4.3
func (client *SmartHTTPClient) ReceivePack(repo *pb.Repository, glId string, glRepository string, clientRequest io.Reader, clientResponse io.Writer) error
func (*SmartHTTPClient) UploadPack ¶ added in v1.4.3
func (client *SmartHTTPClient) UploadPack(repo *pb.Repository, clientRequest io.Reader, clientResponse io.Writer) error
Click to show internal directories.
Click to hide internal directories.