Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repos ¶
Repos is an autogenerated mock type for the Repos type
func NewRepos ¶
func NewRepos(t mockConstructorTestingTNewRepos) *Repos
NewRepos creates a new instance of Repos. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type RepositoryDB ¶
RepositoryDB is an autogenerated mock type for the RepositoryDB type
func NewRepositoryDB ¶
func NewRepositoryDB(t mockConstructorTestingTNewRepositoryDB) *RepositoryDB
NewRepositoryDB creates a new instance of RepositoryDB. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*RepositoryDB) GetRepository ¶
func (_m *RepositoryDB) GetRepository(ctx context.Context, url string) (*v1alpha1.Repository, error)
GetRepository provides a mock function with given fields: ctx, url
Click to show internal directories.
Click to hide internal directories.