Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultOrigin = "origin" DefaultBranch = "master" DefaultPublicKeyAuthUser = "git" CAFile = "caFile" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶ added in v0.8.0
type Auth struct { AuthMethod transport.AuthMethod CABundle []byte CredCallback git2go.CredentialsCallback CertCallback git2go.CertificateCheckCallback }
TODO(hidde): candidate for refactoring, so that we do not directly
depend on implementation specifics here.
type AuthSecretStrategy ¶
type CheckoutOptions ¶ added in v0.11.0
type CheckoutStrategy ¶
Click to show internal directories.
Click to hide internal directories.