Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type GitRepo ¶
type GitRepo struct {
// contains filtered or unexported fields
}
func NewGitRepo ¶
NewGitRepo returns new instance of Git repository linked to the given URL.
func (GitRepo) Clone ¶
Clone clones a git project with the given URL and version into a specific directory.
func (GitRepo) WithCommitHash ¶
WithCommitHash sets the repository checkout commit hash which is used when repository is cloned.
Click to show internal directories.
Click to hide internal directories.