service

package
v0.0.0-...-8a92d6a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2019 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrAlreadyAcceptedDownloadRequest = errors.New("the user already requested download")
	ErrTagNotFound                    = errors.New("Tag not found")
	ErrGitHubAuth                     = errors.New("github authentication failed")
	ErrPathValidation                 = errors.New("invalid path")
)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL