Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Repository ¶
Types ¶
type GitServiceMock ¶
func (*GitServiceMock) Clone ¶
func (g *GitServiceMock) Clone(remote, branch, directory string) (*git.Repository, error)
func (*GitServiceMock) DiffRemote ¶
func (g *GitServiceMock) DiffRemote(repo *git.Repository, branch string) ([]model.GitChange, error)
func (*GitServiceMock) FetchLatestRemoteCommit ¶
func (g *GitServiceMock) FetchLatestRemoteCommit(repo *git.Repository, branch string) (*object.Commit, error)
Click to show internal directories.
Click to hide internal directories.