Versions in this module Expand all Collapse all v1 v1.24.5 Aug 14, 2025 Changes in this version + func MakeRepositoryWebLink(repoURL *RepositoryURL) string + type ErrWrongURLFormat struct + URL string + func (err ErrWrongURLFormat) Error() string + type GitURL struct + func ParseGitURL(remote string) (*GitURL, error) + func (u *GitURL) String() string + type RepositoryURL struct + GitURL *GitURL + OwnerName string + RemainingPath string + RepoName string + func ParseRepositoryURL(ctx context.Context, repoURL string) (*RepositoryURL, error)