Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloneOptions ¶
type CloneOptions struct {
Depth int
}
type GitFetcher ¶
type GitFetcher struct {
// contains filtered or unexported fields
}
func New ¶
func New(cacheDir string, options CloneOptions) *GitFetcher
type Reference ¶
type Reference struct {
// contains filtered or unexported fields
}
Reference is a reference to either a commit/branch/partial/tag, or an annotated tag
func NewReference ¶
func (*Reference) EscapeHash ¶
Click to show internal directories.
Click to hide internal directories.