consts

package
v0.0.0-...-2e9796e Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LanguageNodeJS is the Node.js language constant
	// to be used for initialising and managing node.js projects.
	LanguageNodeJS = "nodejs"

	// LanguagePython is the Python language constant
	// to be used for initialising and managing python projects.
	LanguagePython = "python"

	// LanguageJava is the Java language constant
	// to be used for initialising and managing java projects.
	LanguageJava = "java"

	// LanguageDotNet is the .NET language constant
	// to be used for initialising and managing .NET projects.
	LanguageDotNet = "dotnet"

	// LanguageGo is the Go language constant
	// to be used for initialising and managing go projects.
	LanguageGo = "go"

	// LanguageRust is the Rust language constant
	// to be used for initialising and managing rust projects.
	LanguageRust = "rust"
)

Variables

View Source
var (
	// SupportedLanguages is a list of all supported languages
	// that can be used for Celerity projects.
	SupportedLanguages = []string{
		LanguageNodeJS,
		LanguagePython,
		LanguageJava,
		LanguageDotNet,
		LanguageGo,
		LanguageRust,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳