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
}
func NewCloneCliHandler ¶
func NewCloneCliHandler(s ports.GitCloneService, w io.Writer) (CloneCliHandler, error)
func (CloneCliHandler) CloneAll ¶
func (h CloneCliHandler) CloneAll() error
func (CloneCliHandler) CloneProject ¶
func (h CloneCliHandler) CloneProject(projects ...string) error
func (CloneCliHandler) CloneProjectFromGroup ¶
func (h CloneCliHandler) CloneProjectFromGroup(group string) error
Click to show internal directories.
Click to hide internal directories.