Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitError ¶
type GitError interface { Error() string ErrorType() GitErrorType }
func CloneWithHttp ¶
func CloneWithHttp(ctx types.CloneContext, auth types.HttpAuth) GitError
func CloneWithSsh ¶
func CloneWithSsh(ctx types.CloneContext, auth types.SshAuth) GitError
type GitErrorType ¶
type GitErrorType int
const ( BadCredentials GitErrorType = 1 + iota RepositoryNotFound SshKeyReadingError OtherError )
Click to show internal directories.
Click to hide internal directories.