constants

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: MIT Imports: 3 Imported by: 2

Documentation

Index

Constants

View Source
const (
	CurrentProjectEnvVarName             = "TAUBYTE_PROJECT"
	CurrentSelectedProfileNameEnvVarName = "TAUBYTE_PROFILE"
	CurrentApplicationEnvVarName         = "TAUBYTE_APPLICATION"
	CurrentSelectedNetworkName           = "TAUBYTE_SELECTED_NETWORK"
	CustomNetworkUrlName                 = "CUSTOM_NETWORK_URL"
	TauConfigFileNameEnvVarName          = "TAUBYTE_CONFIG"
	TauSessionLocationEnvVarName         = "TAUBYTE_SESSION"
	DreamBinaryLocationEnvVarName        = "DREAM_BINARY"
	AuthURLEnvVarName                    = "TAUBYTE_URL"
	JobURLEnvVarName                     = "TAUBYTE_JOB_URL"
)
View Source
const ClientURL = "https://auth.taubyte.com"
View Source
const PatrickURL = "https://patrick.taubyte.com"
View Source
const SelfSignedOkay = false

Variables

View Source
var CodeExts = []string{
	".go",
	".ts",
}
View Source
var CodeNames = map[string]string{
	"Go":             ".go",
	"AssemblyScript": ".ts",
}
View Source
var CodeTypes = []string{
	"Go",
	"AssemblyScript",
}
View Source
var ReverseName = map[string]string{
	".go": "Go",
	".ts": "AssemblyScript",
}

For Prompt purposes

View Source
var (
	TauConfigFileName string
)

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