Documentation
¶
Index ¶
- func NewRepoServiceIfMatches() repository.ServiceCreator
- 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 NewRepoServiceIfMatches ¶
func NewRepoServiceIfMatches() repository.ServiceCreator
NewRepoServiceIfMatches returns function creating Github repository service if either host of the git repo URL is github.com or flavor of the given git source is github then, nil otherwise
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.