Documentation ¶
Index ¶
- func CloseConnections()
- type SmartHTTPClient
- func (client *SmartHTTPClient) InfoRefsResponseWriterTo(repo *pb.Repository, rpc string) (io.WriterTo, error)
- func (client *SmartHTTPClient) ReceivePack(a *api.Response, clientRequest io.Reader, clientResponse io.Writer) error
- func (client *SmartHTTPClient) UploadPack(a *api.Response, 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(repo *pb.Repository, rpc string) (io.WriterTo, error)
func (*SmartHTTPClient) ReceivePack ¶ added in v1.4.3
func (*SmartHTTPClient) UploadPack ¶ added in v1.4.3
Click to show internal directories.
Click to hide internal directories.