Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LastCommitChecker ¶
LastCommitChecker is an autogenerated mock type for the LastCommitChecker type
func NewLastCommitChecker ¶
func NewLastCommitChecker(t interface {
mock.TestingT
Cleanup(func())
}) *LastCommitChecker
NewLastCommitChecker creates a new instance of LastCommitChecker. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*LastCommitChecker) GetLatestCommit ¶
func (_m *LastCommitChecker) GetLatestCommit(url string, reference string, gitAuth *git.GitAuth, force bool) (string, error)
GetLatestCommit provides a mock function with given fields: url, reference, gitAuth, force
Click to show internal directories.
Click to hide internal directories.