package
1.4.2
Repository: https://github.com/dinesh/argo-cd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Returns a HTTP client object suitable for go-git to use using the following pattern: - If insecure is true, always returns a client with certificate verification turned off.
IsCommitSHA returns whether or not a string is a 40 character SHA-1.
IsHTTPSURL returns true if supplied URL is HTTPS URL.
IsSSHURL returns true if supplied URL is SSH URL.
IsTruncatedCommitSHA returns whether or not a string is a truncated SHA-1.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NormalizeGitURL normalizes a git URL for purposes of comparison, as well as preventing redundant local clones (by normalizing various forms of a URL to a consistent location).
SameURL returns whether or not the two repository URLs are equivalent in location.
TestRepo tests if a repo exists and is accessible with the given credentials.

# Structs

HTTPS creds implementation.
nop implementation.
No description provided by the author
No description provided by the author
SSH implementation.

# Interfaces

Client is a generic git client interface.
No description provided by the author