package
0.11.0-alpha.1
Repository: https://github.com/kcl-lang/krm-kcl.git
Documentation: pkg.go.dev

# Functions

IsGit determines whether or not a source is to be treated as a git source.
IsLocal determines whether or not a source is to be treated as a local path.
IsOCI determines whether or not a URL is to be treated as an OCI URL.
IsRemoteUrl determines whether or not a URL is to be treated as an URL.
IsVCSDomain determines whether or not a source is to be treated as a VCS source.
ReadThroughGetter is used to get the source code content from different types of sources (local path, remote URL, or Git source).

# Constants

BitBucketDomain is the domain used for BitBucket-based requests.
GitHubDomain is the domain used for GitHub-based requests.
GitLabDomain is the domain used for GitLab-based requests.
GitScheme is the URL scheme used for Git-based requests.
HttpScheme is the URL scheme for Http-based requests.
HttpsScheme is the URL scheme for Https-based requests.
OCIScheme is the URL scheme for OCI-based requests.