Documentation ¶
Index ¶
- Constants
- func RunOci(ociRef, version string, entryFiles []string, vendorMode bool, kclArgs string) (string, error)
- func RunPkg(entryFiles []string, vendorMode bool, kclArgs string) (string, error)
- func RunPkgInPath(pkgPath string, entryFilePaths []string, vendorMode bool, kclArgs string) (string, error)
- func RunTar(tarPath string, entryFiles []string, vendorMode bool, kclArgs string) (string, error)
Constants ¶
View Source
const KCL_PKG_TAR = "*.tar"
Variables ¶
This section is empty.
Functions ¶
func RunOci ¶
func RunOci(ociRef, version string, entryFiles []string, vendorMode bool, kclArgs string) (string, error)
RunOci will compile the kcl package from an OCI reference.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.