package
4.0.0-rc1+incompatible
Repository: https://github.com/stupidhod/go-git.git
Documentation: pkg.go.dev

# Functions

NewBasicAuth returns a BasicAuth base on the given user and password.
NewGitUploadPackService connects to a git-upload-pack service over HTTP, the auth is extracted from the URL, or can be provided using the SetAuth method.
NewHTTPError returns a new HTTPError based on a http response.

# Structs

BasicAuth represent a HTTP basic auth.
GitUploadPackService git-upoad-pack service over HTTP.
HTTPError a dedicated error to return errors bases on status codes.

# Interfaces

HTTPAuthMethod concrete implementation of common.AuthMethod for HTTP services.