Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CloneToTempWithDepth ¶ added in v0.29.0
func GitUrlToLocalPath ¶
func IsSupportedGitUrl ¶
Types ¶
type GitUrl ¶
func ParseGitUrl ¶ added in v0.29.0
type RepoInfo ¶ added in v0.29.0
type RepoInfo struct {
Owner string `json:"owner"`
Repo string `json:"repo"`
Ref string `json:"branch,omitempty"`
Tag string `json:"tag,omitempty"`
URL string `json:"url"`
}
func ParseRepoFromGitURL ¶ added in v0.29.0
type VersionInfo ¶ added in v0.29.0
type VersionInfo struct {
Version string `json:"version"`
CommitSHA string `json:"commitSha"`
Source string `json:"source"`
CreatedAt time.Time `json:"createdAt"`
URL string `json:"url"`
}
func FindReleaseByVersion ¶ added in v0.29.0
func FindReleaseByVersion( repo *RepoInfo, version string, ) (*VersionInfo, error)
Click to show internal directories.
Click to hide internal directories.