project

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type string

Type represents the detected project type.

const (
	Terraform Type = "Terraform"
	Pulumi    Type = "Pulumi"
	Go        Type = "Go"
	Python    Type = "Python"
	Unknown   Type = "Unknown"
)

func Detect

func Detect(dir string) (Type, error)

Jump to

Keyboard shortcuts

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