Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasGoRuntime ¶
func HasGoRuntime(_ *GoRuntimeConfiguration) bool
HasGoRuntime checks if the Go runtime is available on the system. and verify minimum version.
func HasNodeRuntime ¶
func HasNodeRuntime(_ *NodeRuntimeConfiguration) bool
HasNodeRuntime checks if the Go runtime is available on the system. and verify minimum version.
func HasPythonPoetryRuntime ¶
func HasPythonPoetryRuntime(_ *GoRuntimeConfiguration) bool
HasPythonPoetryRuntime checks if the Go runtime is available on the system. and verify minimum version.
Types ¶
type GoRuntimeConfiguration ¶
type GoRuntimeConfiguration struct { }
type NodeRuntimeConfiguration ¶
type NodeRuntimeConfiguration struct { }
type PythonPoetryRuntimeConfiguration ¶
type PythonPoetryRuntimeConfiguration struct { }
type VersionRequirement ¶
type VersionRequirement struct {
Minimum string
}
Click to show internal directories.
Click to hide internal directories.