Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGitFetcher ¶
type MockGitFetcher struct {
// contains filtered or unexported fields
}
MockGitFetcher is a mock of GitFetcher interface.
func NewMockGitFetcher ¶
func NewMockGitFetcher(ctrl *gomock.Controller) *MockGitFetcher
NewMockGitFetcher creates a new mock instance.
func (*MockGitFetcher) EXPECT ¶
func (m *MockGitFetcher) EXPECT() *MockGitFetcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockGitFetcherMockRecorder ¶
type MockGitFetcherMockRecorder struct {
// contains filtered or unexported fields
}
MockGitFetcherMockRecorder is the mock recorder for MockGitFetcher.
func (*MockGitFetcherMockRecorder) LatestCommit ¶
func (mr *MockGitFetcherMockRecorder) LatestCommit(arg0, arg1, arg2 any) *gomock.Call
LatestCommit indicates an expected call of LatestCommit.
Click to show internal directories.
Click to hide internal directories.