Documentation
¶
Index ¶
Constants ¶
View Source
const (
GitExecutablePath = "git"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
func (*Git) CheckPrerequisites ¶
func (git *Git) CheckPrerequisites(*prerequisites.Args) error
CheckPrerequisites Function should check if the git can be run and if not it returns error (not nil value)
func (*Git) FillDefault ¶
func (git *Git) FillDefault(*prerequisites.Args) error
func (*Git) FillDynamics ¶
func (git *Git) FillDynamics(*prerequisites.Args) error
type GitCheckout ¶
type GitCheckout struct {
Git
}
func (*GitCheckout) ConstructCMDLine ¶
func (args *GitCheckout) ConstructCMDLine() []string
type GitGetHash ¶
type GitGetHash struct {
Git
}
func (*GitGetHash) ConstructCMDLine ¶
func (args *GitGetHash) ConstructCMDLine() []string
type GitSubmoduleUpdate ¶
type GitSubmoduleUpdate struct {
Git
}
func (*GitSubmoduleUpdate) ConstructCMDLine ¶
func (args *GitSubmoduleUpdate) ConstructCMDLine() []string
Click to show internal directories.
Click to hide internal directories.