Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Git2GoOptions ¶
type Git2GoOptions struct {
DownloadTags types.Git2GoDownloadTags
}
type GoGitOptions ¶
type GoGitOptions struct {
// usually `origin`
RemoteName string
// specified branch only
SingleBranch bool
NoCheckout bool
Depth int
SubmoduleRescursivity types.GoGitSubmoduleRescursivity
TagMode types.GoGitTagMode
}
type Options ¶
type Options struct {
Git2Go Git2GoOptions
GoGit GoGitOptions
}
Click to show internal directories.
Click to hide internal directories.