languages

package
v0.1.94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: MIT Imports: 1 Imported by: 1

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 Language

type Language string
var (
	GO           Language = "go"
	NotSupported Language = "not-supported"
)

func FromString

func FromString(s string) Language

type NodeRuntimeConfiguration

type NodeRuntimeConfiguration struct {
}

type PythonPoetryRuntimeConfiguration

type PythonPoetryRuntimeConfiguration struct {
}

type VersionRequirement

type VersionRequirement struct {
	Minimum string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL