Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Remote string
Treeish string
Dir string
BatchSize int
Parallelism int
HTTPClient *http.Client
}
Options controls a checkout.
type Repo ¶
type Repo struct {
// URL is the remote Git HTTP(S) URL.
URL string
// Client is the HTTP client used to talk to URL.
// If Client is nil, http.DefaultClient is used.
Client *http.Client
// contains filtered or unexported fields
}
Repo is a connection to a remote repository served over HTTP or HTTPS.
Click to show internal directories.
Click to hide internal directories.