Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + func ResolveReference(repositoryURL string, attributes *Attributes) (string, error) + type AbstractClient struct + func (agc *AbstractClient) Clone(outputDir, repositoryURL string, attributes *Attributes) error + type Attributes struct + Branch string + Password string + Reference string + Tag string + Username string + type Client interface + Clone func(outputDir, repositoryURL string, attributes *Attributes) error + func NewClient(parentLogger logger.Logger) (Client, error)