Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloneCliHandler ¶
type CloneCliHandler struct {
// contains filtered or unexported fields
}
CloneCliHandler handles clone project command
func NewCloneCliHandler ¶
func NewCloneCliHandler(s ports.GitCloneService, w io.Writer) (CloneCliHandler, error)
NewCloneCliHandler returns a new CloneCliHandler
func (CloneCliHandler) CloneAll ¶
func (h CloneCliHandler) CloneAll() error
CloneAll handles command to clone of all projects
func (CloneCliHandler) CloneProject ¶
func (h CloneCliHandler) CloneProject(projects ...string) error
CloneProject handles command to clone of a project
func (CloneCliHandler) CloneProjectFromGroup ¶
func (h CloneCliHandler) CloneProjectFromGroup(group string) error
CloneProjectFromGroup handles command to clone of all projects from a group
Click to show internal directories.
Click to hide internal directories.