Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultGit ¶
func NewDefaultGit() (*git, error)
Types ¶
type LocalGitRepo ¶
type LocalGitRepo struct {
// contains filtered or unexported fields
}
func NewDefaultLocalGitRepo ¶
func NewDefaultLocalGitRepo() (*LocalGitRepo, error)
func NewLocalGitRepo ¶
func NewLocalGitRepo(git *git) *LocalGitRepo
func (LocalGitRepo) GetCurrentBranch ¶
func (l LocalGitRepo) GetCurrentBranch() (string, error)
func (LocalGitRepo) GetVendorAndRepo ¶
func (l LocalGitRepo) GetVendorAndRepo() (string, error)
Click to show internal directories.
Click to hide internal directories.