client

package
v0.0.0-...-c8fb33f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2018 License: GPL-3.0 Imports: 10 Imported by: 0

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
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL