Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 Changes in this version + type Factory interface + GetLastModified func(repoPath string, filePath string) (string, error) + GetRepository func(url string, path string, reference plumbing.ReferenceName, ...) (string, error) + type MockFactory struct + func NewMockFactory(ctrl *gomock.Controller) *MockFactory + func (m *MockFactory) EXPECT() *MockFactoryMockRecorder + func (m *MockFactory) GetLastModified(repoPath, filePath string) (string, error) + func (m *MockFactory) GetRepository(url, path string, reference plumbing.ReferenceName, auth *http.BasicAuth) (string, error) + type MockFactoryMockRecorder struct + func (mr *MockFactoryMockRecorder) GetLastModified(repoPath, filePath interface{}) *gomock.Call + func (mr *MockFactoryMockRecorder) GetRepository(url, path, reference, auth interface{}) *gomock.Call + type RepositoryFactory struct + func (f RepositoryFactory) GetLastModified(repoAbsolutePath string, fileRelativePath string) (string, error) + func (f RepositoryFactory) GetRepository(url string, path string, reference plumbing.ReferenceName, ...) (string, error)