Versions in this module Expand all Collapse all v1 v1.8.9 Sep 17, 2026 v1.8.8 Sep 17, 2026 Changes in this version + type RepoClientFactory struct + func NewRepoClientFactory(t interface{ ... }) *RepoClientFactory + func (_m *RepoClientFactory) EXPECT() *RepoClientFactory_Expecter + func (_mock *RepoClientFactory) NewClient(repo *v1alpha1.Repository, rootPath string) (git.Client, error) + type RepoClientFactory_Expecter struct + func (_e *RepoClientFactory_Expecter) NewClient(repo any, rootPath any) *RepoClientFactory_NewClient_Call + type RepoClientFactory_NewClient_Call struct + func (_c *RepoClientFactory_NewClient_Call) Return(client git.Client, err error) *RepoClientFactory_NewClient_Call + func (_c *RepoClientFactory_NewClient_Call) Run(run func(repo *v1alpha1.Repository, rootPath string)) *RepoClientFactory_NewClient_Call + func (_c *RepoClientFactory_NewClient_Call) RunAndReturn(run func(repo *v1alpha1.Repository, rootPath string) (git.Client, error)) *RepoClientFactory_NewClient_Call