shared

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEV  = "development"
	TEST = "testing"
	PROD = "production"
)

Environment constants.

Variables

View Source
var SUPPORTED_ENVIRONMENTS = map[string]string{
	"development": DEV,
	"testing":     TEST,
	"production":  PROD,
	"dev":         DEV,
	"test":        TEST,
	"prod":        PROD,
	"d":           DEV,
	"t":           TEST,
	"p":           PROD,
}

CLI supported environments mapper.

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