Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrGitCommandNotFound = 1 ErrGitExec = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitCommand ¶
type GitCommander ¶
type GitCommander struct{}
func (*GitCommander) Branch ¶
func (g *GitCommander) Branch() (*string, error)
func (*GitCommander) Exists ¶
func (g *GitCommander) Exists() bool
func (*GitCommander) PrNumber ¶
func (g *GitCommander) PrNumber() (*string, error)
func (*GitCommander) RemoteURL ¶
func (g *GitCommander) RemoteURL() (*string, error)
func (*GitCommander) Tag ¶
func (g *GitCommander) Tag() (*string, error)
Click to show internal directories.
Click to hide internal directories.