Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Git ¶
type Git struct{}
Git is a client for the local Git repo
func (*Git) LocalBranch ¶
LocalBranch returns the name of the local branch
func (*Git) RemoteProject ¶
func (g *Git) RemoteProject() (lab.RemoteProject, error)
RemoteProject returns the remote Gitlab project of the local branch
func (*Git) SetAccessToken ¶
func (g *Git) SetAccessToken(r lab.RemoteProject, token string) error
Click to show internal directories.
Click to hide internal directories.