Documentation ¶
Index ¶
- func NewRepositoryService(gitSource *v1alpha1.GitSource, secretProvider *git.SecretProvider) (repository.GitService, error)
- type RepositoryService
- func (s *RepositoryService) CheckBranch() error
- func (s *RepositoryService) CheckCredentials() error
- func (s *RepositoryService) CheckRepoAccessibility() error
- func (s *RepositoryService) FileExistenceChecker() (repository.FileExistenceChecker, error)
- func (s *RepositoryService) GetLanguageList() ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRepositoryService ¶
func NewRepositoryService(gitSource *v1alpha1.GitSource, secretProvider *git.SecretProvider) (repository.GitService, error)
Types ¶
type RepositoryService ¶
type RepositoryService struct {
// contains filtered or unexported fields
}
func (*RepositoryService) CheckBranch ¶
func (s *RepositoryService) CheckBranch() error
func (*RepositoryService) CheckCredentials ¶
func (s *RepositoryService) CheckCredentials() error
func (*RepositoryService) CheckRepoAccessibility ¶
func (s *RepositoryService) CheckRepoAccessibility() error
func (*RepositoryService) FileExistenceChecker ¶
func (s *RepositoryService) FileExistenceChecker() (repository.FileExistenceChecker, error)
func (*RepositoryService) GetLanguageList ¶
func (s *RepositoryService) GetLanguageList() ([]string, error)
Click to show internal directories.
Click to hide internal directories.