Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDisableInstallArtifact ¶
func GetDisableInstallArtifact() bool
GetDisableInstallArtifact returns the DisableInstallArtifact value from the singleton instance of EnvSettings.
func GetDisableUseArtifactInPath ¶
func GetDisableUseArtifactInPath() bool
GetDisableUseArtifactInPath returns the DisableUseArtifactInPath value from the singleton instance of EnvSettings.
func GetLibHome ¶
func GetLibHome() string
GetLibHome returns the LibHome value from the singleton instance of EnvSettings.
func SetDisableInstallArtifact ¶
func SetDisableInstallArtifact(value bool)
SetDisableInstallArtifact sets the DisableInstallArtifact value in the singleton instance of EnvSettings.
func SetDisableUseArtifactInPath ¶
func SetDisableUseArtifactInPath(value bool)
SetDisableUseArtifactInPath sets the DisableUseArtifactInPath value in the singleton instance of EnvSettings.
func SetLibHome ¶
func SetLibHome(value string)
SetLibHome sets the LibHome value in the singleton instance of EnvSettings.
Types ¶
type EnvSettings ¶
type EnvSettings struct { LibHome string DisableInstallArtifact bool DisableUseArtifactInPath bool }
EnvSettings represents environment settings for the KCL Go SDK.