Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct{}
Service represents a service for managing Git.
func NewService ¶
NewService initializes a new service.
func (*Service) ClonePrivateRepositoryWithBasicAuth ¶
func (service *Service) ClonePrivateRepositoryWithBasicAuth(repositoryURL, referenceName string, destination, username, password string) error
ClonePrivateRepositoryWithBasicAuth clones a private git repository using the specified URL in the specified destination folder. It will use the specified username and password for basic HTTP authentication.
Click to show internal directories.
Click to hide internal directories.