Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CloneService ¶
type CloneService interface {
DelegateToWorker(ctx context.Context, username, saveDir string, repos []*model.GitRepo) error
}
func NewCloneService ¶
func NewCloneService() CloneService
type DownloadService ¶
type DownloadService interface {
DelegateToWorker(ctx context.Context, username, projectName, accessToken string, repos []*model.GitRepo) error
}
func NewDownloadService ¶
func NewDownloadService(component di.AppComponent) DownloadService
Click to show internal directories.
Click to hide internal directories.