Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidMachineType = errors.New("invalid machine type")
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type string
const ( Unsupported Type = "unsupported" // Risor engine: https://github.com/risor-io/risor Risor Type = "risor" // Starlark engine: https://github.com/google/starlark-go Starlark Type = "starlark" // Extism WASM engine: https://extism.org/ Extism Type = "extism" )
func GetMachineTypeFromPath ¶
Click to show internal directories.
Click to hide internal directories.